Subscribe to PewDiePie

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

Hvad er Subscribe to PewDiePie?

Subscribe to PewDiePie er en Chrome-udvidelse udviklet af dpiTech, og dens hovedfunktion er "Automatically subscribes to PewDiePie and unsubscribes from T-Series on youtube.com".

Udvidelsesskærmbilleder

Download Subscribe to PewDiePie-udvidelses-CRX-fil

Download Subscribe to PewDiePie-udvidelsesfiler i crx-format, installer Chrome-udvidelser manuelt i browseren eller del crx-filer med venner for nemt at installere Chrome-udvidelser.

Brugsanvisning til Udvidelsen

                        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                    

Grundlæggende oplysninger om udvidelsen

Navn Subscribe to PewDiePie Subscribe to PewDiePie
ID hdigkdgneeikpngngijhgialnibaokbd
Officiel URL https://chromewebstore.google.com/detail/subscribe-to-pewdiepie/hdigkdgneeikpngngijhgialnibaokbd
Beskrivelse Automatically subscribes to PewDiePie and unsubscribes from T-Series on youtube.com
Filstørrelse 49.21 KB
Antal Installationer 49
Nuværende Version 1.0
Senest Opdateret 2018-11-27
Udgivelsesdato 2018-11-27
Bedømmelse 4.69/5 Samlet 13 Bedømmelser
Udvikler dpiTech
E-mail [email protected]
Betalingsmetode free
Understøttede Sprog 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
}