AutoSkipper
So you don't have to listen to in-video sponsor announcements ever again.
Co to jest AutoSkipper?
AutoSkipper to rozszerzenie Chrome opracowane przez BlockchainTrio, a jego główną funkcją jest „So you don't have to listen to in-video sponsor announcements ever again.”.
Zrzuty ekranu rozszerzenia
Pobierz plik CRX rozszerzenia AutoSkipper
Pobierz pliki rozszerzeń AutoSkipper 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
Skip the Time Wasters Life is too short to watch ads. You know when you're watching a YouTube video, and they say 'this video is sponsored by...'? We don't like those either, so we created AutoSkipper - a browser extension to skip those ads. -------- The more you skip, the smarter it gets Our intelligent algorithm learns with every skip. When you create a skip, we store it for you. We then use this data to intelligently predict skips for videos you and everyone else is watching. In many cases, sponsorship messages are skipped automatically without requiring any intervention. Skipping saves you time, and it helps everyone else as well. Get it today, it's free! -------- Tags: Youtube, Ad blocker, Ad skipper, Time saver, sponsor skipper, AutoSkipper
Podstawowe informacje o rozszerzeniu
Nazwa | |
ID | pgpbckoooplnfekbmdfkehekngkagemj |
Oficjalny URL | https://chrome.google.com/webstore/detail/autoskipper/pgpbckoooplnfekbmdfkehekngkagemj |
Opis | So you don't have to listen to in-video sponsor announcements ever again. |
Rozmiar pliku | 202 KB |
Liczba instalacji | 84 |
Aktualna Wersja | 1.0.135 |
Ostatnia Aktualizacja | 2020-11-23 |
Data Publikacji | 2020-11-23 |
Ocena | 3.67/5 Łącznie 3 Oceny |
Deweloper | BlockchainTrio |
[email protected] | |
Typ Płatności | free |
Strona Rozszerzenia | http://autoskipper.com/ |
Adres URL Strony Pomocy | http://autoskipper.com/ |
Obsługiwane Języki | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "AutoSkipper", "description": "So you don't have to listen to in-video sponsor announcements ever again.", "version": "1.0.135", "browser_action": { "default_icon": "icon48.png", "default_popup": "popup.html" }, "background": { "scripts": [ "js\/background.js" ], "persistent": true }, "icons": { "16": "icon16.png", "48": "icon48.png", "128": "icon128.png" }, "content_scripts": [ { "matches": [ "*:\/\/www.youtube.com\/*" ], "js": [ "js\/content.js" ] } ], "permissions": [ "webNavigation", "activeTab", "tabs", "storage" ] } |