ChromeEX
1.webpage adapt browser size; 2.change user-agent; 3.Inject javescript & stylesheet 4.find m3u8 links
Cos'è ChromeEX?
ChromeEX è un'estensione di Chrome sviluppata da https://powerz.top, e la sua funzione principale è "1.webpage adapt browser size; 2.change user-agent; 3.Inject javescript & stylesheet 4.find m3u8 links".
Screenshot dell'Estensione
Scarica il file CRX dell'estensione ChromeEX
Scarica i file di estensione ChromeEX in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.
Istruzioni per l'Uso dell'Estensione
Change user-agent,inject script&style what you want.
Informazioni di Base sull'Estensione
Nome | ChromeEX |
ID | anlbhlpjfbcaomechnemcplbhagebmdh |
URL Ufficiale | https://chromewebstore.google.com/detail/chromeex/anlbhlpjfbcaomechnemcplbhagebmdh |
Descrizione | 1.webpage adapt browser size; 2.change user-agent; 3.Inject javescript & stylesheet 4.find m3u8 links |
Dimensione del File | 67.25 KB |
Conteggio Installazioni | 18 |
Versione Corrente | 1.1 |
Ultimo Aggiornamento | 2021-04-27 |
Data di Pubblicazione | 2020-05-25 |
Sviluppatore | https://powerz.top |
[email protected] | |
Tipo di Pagamento | free |
Sito Web dell'Estensione | http://powerz.top?r=ext/chromeex |
URL della Pagina di Aiuto | http://powerz.top?r=ext/chromeex |
Lingue Supportate | 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:\/\/*\/*" ] } |