Autoskip for YouTube 2.0

Automatically skips the YouTube ads. 🚫

Qu'est-ce que Autoskip for YouTube 2.0 ?

Autoskip for YouTube 2.0 est une extension Chrome développée par office, et sa fonction principale est "Automatically skips the YouTube ads. 🚫".

Captures d'Écran de l'Extension

screenshot
screenshot
screenshot

Télécharger le fichier CRX de l'extension Autoskip for YouTube 2.0

Téléchargez les fichiers d'extension Autoskip for YouTube 2.0 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

                        ⬇️ Easy to set up ⬇️:

1. Install and add the extension to Chrome.
2. That’s all you’ll have to do, it will now automatically click the Ad 'Skip' button while a YouTube video 🎥 is being played.

✨ Features ✨

1. Works on Youtube.
2. Could be combined with general-purpose ad blockers to block the ads altogether.

This extension will auto-skip the ads to improve your YouTube experience.                    

Informations de Base sur l'Extension

Nom Autoskip for YouTube 2.0 Autoskip for YouTube 2.0
ID gcgihkjcccpnahfhhkghlhncdaamjccc
URL Officiel https://chromewebstore.google.com/detail/autoskip-for-youtube-20/gcgihkjcccpnahfhhkghlhncdaamjccc
Description Automatically skips the YouTube ads. 🚫
Taille du Fichier 8.18 KB
Nombre d'Installations 137
Version Actuelle 1.0
Dernière Mise à Jour 2023-03-25
Date de Publication 2023-03-24
Évaluation 4.00/5 Total 4 Évaluations
Développeur office
Email [email protected]
Type de Paiement free
URL de la Page de Politique de Confidentialité https://docs.google.com/document/d/1dQ9QQunN7RQXo0BTH2QpKX7RV1nUpE3QSjNjWpCGjVM/edit?usp=sharing
Langues Prises en Charge en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Autoskip for YouTube 2.0",
    "version": "1.0",
    "icons": {
        "128": "icon_128.png"
    },
    "description": "Automatically skips the YouTube ads. \ud83d\udeab",
    "content_scripts": [
        {
            "matches": [
                "https:\/\/*.YouTube.com\/*"
            ],
            "js": [
                "content.js"
            ]
        }
    ],
    "manifest_version": 3
}