Youtube's Annotations No More
Disable Youtube's annotations. That's it :) Support the development, please: PayPal: https://www.paypal.me/kiboke Flattr:…
Hvad er Youtube's Annotations No More?
Youtube's Annotations No More er en Chrome-udvidelse udviklet af Daniel Kladnik, og dens hovedfunktion er "Disable Youtube's annotations. That's it :) Support the development, please: PayPal: https://www.paypal.me/kiboke Flattr:…".
Udvidelsesskærmbilleder
Download Youtube's Annotations No More-udvidelses-CRX-fil
Download Youtube's Annotations No More-udvidelsesfiler i crx-format, installer Chrome-udvidelser manuelt i browseren eller del crx-filer med venner for nemt at installere Chrome-udvidelser.
Brugsanvisning til Udvidelsen
Disable Youtube's annotations. That's it :)
Support the development, please:
PayPal: https://www.paypal.me/kiboke
Flattr: https://flattr.com/@kiboke Grundlæggende oplysninger om udvidelsen
| Navn | |
| ID | fajnlldimiiipghabjgnbdidcnkghkgn |
| Officiel URL | https://chromewebstore.google.com/detail/youtubes-annotations-no-m/fajnlldimiiipghabjgnbdidcnkghkgn |
| Beskrivelse | Disable Youtube's annotations. That's it :) Support the development, please: PayPal: https://www.paypal.me/kiboke Flattr:… |
| Filstørrelse | 22.52 KB |
| Antal Installationer | 3,436 |
| Nuværende Version | 0.7 |
| Senest Opdateret | 2019-12-12 |
| Udgivelsesdato | 2019-12-12 |
| Bedømmelse | 4.38/5 Samlet 29 Bedømmelser |
| Udvikler | Daniel Kladnik |
| [email protected] | |
| Betalingsmetode | free |
| Udvidelseswebsted | https://www.kiboke-studio.hr/browser-extensions/ |
| Hjælpeside-URL | https://www.kiboke-studio.hr/browser-extensions/ |
| Understøttede Sprog | 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"
]
}
]
} | |