Instant Youtube Ad Skipper

Extension that automatically fast forwards and skips youtube ads.

Qu'est-ce que Instant Youtube Ad Skipper ?

Instant Youtube Ad Skipper est une extension Chrome développée par Cloud Composed LLC, et sa fonction principale est "Extension that automatically fast forwards and skips youtube ads.".

Captures d'Écran de l'Extension

screenshot

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

Téléchargez les fichiers d'extension Instant 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

                        This extension will automatically and almost instantly skip any YouTube ads. No need to wait for the skip button and you should never have to watch ads again.

Just install the extension and YouTube ads will begin to be skipped. I hope you enjoy!                    

Informations de Base sur l'Extension

Nom Instant Youtube Ad Skipper Instant Youtube Ad Skipper
ID hfncancnkmcojmfbfcdphomojkgmanlf
URL Officiel https://chromewebstore.google.com/detail/instant-youtube-ad-skippe/hfncancnkmcojmfbfcdphomojkgmanlf
Description Extension that automatically fast forwards and skips youtube ads.
Taille du Fichier 57.28 KB
Nombre d'Installations 265
Version Actuelle 1.0
Dernière Mise à Jour 2022-10-30
Date de Publication 2022-10-30
Évaluation 5.00/5 Total 1 Évaluations
Développeur Cloud Composed LLC
Email [email protected]
Type de Paiement free
Langues Prises en Charge en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Instant Youtube Ad Skipper",
    "description": "Extension that automatically fast forwards and skips youtube ads.",
    "author": "Cloud Composed LLC",
    "manifest_version": 3,
    "version": "1.0",
    "action": {
        "default_popup": "index.html",
        "default_title": "Instant Youtube Ad Skipper",
        "default_icon": "icon.png"
    },
    "permissions": [
        "activeTab",
        "scripting"
    ],
    "host_permissions": [
        "https:\/\/*\/"
    ],
    "background": {
        "service_worker": "background.js"
    },
    "icons": {
        "16": "icon16.png",
        "32": "icon32.png",
        "48": "icon48.png",
        "128": "icon128.png"
    }
}