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"입니다.

확장 프로그램 스크린샷

screenshot
screenshot
screenshot

Unblock iQiyi - Free and unlimited 확장 프로그램 CRX 파일 다운로드

크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.

확장 프로그램 사용 설명서

                        爱奇艺视频无法观看?有地区限制?海外如何看爱奇艺呢?

Unblock iQiyi 可以一键帮助海外华人和留学生解决爱奇艺因为地区限制无法观看问题。使用非常简单方便,无需任何配置,上手即用,永久免费,一键访问海量爱奇艺资源。

------------------------------
Privacy: https://getmalus.com/privacy
Terms: https://getmalus.com/terms                    

확장 프로그램 기본 정보

이름 Unblock iQiyi - Free and unlimited 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:;"
}