Youtube Recommend Removal

Feel uncomfortable about youtube ending recommendation? Just install this mini extension and this annoyance will be disappeared!

Cos'è Youtube Recommend Removal?

Youtube Recommend Removal è un'estensione di Chrome sviluppata da vector.mic, e la sua funzione principale è "Feel uncomfortable about youtube ending recommendation? Just install this mini extension and this annoyance will be disappeared!".

Scarica il file CRX dell'estensione Youtube Recommend Removal

Scarica i file di estensione Youtube Recommend Removal 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

                        Feel uncomfortable about youtube ending recommendation? Just install this mini extension and this annoyance will be disappeared!                    

Informazioni di Base sull'Estensione

Nome Youtube Recommend Removal Youtube Recommend Removal
ID dijlhlnapjjambnbnochecfdobionjlf
URL Ufficiale https://chrome.google.com/webstore/detail/youtube-recommend-removal/dijlhlnapjjambnbnochecfdobionjlf
Descrizione Feel uncomfortable about youtube ending recommendation? Just install this mini extension and this annoyance will be disappeared!
Dimensione del File 67.24 KB
Conteggio Installazioni 1,000
Versione Corrente 1.0.1
Ultimo Aggiornamento 2018-06-13
Data di Pubblicazione 2018-06-13
Valutazione 4.79/5 Totale 109 Valutazioni
Sviluppatore vector.mic
Tipo di Pagamento free
Sito Web dell'Estensione https://sgweb.vn/
Lingue Supportate vi
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Youtube Recommend Removal",
    "version": "1.0.1",
    "description": "Feel uncomfortable about youtube ending recommendation? Just install this mini extension and this annoyance will be disappeared!",
    "manifest_version": 2,
    "icons": {
        "16": "images\/sgw-16x16.png",
        "128": "images\/sgw-128x128.png"
    },
    "background": {
        "scripts": [
            ".\/scripts\/index.js"
        ]
    },
    "content_scripts": [
        {
            "matches": [
                "*:\/\/youtube.com\/*",
                "*:\/\/www.youtube.com\/*"
            ],
            "js": [
                ".\/third-party\/jquery-3.3.1.min.js",
                ".\/scripts\/content.js"
            ],
            "run_at": "document_idle",
            "all_frames": true
        }
    ],
    "permissions": [
        "tabs",
        "storage"
    ],
    "web_accessible_resources": [
        "images\/sgw-50x50-bw.png",
        "images\/sgw-50x50-gray.png"
    ]
}