Unblock iQIYI - Free and unlimited
Unblock iQIYI, forever free.
Cos'è Unblock iQIYI - Free and unlimited?
Unblock iQIYI - Free and unlimited è un'estensione di Chrome sviluppata da https://getqingzhou.com, e la sua funzione principale è "Unblock iQIYI, forever free.".
Screenshot dell'Estensione
Scarica il file CRX dell'estensione Unblock iQIYI - Free and unlimited
Scarica i file di estensione Unblock iQIYI - Free and unlimited 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
Unblock iQIYI, watch iQIYI, forever free.帮助海外华人解除爱奇艺访问限制。 爱奇艺视频无法观看?有地区限制?速度很慢? Unblock iQIYI 可以一键帮助海外用户解决爱奇艺视频无法观看问题,加速爱奇艺视频资源。使用非常简单方便,无需任何配置,上手即用,永久免费,海外剧迷的福音。 Unblock iQIYI 是由 轻舟 提供的完全免费的精简服务,旨在帮助海外爱奇艺用户无法观看爱奇艺视频的问题,如果需要解锁 Bilibili、Youku 等,需要安装 轻舟 全功能版本。 【本插件服务器和技术由 轻舟 提供】
Informazioni di Base sull'Estensione
Nome | Unblock iQIYI - Free and unlimited |
ID | hmlhdgjmjlkeffphmlpfbbhmnlmdcnha |
URL Ufficiale | https://chromewebstore.google.com/detail/unblock-iqiyi-free-and-un/hmlhdgjmjlkeffphmlpfbbhmnlmdcnha |
Descrizione | Unblock iQIYI, forever free. |
Dimensione del File | 133 KB |
Conteggio Installazioni | 10,000 |
Versione Corrente | 1.1.1 |
Ultimo Aggiornamento | 2020-08-27 |
Data di Pubblicazione | 2020-03-28 |
Valutazione | 3.18/5 Totale 11 Valutazioni |
Sviluppatore | https://getqingzhou.com |
[email protected] | |
Tipo di Pagamento | free |
Sito Web dell'Estensione | https://getqingzhou.com |
URL della Pagina di Aiuto | https://getqingzhou.com |
URL della Pagina della Politica sulla Privacy | https://getqingzhou.com/privacy.html |
Lingue Supportate | en-US,zh-CN |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "__MSG_extName__", "version": "1.1.1", "description": "__MSG_extDescription__", "permissions": [ "proxy", "http:\/\/*\/*", "storage" ], "default_locale": "en_US", "background": { "scripts": [ ".\/static\/js\/background.js", ".\/static\/js\/jquery.min.js" ], "persistent": true }, "browser_action": { "default_icon": ".\/static\/image\/icon.png", "default_title": "__MSG_extName__", "default_popup": "popup.html" }, "icons": { "16": ".\/static\/image\/icon.png", "32": ".\/static\/image\/icon.png", "48": ".\/static\/image\/icon.png", "128": ".\/static\/image\/icon.png" }, "manifest_version": 2 } |