YT End Cards Hider
YT End Cards Hider
Qu'est-ce que YT End Cards Hider ?
YT End Cards Hider est une extension Chrome développée par Ayudh Kumar Gupta, et sa fonction principale est "YT End Cards Hider".
Captures d'Écran de l'Extension
Télécharger le fichier CRX de l'extension YT End Cards Hider
Téléchargez les fichiers d'extension YT End Cards Hider au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.
Instructions d'Utilisation de l'Extension
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.
Informations de Base sur l'Extension
Nom | YT End Cards Hider |
ID | jokabnhdpdjkpncammcloeagdnnooima |
URL Officiel | https://chromewebstore.google.com/detail/yt-end-cards-hider/jokabnhdpdjkpncammcloeagdnnooima |
Description | YT End Cards Hider |
Taille du Fichier | 12.68 KB |
Nombre d'Installations | 1,100 |
Version Actuelle | 1.0 |
Dernière Mise à Jour | 2020-05-07 |
Date de Publication | 2020-05-07 |
Évaluation | 4.73/5 Total 15 Évaluations |
Développeur | Ayudh Kumar Gupta |
[email protected] | |
Type de Paiement | free |
Langues Prises en Charge | 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 } } |