AutoSkipper
So you don't have to listen to in-video sponsor announcements ever again.
Co je AutoSkipper?
AutoSkipper je rozšíření Chrome vyvinuté BlockchainTrio, a jeho hlavní funkcí je „So you don't have to listen to in-video sponsor announcements ever again.“.
Snímky obrazovky rozšíření
Stáhnout soubor CRX rozšíření AutoSkipper
Stáhněte si soubory rozšíření AutoSkipper ve formátu crx, ručně nainstalujte rozšíření Chrome do prohlížeče nebo sdílejte soubory crx s přáteli, abyste jednoduše nainstalovali rozšíření Chrome.
Pokyny pro Použití Rozšíření
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
Základní Informace o Rozšíření
Název | |
ID | pgpbckoooplnfekbmdfkehekngkagemj |
Oficiální URL | https://chrome.google.com/webstore/detail/autoskipper/pgpbckoooplnfekbmdfkehekngkagemj |
Popis | So you don't have to listen to in-video sponsor announcements ever again. |
Velikost souboru | 202 KB |
Počet instalací | 84 |
Aktuální Verze | 1.0.135 |
Poslední Aktualizace | 2020-11-23 |
Datum Vydání | 2020-11-23 |
Hodnocení | 3.67/5 Celkem 3 Hodnocení |
Vývojář | BlockchainTrio |
[email protected] | |
Typ Platby | free |
Webové stránky Rozšíření | http://autoskipper.com/ |
URL Stránky Nápovědy | http://autoskipper.com/ |
Podporované Jazyky | 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" ] } |