ADfree Player Online
这是一款专业屏蔽视频广告的扩展。
Cos'è ADfree Player Online?
ADfree Player Online è un'estensione di Chrome sviluppata da https://www.sinosky.org, e la sua funzione principale è "这是一款专业屏蔽视频广告的扩展。".
Screenshot dell'Estensione
Scarica il file CRX dell'estensione ADfree Player Online
Scarica i file di estensione ADfree Player Online 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
支持屏蔽:优酷、土豆、搜狐、爱奇艺、乐视的视频广告。 注意: 务必打开 chrome://settings/content ,将 Flash 设置为“允许网站运行Flash”。 2.该扩展需要代理权限,会与其他需求代理权限的扩展冲突! **更多详情请点击扩展图标下的“支持与帮助”按钮。
Informazioni di Base sull'Estensione
Nome | |
ID | kbpopcfmnkebjdgmhgmkejfchdcicehi |
URL Ufficiale | https://chrome.google.com/webstore/detail/adfree-player-online/kbpopcfmnkebjdgmhgmkejfchdcicehi |
Descrizione | 这是一款专业屏蔽视频广告的扩展。 |
Dimensione del File | 205 KB |
Conteggio Installazioni | 1,000 |
Versione Corrente | 0.5.1 |
Ultimo Aggiornamento | 2017-08-19 |
Data di Pubblicazione | 2017-08-19 |
Valutazione | 4.59/5 Totale 17 Valutazioni |
Sviluppatore | https://www.sinosky.org |
[email protected] | |
Tipo di Pagamento | free |
Sito Web dell'Estensione | https://github.com/jat001/adfree-player-online-extension |
URL della Pagina di Aiuto | https://github.com/jat001/adfree-player-online-extension/issues |
Lingue Supportate | zh-CN |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "background": { "page": "main.html" }, "browser_action": { "default_icon": "img\/icon\/icon64.png", "default_popup": "popup.html", "default_title": "ADfree Player Online" }, "description": "\u8fd9\u662f\u4e00\u6b3e\u4e13\u4e1a\u5c4f\u853d\u89c6\u9891\u5e7f\u544a\u7684\u6269\u5c55\u3002", "icons": { "128": "img\/icon\/icon128.png" }, "manifest_version": 2, "minimum_chrome_version": "38.0.2121.3", "name": "ADfree Player Online", "permissions": [ "storage", "unlimitedStorage", "browsingData", "proxy", "tabs", "webRequest", "webRequestBlocking", "http:\/\/*\/*", "https:\/\/*\/*" ], "version": "0.5.1" } |