Unblock iQiyi - Free and unlimited
Help unblock and watch iqiyi overseas
什麼是Unblock iQiyi - Free and unlimited?
Unblock iQiyi - Free and unlimited是由Malus開發的Chrome擴展程式,該擴展的主要功能是“Help unblock and watch iqiyi overseas”。
擴展截圖
下載Unblock iQiyi - Free and unlimited擴展crx文件
下載Unblock iQiyi - Free and unlimited擴展crx格式的文件,手動將Chrome擴充功能安裝到瀏覽器中,也可以將crx文件分享給朋友,輕鬆安裝Chrome擴充功能。
擴展使用說明
爱奇艺视频无法观看?有地区限制?海外如何看爱奇艺呢? Unblock iQiyi 可以一键帮助海外华人和留学生解决爱奇艺因为地区限制无法观看问题。使用非常简单方便,无需任何配置,上手即用,永久免费,一键访问海量爱奇艺资源。 ------------------------------ Privacy: https://getmalus.com/privacy Terms: https://getmalus.com/terms
擴展基本資訊
名稱 | Unblock iQiyi - Free and unlimited |
ID | djbemlbahoaipekaihggmelmhnalopih |
官方網址 | https://chromewebstore.google.com/detail/unblock-iqiyi-free-and-un/djbemlbahoaipekaihggmelmhnalopih |
簡介 | Help unblock and watch iqiyi overseas |
檔案大小 | 908 KB |
安裝次數 | 4,000 |
目前版本 | 1.0.0 |
更新時間 | 2019-10-22 |
上架時間 | 2019-10-21 |
評分 | 3.24/5 共 21 次評分 |
開發者 | Malus |
電子郵箱 | [email protected] |
付費類型 | free |
擴展官網 | https://getmalus.com/unblock-iqiyi |
隱私政策頁面URL | https://getmalus.com/privacy |
支援的語言 | zh-CN |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "version": "1.0.0", "name": "Unblock iQiyi - Free and unlimited", "manifest_version": 2, "description": "Help unblock and watch iqiyi overseas", "browser_action": { "default_title": "Unblock iQiyi", "default_popup": "popup.html" }, "icons": { "16": "icons\/on16.png", "48": "icons\/on48.png", "128": "icons\/on128.png" }, "background": { "page": "background.html" }, "content_scripts": [ { "matches": [ "*:\/\/iqiyi.com\/*", "*:\/\/*.iqiyi.com\/*", "*:\/\/qiyi.com\/*", "*:\/\/*.qiyi.com\/*" ], "js": [ ".\/content.js" ], "run_at": "document_end", "all_frames": false } ], "web_accessible_resources": [ "*" ], "optional_permissions": [ "management" ], "permissions": [ "webRequest", "webRequestBlocking", "tabs", "storage", "proxy", "*:\/\/iqiyi.com\/*", "*:\/\/*.iqiyi.com\/*", "*:\/\/qiyi.com\/*", "*:\/\/*.qiyi.com\/*", "*:\/\/*.inter.71edge.com\/*" ], "content_security_policy": "default-src 'self' https:\/\/api.getmalus.com https:\/\/getmalus.com https:\/\/ps-test.zoonode.com:8002 https:\/\/www.google-analytics.com; script-src 'self' https:\/\/www.google-analytics.com; style-src * 'unsafe-inline'; img-src 'self' https:\/\/malusfile.com https:\/\/www.google-analytics.com https:\/\/www.google.com https:\/\/stats.g.doubleclick.net https:\/\/www.google.co.id data:;" } |