Autoskip for YouTube 2.0
Automatically skips the YouTube ads. 🚫
Co to jest Autoskip for YouTube 2.0?
Autoskip for YouTube 2.0 to rozszerzenie Chrome opracowane przez office, a jego główną funkcją jest „Automatically skips the YouTube ads. 🚫”.
Zrzuty ekranu rozszerzenia
Pobierz plik CRX rozszerzenia Autoskip for YouTube 2.0
Pobierz pliki rozszerzeń Autoskip for YouTube 2.0 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
                        ⬇️ Easy to set up ⬇️:
1. Install and add the extension to Chrome.
2. That’s all you’ll have to do, it will now automatically click the Ad 'Skip' button while a YouTube video 🎥 is being played.
✨ Features ✨
1. Works on Youtube.
2. Could be combined with general-purpose ad blockers to block the ads altogether.
This extension will auto-skip the ads to improve your YouTube experience.                     Podstawowe informacje o rozszerzeniu
| Nazwa |   |  
| ID | gcgihkjcccpnahfhhkghlhncdaamjccc | 
| Oficjalny URL | https://chromewebstore.google.com/detail/autoskip-for-youtube-20/gcgihkjcccpnahfhhkghlhncdaamjccc | 
| Opis | Automatically skips the YouTube ads. 🚫 | 
| Rozmiar pliku | 8.18 KB | 
| Liczba instalacji | 137 | 
| Aktualna Wersja | 1.0 | 
| Ostatnia Aktualizacja | 2023-03-25 | 
| Data Publikacji | 2023-03-24 | 
| Ocena | 4.00/5 Łącznie 4 Oceny | 
| Deweloper | office | 
| [email protected] | |
| Typ Płatności | free | 
| Adres URL Strony Polityki Prywatności | https://docs.google.com/document/d/1dQ9QQunN7RQXo0BTH2QpKX7RV1nUpE3QSjNjWpCGjVM/edit?usp=sharing | 
| Obsługiwane Języki | en | 
| manifest.json | |
 {
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Autoskip for YouTube 2.0",
    "version": "1.0",
    "icons": {
        "128": "icon_128.png"
    },
    "description": "Automatically skips the YouTube ads. \ud83d\udeab",
    "content_scripts": [
        {
            "matches": [
                "https:\/\/*.YouTube.com\/*"
            ],
            "js": [
                "content.js"
            ]
        }
    ],
    "manifest_version": 3
}  |  |