Instant Youtube Ad Skipper
Extension that automatically fast forwards and skips youtube ads.
Co to jest Instant Youtube Ad Skipper?
Instant Youtube Ad Skipper to rozszerzenie Chrome opracowane przez Cloud Composed LLC, a jego główną funkcją jest „Extension that automatically fast forwards and skips youtube ads.”.
Zrzuty ekranu rozszerzenia
Pobierz plik CRX rozszerzenia Instant Youtube Ad Skipper
Pobierz pliki rozszerzeń Instant Youtube Ad Skipper 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
This extension will automatically and almost instantly skip any YouTube ads. No need to wait for the skip button and you should never have to watch ads again. Just install the extension and YouTube ads will begin to be skipped. I hope you enjoy!
Podstawowe informacje o rozszerzeniu
Nazwa | Instant Youtube Ad Skipper |
ID | hfncancnkmcojmfbfcdphomojkgmanlf |
Oficjalny URL | https://chromewebstore.google.com/detail/instant-youtube-ad-skippe/hfncancnkmcojmfbfcdphomojkgmanlf |
Opis | Extension that automatically fast forwards and skips youtube ads. |
Rozmiar pliku | 57.28 KB |
Liczba instalacji | 265 |
Aktualna Wersja | 1.0 |
Ostatnia Aktualizacja | 2022-10-30 |
Data Publikacji | 2022-10-30 |
Ocena | 5.00/5 Łącznie 1 Oceny |
Deweloper | Cloud Composed LLC |
[email protected] | |
Typ Płatności | free |
Obsługiwane Języki | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Instant Youtube Ad Skipper", "description": "Extension that automatically fast forwards and skips youtube ads.", "author": "Cloud Composed LLC", "manifest_version": 3, "version": "1.0", "action": { "default_popup": "index.html", "default_title": "Instant Youtube Ad Skipper", "default_icon": "icon.png" }, "permissions": [ "activeTab", "scripting" ], "host_permissions": [ "https:\/\/*\/" ], "background": { "service_worker": "background.js" }, "icons": { "16": "icon16.png", "32": "icon32.png", "48": "icon48.png", "128": "icon128.png" } } |