FixPlay

Play Video Server G By Setting a Cookie in Specific Websites

FixPlayคืออะไร?

FixPlay เป็นส่วนขยายของ Chrome ที่พัฒนาโดย linkqq8 และคุณลักษณะหลักของมันคือ "Play Video Server G By Setting a Cookie in Specific Websites"

ภาพหน้าจอของส่วนขยาย

screenshot

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย FixPlay

ดาวน์โหลดไฟล์ส่วนขยาย 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
URL อย่างเป็นทางการ 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\/*"
        ]
    }
}