YouTube Auto Skiper

YouTube Auto Skiper - Automatically skip the ads button appears.

Cos'è YouTube Auto Skiper?

YouTube Auto Skiper è un'estensione di Chrome sviluppata da namdaik, e la sua funzione principale è "YouTube Auto Skiper - Automatically skip the ads button appears.".

Screenshot dell'Estensione

screenshot
screenshot
screenshot

Scarica il file CRX dell'estensione YouTube Auto Skiper

Scarica i file di estensione YouTube Auto Skiper in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.

Istruzioni per l'Uso dell'Estensione

                        The app will automatically click skip ads on youtube after 5 seconds to skip ads in a friendly manner.
Will also remove annoying ads on pages:
shopee.vn, sendo.vn, tiki.vn, lazada.vn.

If you have any questions about the software, please contact me via email: [email protected]                    

Informazioni di Base sull'Estensione

Nome YouTube Auto Skiper YouTube Auto Skiper
ID clocflifoieofjffhkhelnmhjibfpihj
URL Ufficiale https://chrome.google.com/webstore/detail/youtube-auto-skiper/clocflifoieofjffhkhelnmhjibfpihj
Descrizione YouTube Auto Skiper - Automatically skip the ads button appears.
Dimensione del File 3.78 MB
Conteggio Installazioni 33
Versione Corrente 0.1.1
Ultimo Aggiornamento 2022-02-18
Data di Pubblicazione 2022-02-16
Sviluppatore namdaik
Email [email protected]
Tipo di Pagamento free
URL della Pagina di Aiuto https://sites.google.com/view/ndk-extension-privacy-policy/trang-ch%E1%BB%A7
URL della Pagina della Politica sulla Privacy https://sites.google.com/view/ndk-extension-privacy-policy/trang-ch%E1%BB%A7
Lingue Supportate en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "version": "0.1.1",
    "manifest_version": 3,
    "name": "YouTube Auto Skiper",
    "description": "YouTube Auto Skiper - Automatically skip the ads button appears.",
    "author": "Namdaik",
    "homepage_url": "http:\/\/ext-land.namdaik.com\/",
    "action": {
        "default_popup": "option.html"
    },
    "icons": {
        "128": "assets\/images\/ytskip\/logo-128x128.png",
        "16": "assets\/images\/ytskip\/logo-16x16.png",
        "32": "assets\/images\/ytskip\/logo-32x32.png",
        "64": "assets\/images\/ytskip\/logo-64x64.png"
    },
    "content_scripts": [
        {
            "all_frames": false,
            "js": [
                "assets\/libs\/jquery.js",
                "assets\/js\/client.js",
                "assets\/js\/content.js"
            ],
            "run_at": "document_start",
            "matches": [
                "*:\/\/*.youtube.com\/*",
                "*:\/\/*.tiki.vn\/*",
                "*:\/\/*.shopee.vn\/*",
                "*:\/\/*.lazada.vn\/*",
                "*:\/\/*.sendo.vn\/*"
            ]
        }
    ],
    "permissions": [
        "declarativeNetRequest",
        "storage",
        "activeTab"
    ],
    "declarative_net_request": {
        "rule_resources": [
            {
                "id": "ruleset1",
                "enabled": true,
                "path": "assets\/rules.json"
            }
        ]
    }
}