Youtube Recommend Removal

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

Co je Youtube Recommend Removal?

Youtube Recommend Removal je rozšíření Chrome vyvinuté vector.mic, a jeho hlavní funkcí je „Feel uncomfortable about youtube ending recommendation? Just install this mini extension and this annoyance will be disappeared!“.

Stáhnout soubor CRX rozšíření Youtube Recommend Removal

Stáhněte si soubory rozšíření Youtube Recommend Removal 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í

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

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

Název Youtube Recommend Removal Youtube Recommend Removal
ID dijlhlnapjjambnbnochecfdobionjlf
Oficiální URL https://chrome.google.com/webstore/detail/youtube-recommend-removal/dijlhlnapjjambnbnochecfdobionjlf
Popis Feel uncomfortable about youtube ending recommendation? Just install this mini extension and this annoyance will be disappeared!
Velikost souboru 67.24 KB
Počet instalací 1,000
Aktuální Verze 1.0.1
Poslední Aktualizace 2018-06-13
Datum Vydání 2018-06-13
Hodnocení 4.79/5 Celkem 109 Hodnocení
Vývojář vector.mic
Typ Platby free
Webové stránky Rozšíření https://sgweb.vn/
Podporované Jazyky 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"
    ]
}