FixPlay

Play Video Server G By Setting a Cookie in Specific Websites

什麼是FixPlay?

FixPlay是由linkqq8開發的Chrome擴展程式,該擴展的主要功能是“Play Video Server G By Setting a Cookie in Specific Websites”。

擴展截圖

screenshot

下載FixPlay擴展crx文件

下載FixPlay擴展crx格式的文件,手動將Chrome擴充功能安裝到瀏覽器中,也可以將crx文件分享給朋友,輕鬆安裝Chrome擴充功能。

擴展使用說明

                        Saat kamu menonton film di Website Movie dutaxx1, kamu akan melihat list server GD yang tidak bisa diputar. Untuk memutar server GD tersebut diperlukan extensi FixPlay G Server ini                    

擴展基本資訊

名稱 FixPlay FixPlay
ID cfakdddemgaldaenbeccjmpdmdahcoji
官方網址 https://chromewebstore.google.com/detail/fixplay/cfakdddemgaldaenbeccjmpdmdahcoji
簡介 Play Video Server G By Setting a Cookie in Specific Websites
檔案大小 110 KB
安裝次數 6,676
目前版本 1.1.5
更新時間 2021-06-28
上架時間 2020-06-27
評分 4.00/5 共 1 次評分
開發者 linkqq8
電子郵箱 [email protected]
付費類型 free
支援的語言 id
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "FixPlay",
    "version": "1.1.5",
    "manifest_version": 2,
    "description": "Play Video Server G By Setting a Cookie in Specific Websites",
    "icons": {
        "16": "16-on.png",
        "48": "48-on.png",
        "128": "128-on.png"
    },
    "browser_action": {
        "default_icon": {
            "16": "16-on.png",
            "24": "24-on.png",
            "32": "32-on.png"
        },
        "default_popup": "popup.html"
    },
    "background": {
        "page": "background.html",
        "persistent": true
    },
    "content_scripts": [
        {
            "matches": [
                "*:\/\/*\/*"
            ],
            "js": [
                "js\/jquery.js",
                "js\/content.js"
            ]
        },
        {
            "matches": [
                "*:\/\/*.kotakhitam.casa\/*",
                "*:\/\/*.kotakputih.casa\/*"
            ],
            "js": [
                "js\/jquery.js",
                "js\/iframe.js"
            ],
            "all_frames": true
        }
    ],
    "permissions": [
        "cookies",
        "*:\/\/drive.google.com\/*"
    ],
    "externally_connectable": {
        "matches": [
            "*:\/\/174.138.17.52\/*",
            "*:\/\/dutaxx1.com\/*",
            "*:\/\/188.166.222.161\/*"
        ]
    }
}