ChromeEX
1.webpage adapt browser size; 2.change user-agent; 3.Inject javescript & stylesheet 4.find m3u8 links
What is ChromeEX?
ChromeEX is a Chrome extension developed by https://powerz.top, and its main feature is "1.webpage adapt browser size; 2.change user-agent; 3.Inject javescript & stylesheet 4.find m3u8 links".
Extension Screenshots
Download ChromeEX Extension CRX File
Download ChromeEX extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.
Extension Usage Instructions
Change user-agent,inject script&style what you want.
Extension Basic Information
Name | ChromeEX |
ID | anlbhlpjfbcaomechnemcplbhagebmdh |
Official URL | https://chromewebstore.google.com/detail/chromeex/anlbhlpjfbcaomechnemcplbhagebmdh |
Description | 1.webpage adapt browser size; 2.change user-agent; 3.Inject javescript & stylesheet 4.find m3u8 links |
File Size | 67.25 KB |
Installation Count | 18 |
Current Version | 1.1 |
Last Updated | 2021-04-27 |
Publish Date | 2020-05-25 |
Developer | https://powerz.top |
[email protected] | |
Payment Type | free |
Extension Website | http://powerz.top?r=ext/chromeex |
Help Page URL | http://powerz.top?r=ext/chromeex |
Supported Languages | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "ChromeEX", "version": "1.1", "manifest_version": 2, "homepage_url": "http:\/\/powerz.top?r=ext\/chromeex", "description": "1.webpage adapt browser size; 2.change user-agent; 3.Inject javescript & stylesheet 4.find m3u8 links", "icons": { "128": "icon_128.png" }, "browser_action": { "default_icon": { "19": "icon_19.png", "38": "icon_38.png" }, "default_title": "chromeEX", "default_popup": "popup.html" }, "background": { "scripts": [ "script\/background.js" ] }, "content_scripts": [ { "all_frames": true, "js": [ "script\/enginex.js" ], "matches": [ "http:\/\/*\/*", "https:\/\/*\/*" ], "run_at": "document_start" } ], "content_security_policy": "script-src 'self'; object-src 'self'", "minimum_chrome_version": "61", "incognito": "spanning", "offline_enabled": true, "options_page": "options.html", "permissions": [ "unlimitedStorage", "tabs", "webRequest", "webRequestBlocking", "http:\/\/*\/*", "https:\/\/*\/*" ] } |