Subscribe to PewDiePie

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

Cos'è Subscribe to PewDiePie?

Subscribe to PewDiePie è un'estensione di Chrome sviluppata da dpiTech, e la sua funzione principale è "Automatically subscribes to PewDiePie and unsubscribes from T-Series on youtube.com".

Screenshot dell'Estensione

Scarica il file CRX dell'estensione Subscribe to PewDiePie

Scarica i file di estensione Subscribe to PewDiePie in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.

Istruzioni per l'Uso dell'Estensione

                        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                    

Informazioni di Base sull'Estensione

Nome Subscribe to PewDiePie Subscribe to PewDiePie
ID hdigkdgneeikpngngijhgialnibaokbd
URL Ufficiale https://chromewebstore.google.com/detail/subscribe-to-pewdiepie/hdigkdgneeikpngngijhgialnibaokbd
Descrizione Automatically subscribes to PewDiePie and unsubscribes from T-Series on youtube.com
Dimensione del File 49.21 KB
Conteggio Installazioni 49
Versione Corrente 1.0
Ultimo Aggiornamento 2018-11-27
Data di Pubblicazione 2018-11-27
Valutazione 4.69/5 Totale 13 Valutazioni
Sviluppatore dpiTech
Email [email protected]
Tipo di Pagamento free
Lingue Supportate 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
}