IQIYI Tab

爱奇艺视频-全球领先的在线视频播放平台

What is IQIYI Tab?

IQIYI Tab is a Chrome extension developed by zhimingzhang0803, and its main feature is "爱奇艺视频-全球领先的在线视频播放平台".

Extension Screenshots

screenshot

Download IQIYI Tab Extension CRX File

Download IQIYI Tab 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

                        用户安装后可便捷,快速的访问其观看历史,接收相关推荐等。                    

Extension Basic Information

Name IQIYI Tab IQIYI Tab
ID apphmbbjieeekbbgdgnglhgikfpfiggb
Official URL https://chromewebstore.google.com/detail/iqiyi-tab/apphmbbjieeekbbgdgnglhgikfpfiggb
Description 爱奇艺视频-全球领先的在线视频播放平台
File Size 375 KB
Installation Count 243
Current Version 1.0.1
Last Updated 2021-03-16
Publish Date 2021-02-02
Rating 5.00/5 Total 2 Ratings
Developer zhimingzhang0803
Email [email protected]
Payment Type free
Extension Website https://www.iqiyi.com
Supported Languages zh-CN
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "IQIYI Tab",
    "version": "1.0.1",
    "manifest_version": 2,
    "description": "\u7231\u5947\u827a\u89c6\u9891-\u5168\u7403\u9886\u5148\u7684\u5728\u7ebf\u89c6\u9891\u64ad\u653e\u5e73\u53f0",
    "icons": {
        "16": "logo_tran.png",
        "48": "logo_tran.png",
        "128": "logo_tran.png"
    },
    "browser_action": {
        "default_icon": {
            "16": "logo_tran.png"
        },
        "default_title": "IQIYI",
        "default_popup": "\/index.html#\/popup"
    },
    "content_security_policy": "script-src 'self' 'unsafe-eval'; object-src 'self'",
    "permissions": [
        "cookies",
        "tabs",
        "http:\/\/*\/*",
        "https:\/\/*\/*"
    ],
    "background": {
        "scripts": [
            "background.js"
        ]
    },
    "chrome_url_overrides": {
        "newtab": "index.html"
    },
    "web_accessible_resources": [
        "*"
    ],
    "homepage_url": "https:\/\/www.iqiyi.com",
    "devtools_page": "index.html"
}