FixPlay

Play Video Server G By Setting a Cookie in Specific Websites

Co to jest FixPlay?

FixPlay to rozszerzenie Chrome opracowane przez linkqq8, a jego główną funkcją jest „Play Video Server G By Setting a Cookie in Specific Websites”.

Zrzuty ekranu rozszerzenia

screenshot

Pobierz plik CRX rozszerzenia FixPlay

Pobierz pliki rozszerzeń FixPlay w formacie crx, zainstaluj ręcznie rozszerzenia Chrome w przeglądarce lub udostępnij pliki crx znajomym, aby łatwo zainstalować rozszerzenia Chrome.

Instrukcja Użytkowania Rozszerzenia

                        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                    

Podstawowe informacje o rozszerzeniu

Nazwa FixPlay FixPlay
ID cfakdddemgaldaenbeccjmpdmdahcoji
Oficjalny URL https://chromewebstore.google.com/detail/fixplay/cfakdddemgaldaenbeccjmpdmdahcoji
Opis Play Video Server G By Setting a Cookie in Specific Websites
Rozmiar pliku 110 KB
Liczba instalacji 6,676
Aktualna Wersja 1.1.5
Ostatnia Aktualizacja 2021-06-28
Data Publikacji 2020-06-27
Ocena 4.00/5 Łącznie 1 Oceny
Deweloper linkqq8
E-mail [email protected]
Typ Płatności free
Obsługiwane Języki 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\/*"
        ]
    }
}