Youtube Ad Skipper

Ad Skipper is gives you less interrupted online streaming and skip or removes ad on behalf of you. It does not block an ad.

Qu'est-ce que Youtube Ad Skipper ?

Youtube Ad Skipper est une extension Chrome développée par Avinash Sakhreliya, et sa fonction principale est "Ad Skipper is gives you less interrupted online streaming and skip or removes ad on behalf of you. It does not block an ad.".

Captures d'Écran de l'Extension

screenshot

Télécharger le fichier CRX de l'extension Youtube Ad Skipper

Téléchargez les fichiers d'extension Youtube Ad Skipper au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.

Instructions d'Utilisation de l'Extension

                        New Update: Fix YouTube auto skip ad issue

YouTube Ad Skipper is an add-on for auto skips video ads and close all other ads after website provides a skip ad button. It does not block an ad. So you can now sit on your sofa and watch movie without any interruption.

Currently Supported Websites:

1. YouTube                    

Informations de Base sur l'Extension

Nom Youtube Ad Skipper Youtube Ad Skipper
ID cheolhficilobbjkgdinaobglkppmckc
URL Officiel https://chromewebstore.google.com/detail/youtube-ad-skipper/cheolhficilobbjkgdinaobglkppmckc
Description Ad Skipper is gives you less interrupted online streaming and skip or removes ad on behalf of you. It does not block an ad.
Taille du Fichier 39.06 KB
Nombre d'Installations 7,810
Version Actuelle 1.0.1
Dernière Mise à Jour 2023-11-18
Date de Publication 2020-03-31
Évaluation 4.00/5 Total 20 Évaluations
Développeur Avinash Sakhreliya
Email [email protected]
Type de Paiement free
Langues Prises en Charge en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Youtube Ad Skipper",
    "version": "1.0.1",
    "description": "Ad Skipper is gives you less interrupted online streaming and skip or removes ad on behalf of you. It does not block an ad.",
    "permissions": [
        "tabs"
    ],
    "host_permissions": [
        ""
    ],
    "content_scripts": [
        {
            "matches": [
                "*:\/\/*.youtube.com\/*"
            ],
            "js": [
                "skipper.js"
            ]
        }
    ],
    "background": {
        "service_worker": "background.js",
        "type": "module"
    },
    "action": {
        "default_icon": {
            "16": "icon16-disabled.png",
            "48": "icon48-disabled.png",
            "128": "icon128-disabled.png"
        }
    },
    "icons": {
        "16": "icon16.png",
        "48": "icon48.png",
        "128": "icon128.png"
    },
    "manifest_version": 3
}