YT End Cards Hider
YT End Cards Hider
Wat is YT End Cards Hider?
YT End Cards Hider is een Chrome-extensie ontwikkeld door Ayudh Kumar Gupta, en de belangrijkste functie is "YT End Cards Hider".
Extensie Screenshots
Download het CRX-bestand van de extensie YT End Cards Hider
Download YT End Cards Hider-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.
Instructies voor het Gebruik van de Extensie
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. Basisinformatie over de Extensie
| Naam | |
| ID | jokabnhdpdjkpncammcloeagdnnooima |
| Officiële URL | https://chromewebstore.google.com/detail/yt-end-cards-hider/jokabnhdpdjkpncammcloeagdnnooima |
| Beschrijving | YT End Cards Hider |
| Bestandsgrootte | 12.68 KB |
| Aantal Installaties | 1,100 |
| Huidige Versie | 1.0 |
| Laatst Bijgewerkt | 2020-05-07 |
| Publicatiedatum | 2020-05-07 |
| Beoordeling | 4.73/5 Totaal 15 Beoordelingen |
| Ontwikkelaar | Ayudh Kumar Gupta |
| [email protected] | |
| Betalingswijze | free |
| Ondersteunde Talen | 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
}
} | |