Youtube's Annotations No More
Disable Youtube's annotations. That's it :) Support the development, please: PayPal: https://www.paypal.me/kiboke Flattr:…
Was ist Youtube's Annotations No More?
Youtube's Annotations No More ist eine Chrome-Erweiterung, die von Daniel Kladnik entwickelt wurde, und ihr Hauptmerkmal ist "Disable Youtube's annotations. That's it :) Support the development, please: PayPal: https://www.paypal.me/kiboke Flattr:…".
Erweiterungsscreenshots
Youtube's Annotations No More-Erweiterungs-CRX-Datei herunterladen
Laden Sie Youtube's Annotations No More-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
Disable Youtube's annotations. That's it :) Support the development, please: PayPal: https://www.paypal.me/kiboke Flattr: https://flattr.com/@kiboke
Grundlegende Informationen zur Erweiterung
Name | Youtube's Annotations No More |
ID | fajnlldimiiipghabjgnbdidcnkghkgn |
Offizielle URL | https://chromewebstore.google.com/detail/youtubes-annotations-no-m/fajnlldimiiipghabjgnbdidcnkghkgn |
Beschreibung | Disable Youtube's annotations. That's it :) Support the development, please: PayPal: https://www.paypal.me/kiboke Flattr:… |
Dateigröße | 22.52 KB |
Installationsanzahl | 3,436 |
Aktuelle Version | 0.7 |
Letztes Update | 2019-12-12 |
Veröffentlichungsdatum | 2019-12-12 |
Bewertung | 4.38/5 Insgesamt 29 Bewertungen |
Entwickler | Daniel Kladnik |
[email protected] | |
Zahlungsart | free |
Erweiterungswebsite | https://www.kiboke-studio.hr/browser-extensions/ |
Hilfeseite URL | https://www.kiboke-studio.hr/browser-extensions/ |
Unterstützte Sprachen | 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" ] } ] } |