Auto Skip
Skip Youtube ads automatically.
Qu'est-ce que Auto Skip ?
Auto Skip est une extension Chrome développée par Kodebroz, et sa fonction principale est "Skip Youtube ads automatically.".
Captures d'Écran de l'Extension
Télécharger le fichier CRX de l'extension Auto Skip
Téléchargez les fichiers d'extension Auto Skip 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
Hey there, Are you annoyed by sudden YouTube ads? Guess what? Automates the process of clicking the "Skip Ad" button with Auto Skip Chrome Extension. it's not an ad blocker, it simply automates the process of clicking on the "Skip Ad" button on YouTube. it's really handy when you are going through some playlist or chilling and watching your favorite YouTuber, no need to bother and click on "Skip Ad" button, simply sit back and enjoy the content without any interruption. Hoping, this extension is making your YouTube experience better. Happy Coding! Happy YouTubing!
Informations de Base sur l'Extension
Nom | |
ID | phnofgchbnhnblinddmnmkjhpifciimb |
URL Officiel | https://chrome.google.com/webstore/detail/auto-skip/phnofgchbnhnblinddmnmkjhpifciimb |
Description | Skip Youtube ads automatically. |
Taille du Fichier | 11.39 KB |
Nombre d'Installations | 69 |
Version Actuelle | 0.0.1 |
Dernière Mise à Jour | 2021-01-31 |
Date de Publication | 2021-01-31 |
Développeur | Kodebroz |
[email protected] | |
Type de Paiement | free |
Langues Prises en Charge | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Auto Skip", "version": "0.0.1", "description": "Skip Youtube ads automatically.", "icons": { "16": "images\/autoskip16.png", "32": "images\/autoskip32.png", "48": "images\/autoskip48.png", "128": "images\/autoskip128.png" }, "manifest_version": 2, "author": "Kodebroz", "content_scripts": [ { "matches": [ "*:\/\/*.youtube.com\/*" ], "js": [ "kodebroz_auto_skip_content.js" ], "run_at": "document_end", "all_frames": true } ] } |