Youtube Recommend Removal

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

Was ist Youtube Recommend Removal?

Youtube Recommend Removal ist eine Chrome-Erweiterung, die von vector.mic entwickelt wurde, und ihr Hauptmerkmal ist "Feel uncomfortable about youtube ending recommendation? Just install this mini extension and this annoyance will be disappeared!".

Youtube Recommend Removal-Erweiterungs-CRX-Datei herunterladen

Laden Sie Youtube Recommend Removal-Erweiterungsdateien im crx-Format herunter, installieren Sie Chrome-Erweiterungen manuell im Browser oder teilen Sie die crx-Dateien mit Freunden, um Chrome-Erweiterungen einfach zu installieren.

Anleitung zur Verwendung der Erweiterung

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

Grundlegende Informationen zur Erweiterung

Name Youtube Recommend Removal Youtube Recommend Removal
ID dijlhlnapjjambnbnochecfdobionjlf
Offizielle URL https://chrome.google.com/webstore/detail/youtube-recommend-removal/dijlhlnapjjambnbnochecfdobionjlf
Beschreibung Feel uncomfortable about youtube ending recommendation? Just install this mini extension and this annoyance will be disappeared!
Dateigröße 67.24 KB
Installationsanzahl 1,000
Aktuelle Version 1.0.1
Letztes Update 2018-06-13
Veröffentlichungsdatum 2018-06-13
Bewertung 4.79/5 Insgesamt 109 Bewertungen
Entwickler vector.mic
Zahlungsart free
Erweiterungswebsite https://sgweb.vn/
Unterstützte Sprachen 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"
    ]
}