Youtube's Annotations No More
Disable Youtube's annotations. That's it :) Support the development, please: PayPal: https://www.paypal.me/kiboke Flattr:…
Co to jest Youtube's Annotations No More?
Youtube's Annotations No More to rozszerzenie Chrome opracowane przez Daniel Kladnik, a jego główną funkcją jest „Disable Youtube's annotations. That's it :) Support the development, please: PayPal: https://www.paypal.me/kiboke Flattr:…”.
Zrzuty ekranu rozszerzenia
Pobierz plik CRX rozszerzenia Youtube's Annotations No More
Pobierz pliki rozszerzeń Youtube's Annotations No More w formacie crx, zainstaluj ręcznie rozszerzenia Chrome w przeglądarce lub udostępnij pliki crx znajomym, aby łatwo zainstalować rozszerzenia Chrome.
Instrukcja Użytkowania Rozszerzenia
Disable Youtube's annotations. That's it :)
Support the development, please:
PayPal: https://www.paypal.me/kiboke
Flattr: https://flattr.com/@kiboke Podstawowe informacje o rozszerzeniu
| Nazwa | |
| ID | fajnlldimiiipghabjgnbdidcnkghkgn |
| Oficjalny URL | https://chromewebstore.google.com/detail/youtubes-annotations-no-m/fajnlldimiiipghabjgnbdidcnkghkgn |
| Opis | Disable Youtube's annotations. That's it :) Support the development, please: PayPal: https://www.paypal.me/kiboke Flattr:… |
| Rozmiar pliku | 22.52 KB |
| Liczba instalacji | 3,436 |
| Aktualna Wersja | 0.7 |
| Ostatnia Aktualizacja | 2019-12-12 |
| Data Publikacji | 2019-12-12 |
| Ocena | 4.38/5 Łącznie 29 Oceny |
| Deweloper | Daniel Kladnik |
| [email protected] | |
| Typ Płatności | free |
| Strona Rozszerzenia | https://www.kiboke-studio.hr/browser-extensions/ |
| Adres URL Strony Pomocy | https://www.kiboke-studio.hr/browser-extensions/ |
| Obsługiwane Języki | 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"
]
}
]
} | |