YouAd Skipper

Sample Chrome Extension

Cos'è YouAd Skipper?

YouAd Skipper è un'estensione di Chrome sviluppata da fuwasegu, e la sua funzione principale è "Sample Chrome Extension".

Screenshot dell'Estensione

screenshot

Scarica il file CRX dell'estensione YouAd Skipper

Scarica i file di estensione YouAd Skipper 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

                        YouTubeの動画広告の自動スキップ、バナー広告の自動削除を行う拡張機能です。
スキップするのに5秒かかる広告も、5秒待たずに飛ばすことができます。

This extension can skip YouTube movie ad and banner ad automatically.
You need not wait the video ads that need to wait 5 seconds.

此扩展程序可以自动跳过YouTube电影广告和横幅广告。
您无需等待需要等待5秒钟的视频广告。                    

Informazioni di Base sull'Estensione

Nome YouAd Skipper YouAd Skipper
ID nhjhjoenmfpjglhfganelcdcdhebbmmi
URL Ufficiale https://chromewebstore.google.com/detail/youad-skipper/nhjhjoenmfpjglhfganelcdcdhebbmmi
Descrizione Sample Chrome Extension
Dimensione del File 20.11 KB
Conteggio Installazioni 4,426
Versione Corrente 2.1.0
Ultimo Aggiornamento 2022-06-02
Data di Pubblicazione 2019-12-14
Valutazione 4.69/5 Totale 16 Valutazioni
Sviluppatore fuwasegu
Email [email protected]
Tipo di Pagamento free
Lingue Supportate ja
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "YouAd Skipper",
    "version": "2.1.0",
    "manifest_version": 3,
    "description": "Sample Chrome Extension",
    "content_scripts": [
        {
            "matches": [
                "https:\/\/www.youtube.com\/*"
            ],
            "js": [
                "YouAdSkipper.js"
            ]
        }
    ],
    "background": {
        "service_worker": "YouAdSkipper.js"
    },
    "icons": {
        "16": "icon16.png",
        "48": "icon48.png",
        "128": "icon128.png"
    }
}