Youtube Recommend Removal

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

Hvad er Youtube Recommend Removal?

Youtube Recommend Removal er en Chrome-udvidelse udviklet af vector.mic, og dens hovedfunktion er "Feel uncomfortable about youtube ending recommendation? Just install this mini extension and this annoyance will be disappeared!".

Download Youtube Recommend Removal-udvidelses-CRX-fil

Download Youtube Recommend Removal-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

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

Grundlæggende oplysninger om udvidelsen

Navn Youtube Recommend Removal Youtube Recommend Removal
ID dijlhlnapjjambnbnochecfdobionjlf
Officiel URL https://chrome.google.com/webstore/detail/youtube-recommend-removal/dijlhlnapjjambnbnochecfdobionjlf
Beskrivelse Feel uncomfortable about youtube ending recommendation? Just install this mini extension and this annoyance will be disappeared!
Filstørrelse 67.24 KB
Antal Installationer 1,000
Nuværende Version 1.0.1
Senest Opdateret 2018-06-13
Udgivelsesdato 2018-06-13
Bedømmelse 4.79/5 Samlet 109 Bedømmelser
Udvikler vector.mic
Betalingsmetode free
Udvidelseswebsted https://sgweb.vn/
Understøttede Sprog 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"
    ]
}