YouTube Auto-Proceed to Video
Automatically skip YouTube's "This video may be inappropriate for some users" check
Qu'est-ce que YouTube Auto-Proceed to Video ?
YouTube Auto-Proceed to Video est une extension Chrome développée par ba32107, et sa fonction principale est "Automatically skip YouTube's "This video may be inappropriate for some users" check".
Captures d'Écran de l'Extension
Télécharger le fichier CRX de l'extension YouTube Auto-Proceed to Video
Téléchargez les fichiers d'extension YouTube Auto-Proceed to Video 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
Informations de Base sur l'Extension
Nom | |
ID | lmjcoecpdenpmdoieiiendpoohgmabmd |
URL Officiel | https://chrome.google.com/webstore/detail/youtube-auto-proceed-to-v/lmjcoecpdenpmdoieiiendpoohgmabmd |
Description | Automatically skip YouTube's "This video may be inappropriate for some users" check |
Taille du Fichier | 45.05 KB |
Nombre d'Installations | 1,453 |
Version Actuelle | 1.6.1 |
Dernière Mise à Jour | 2022-07-21 |
Date de Publication | 2020-02-23 |
Évaluation | 4.00/5 Total 8 Évaluations |
Développeur | ba32107 |
[email protected] | |
Type de Paiement | free |
Site Web de l'Extension | https://github.com/ba32107/youtube-auto-proceed |
URL de la Page d'Aide | https://github.com/ba32107/youtube-auto-proceed |
Langues Prises en Charge | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "YouTube Auto-Proceed to Video", "short_name": "YouTubeAutoProceed", "version": "1.6.1", "description": "Automatically skip YouTube's \"This video may be inappropriate for some users\" check", "manifest_version": 2, "permissions": [ "contextMenus", "tabs" ], "background": { "page": "background.html", "persistent": false }, "browser_action": { "default_title": "YouTube Auto-Proceed to Video", "default_icon": { "16": "images\/icons\/16.png", "32": "images\/icons\/32.png", "48": "images\/icons\/48.png", "128": "images\/icons\/128.png" } }, "content_scripts": [ { "matches": [ "*:\/\/*.youtube.com\/*" ], "js": [ "libs\/browser-polyfill.min.js", "contentScript.js" ] } ], "icons": { "16": "images\/icons\/16.png", "32": "images\/icons\/32.png", "48": "images\/icons\/48.png", "128": "images\/icons\/128.png" } } |