Youtube's Annotations No More
Disable Youtube's annotations. That's it :) Support the development, please: PayPal: https://www.paypal.me/kiboke Flattr:…
Wat is Youtube's Annotations No More?
Youtube's Annotations No More is een Chrome-extensie ontwikkeld door Daniel Kladnik, en de belangrijkste functie is "Disable Youtube's annotations. That's it :) Support the development, please: PayPal: https://www.paypal.me/kiboke Flattr:…".
Extensie Screenshots
Download het CRX-bestand van de extensie Youtube's Annotations No More
Download Youtube's Annotations No More-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
Disable Youtube's annotations. That's it :)
Support the development, please:
PayPal: https://www.paypal.me/kiboke
Flattr: https://flattr.com/@kiboke Basisinformatie over de Extensie
| Naam | |
| ID | fajnlldimiiipghabjgnbdidcnkghkgn |
| Officiële URL | https://chromewebstore.google.com/detail/youtubes-annotations-no-m/fajnlldimiiipghabjgnbdidcnkghkgn |
| Beschrijving | Disable Youtube's annotations. That's it :) Support the development, please: PayPal: https://www.paypal.me/kiboke Flattr:… |
| Bestandsgrootte | 22.52 KB |
| Aantal Installaties | 3,436 |
| Huidige Versie | 0.7 |
| Laatst Bijgewerkt | 2019-12-12 |
| Publicatiedatum | 2019-12-12 |
| Beoordeling | 4.38/5 Totaal 29 Beoordelingen |
| Ontwikkelaar | Daniel Kladnik |
| [email protected] | |
| Betalingswijze | free |
| Extensiewebsite | https://www.kiboke-studio.hr/browser-extensions/ |
| Help Pagina-URL | https://www.kiboke-studio.hr/browser-extensions/ |
| Ondersteunde Talen | en |
| manifest.json | |
{
"update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
"manifest_version": 2,
"name": "Youtube's Annotations No More",
"short_name": "Disable Youtube's annotations.",
"version": "0.7",
"icons": {
"16": "icons\/16.png",
"48": "icons\/48.png",
"128": "icons\/128.png"
},
"author": "Daniel Kladnik @ kiboke studio",
"permissions": [
"*:\/\/*.youtube.com\/*",
"webRequest",
"webRequestBlocking",
"notifications"
],
"background": {
"scripts": [
"data\/main.js"
]
},
"content_scripts": [
{
"matches": [
"*:\/\/*.youtube.com\/*"
],
"css": [
"data\/style.css"
]
}
]
} | |