YouTube Ad skipper 100% Working

YouTube Ad Skipper is an extension that auto skips ads after YouTube provides a skip ad button. It does not block an ad.

Qu'est-ce que YouTube Ad skipper 100% Working ?

YouTube Ad skipper 100% Working est une extension Chrome développée par AyushMaji, et sa fonction principale est "YouTube Ad Skipper is an extension that auto skips ads after YouTube provides a skip ad button. It does not block an ad.".

Captures d'Écran de l'Extension

screenshot
screenshot
screenshot

Télécharger le fichier CRX de l'extension YouTube Ad skipper 100% Working

Téléchargez les fichiers d'extension YouTube Ad skipper 100% Working 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

                        Automatically closes banner ads and clicks 'Skip Ad' buttons for you.YouTube Ad Skipper(100% Working) is an extension that auto skips ads after YouTube provides a skip ad button. 
It does not block an ad. it just clicks close and skip for you automatically. Useful if you are tabbed out, or just lazy.
This is basically useful when you are watching a youtube video (or a playlist), and an ad starts playing. Youtube allows you to skip the ad after 5 seconds, but if you can't be bothered to click it yourself (or you are AFK), this extension clicks that button for you.
link- https://www.youtube.com/channel/UCtmdG03nDBhw6wZzeN3ChMw                    

Informations de Base sur l'Extension

Nom YouTube Ad skipper 100% Working YouTube Ad skipper 100% Working
ID ojaledjgjlkpjaebmdphdkcmljibaeen
URL Officiel https://chromewebstore.google.com/detail/youtube-ad-skipper-100%25-w/ojaledjgjlkpjaebmdphdkcmljibaeen
Description YouTube Ad Skipper is an extension that auto skips ads after YouTube provides a skip ad button. It does not block an ad.
Taille du Fichier 13.41 KB
Nombre d'Installations 677
Version Actuelle 1.0
Dernière Mise à Jour 2020-12-27
Date de Publication 2020-12-27
Évaluation 4.20/5 Total 15 Évaluations
Développeur AyushMaji
Email [email protected]
Type de Paiement free
Site Web de l'Extension https://www.youtube.com/channel/UCtmdG03nDBhw6wZzeN3ChMw
Langues Prises en Charge en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "YouTube Ad skipper 100% Working",
    "version": "1.0",
    "description": "YouTube Ad Skipper is an extension that auto skips ads after YouTube provides a skip ad button. It does not block an ad.",
    "manifest_version": 2,
    "author": "Ayush Maji",
    "icons": {
        "128": "icon_128.png"
    },
    "browser_action": {
        "default_icon": "icon_128.png"
    },
    "content_scripts": [
        {
            "js": [
                "script.js"
            ],
            "run_at": "document_idle",
            "matches": [
                "*:\/\/*.youtube.com\/*"
            ]
        }
    ]
}