YouTube Endcard Controller
Hide or show endcards on YouTube
Co to jest YouTube Endcard Controller?
YouTube Endcard Controller to rozszerzenie Chrome opracowane przez schmidlidev, a jego główną funkcją jest „Hide or show endcards on YouTube”.
Zrzuty ekranu rozszerzenia
Pobierz plik CRX rozszerzenia YouTube Endcard Controller
Pobierz pliki rozszerzeń YouTube Endcard Controller 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
Features
* Toggle between showing and hiding intrusive YouTube Endcards.
* Control is integrated seamlessly into the YouTube video player settings.
* No annoying badge icon on your browser like other extensions.
* Current selection is remembered across sessions and even across devices. Podstawowe informacje o rozszerzeniu
| Nazwa | |
| ID | dhcmfnihepmjalbfgelbfoecmmjjbinh |
| Oficjalny URL | https://chromewebstore.google.com/detail/youtube-endcard-controlle/dhcmfnihepmjalbfgelbfoecmmjjbinh |
| Opis | Hide or show endcards on YouTube |
| Rozmiar pliku | 4.73 KB |
| Liczba instalacji | 523 |
| Aktualna Wersja | 1.0.0 |
| Ostatnia Aktualizacja | 2020-12-06 |
| Data Publikacji | 2020-12-02 |
| Ocena | 5.00/5 Łącznie 6 Oceny |
| Deweloper | schmidlidev |
| [email protected] | |
| Typ Płatności | free |
| Obsługiwane Języki | en |
| manifest.json | |
{
"update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
"manifest_version": 2,
"name": "YouTube Endcard Controller",
"version": "1.0.0",
"description": "Hide or show endcards on YouTube",
"permissions": [
"storage"
],
"content_scripts": [
{
"matches": [
"*:\/\/*.youtube.com\/*"
],
"js": [
"content.js"
]
}
],
"icons": {
"128": "icon128.png"
}
} | |