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 |
官方URL | 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:;" } |