Home>Article>Backend Development> How to open .crx file on Android phone
Most of the mobile browsers in the world currently use chrome as the core. What is strange is that chrome's magic feature on the desktop version - "plug-in", is not supported on mobile phones. So domestic mobile browsers, regardless of whether they are built-in or third-party, have also followed the chrome non-support policy. Think about how pleasant it would be if mobile browsers also supported plug-ins.
Let me introduce you to a tool: Yandex browser.
comes from Russia and is one of the many browsers based on the chrome kernel. The things made by the fighting nation are indeed simple and crude!
Next, I will demonstrate for you: add a shopping assistant plug-in to Yandex
Prepared installation package
·Protagonist: Yandex Android mobile browser
##·Browser plug-in: a shopping assistant.crx
·Other apps: RAR
·An Android phone: the one used here is Nokia 7Plus
Steps
(1) In Android Install Yandex Android mobile browser and winrar Android mobile version on your phone Open the app store to download and install Yandex and RAR:##Related recommendations:《
PHP introductory tutorial》(2) Take a shopping plug-in as an example. You can also download the plug-in you like. The plug-in in this article is for demonstration only:
Modify the suffix name of the plug-in, change crx to zip
(3) Use RAR to decompress and delete one of the folders:
Use RAR to open the plug-in file
What it looks like after decompression
(4) Delete the "_metadata" file in it Folder
(5) Open the Yandex browser, enter chrome://extensions/ in the address bar, and check "Development Mode"
(6) Load a shopping assistant plug-in
The above is the detailed content of How to open .crx file on Android phone. For more information, please follow other related articles on the PHP Chinese website!