YT End Cards Hider
YT End Cards Hider
Was ist YT End Cards Hider?
YT End Cards Hider ist eine Chrome-Erweiterung, die von Ayudh Kumar Gupta entwickelt wurde, und ihr Hauptmerkmal ist "YT End Cards Hider".
Erweiterungsscreenshots
YT End Cards Hider-Erweiterungs-CRX-Datei herunterladen
Laden Sie YT End Cards Hider-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
Hide annoying End Cards from YouTube videos. Remove suggested videos that show up as thumbnails at the end of a YouTube video with this simple extension.
Grundlegende Informationen zur Erweiterung
Name | YT End Cards Hider |
ID | jokabnhdpdjkpncammcloeagdnnooima |
Offizielle URL | https://chromewebstore.google.com/detail/yt-end-cards-hider/jokabnhdpdjkpncammcloeagdnnooima |
Beschreibung | YT End Cards Hider |
Dateigröße | 12.68 KB |
Installationsanzahl | 1,100 |
Aktuelle Version | 1.0 |
Letztes Update | 2020-05-07 |
Veröffentlichungsdatum | 2020-05-07 |
Bewertung | 4.73/5 Insgesamt 15 Bewertungen |
Entwickler | Ayudh Kumar Gupta |
[email protected] | |
Zahlungsart | free |
Unterstützte Sprachen | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "YT End Cards Hider", "version": "1.0", "description": "YT End Cards Hider", "manifest_version": 2, "browser_action": { "default_popup": "popup.html" }, "permissions": [ "activeTab", "storage", "tabs", "http:\/\/*\/", "https:\/\/*\/" ], "content_scripts": [ { "matches": [ "*:\/\/*\/*" ], "js": [ "content.js" ] } ], "icons": { "16": "icons\/icon16.png", "32": "icons\/icon32.png", "48": "icons\/icon48.png", "128": "icons\/icon128.png" }, "background": { "scripts": [ "background.js" ], "persistent": false } } |