Unblock iQiyi - Free and unlimited
Help unblock and watch iqiyi overseas
What is Unblock iQiyi - Free and unlimited?
Unblock iQiyi - Free and unlimited is a Chrome extension developed by Malus, and its main feature is "Help unblock and watch iqiyi overseas".
Extension Screenshots
Download Unblock iQiyi - Free and unlimited Extension CRX File
Download Unblock iQiyi - Free and unlimited extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.
Extension Usage Instructions
爱奇艺视频无法观看?有地区限制?海外如何看爱奇艺呢? Unblock iQiyi 可以一键帮助海外华人和留学生解决爱奇艺因为地区限制无法观看问题。使用非常简单方便,无需任何配置,上手即用,永久免费,一键访问海量爱奇艺资源。 ------------------------------ Privacy: https://getmalus.com/privacy Terms: https://getmalus.com/terms
Extension Basic Information
Name | Unblock iQiyi - Free and unlimited |
ID | djbemlbahoaipekaihggmelmhnalopih |
Official URL | https://chromewebstore.google.com/detail/unblock-iqiyi-free-and-un/djbemlbahoaipekaihggmelmhnalopih |
Description | Help unblock and watch iqiyi overseas |
File Size | 908 KB |
Installation Count | 4,000 |
Current Version | 1.0.0 |
Last Updated | 2019-10-22 |
Publish Date | 2019-10-21 |
Rating | 3.24/5 Total 21 Ratings |
Developer | Malus |
[email protected] | |
Payment Type | free |
Extension Website | https://getmalus.com/unblock-iqiyi |
Privacy Policy Page URL | https://getmalus.com/privacy |
Supported Languages | 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:;" } |