Subscribe to PewDiePie

Automatically subscribes to PewDiePie and unsubscribes from T-Series on youtube.com

Co je Subscribe to PewDiePie?

Subscribe to PewDiePie je rozšíření Chrome vyvinuté dpiTech, a jeho hlavní funkcí je „Automatically subscribes to PewDiePie and unsubscribes from T-Series on youtube.com“.

Snímky obrazovky rozšíření

Stáhnout soubor CRX rozšíření Subscribe to PewDiePie

Stáhněte si soubory rozšíření Subscribe to PewDiePie ve formátu crx, ručně nainstalujte rozšíření Chrome do prohlížeče nebo sdílejte soubory crx s přáteli, abyste jednoduše nainstalovali rozšíření Chrome.

Pokyny pro Použití Rozšíření

                        This Chrome Extension automatically subscribes to PewDiePie and unsubscribes from T-Series on youtube.com when visiting their channel page or watching any of their videos                    

Základní Informace o Rozšíření

Název Subscribe to PewDiePie Subscribe to PewDiePie
ID hdigkdgneeikpngngijhgialnibaokbd
Oficiální URL https://chromewebstore.google.com/detail/subscribe-to-pewdiepie/hdigkdgneeikpngngijhgialnibaokbd
Popis Automatically subscribes to PewDiePie and unsubscribes from T-Series on youtube.com
Velikost souboru 49.21 KB
Počet instalací 49
Aktuální Verze 1.0
Poslední Aktualizace 2018-11-27
Datum Vydání 2018-11-27
Hodnocení 4.69/5 Celkem 13 Hodnocení
Vývojář dpiTech
E-mail [email protected]
Typ Platby free
Podporované Jazyky en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Subscribe to PewDiePie",
    "version": "1.0",
    "description": "Automatically subscribes to PewDiePie and unsubscribes from T-Series on youtube.com",
    "permissions": [
        "activeTab",
        "tabs"
    ],
    "background": {
        "scripts": [
            "background.js"
        ],
        "persistent": false
    },
    "icons": {
        "16": "images\/get_started16.png",
        "32": "images\/get_started32.png",
        "48": "images\/get_started48.png",
        "128": "images\/get_started128.png"
    },
    "content_scripts": [
        {
            "matches": [
                "*:\/\/*.youtube.com\/*"
            ],
            "js": [
                "content.js"
            ]
        }
    ],
    "manifest_version": 2
}