YouTube Auto-Proceed to Video
Automatically skip YouTube's "This video may be inappropriate for some users" check
What is YouTube Auto-Proceed to Video?
YouTube Auto-Proceed to Video is a Chrome extension developed by ba32107, and its main feature is "Automatically skip YouTube's "This video may be inappropriate for some users" check".
Extension Screenshots
Download YouTube Auto-Proceed to Video Extension CRX File
Download YouTube Auto-Proceed to Video extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.
Extension Usage Instructions
Extension Basic Information
Name | |
ID | lmjcoecpdenpmdoieiiendpoohgmabmd |
Official URL | 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 |
File Size | 45.05 KB |
Installation Count | 1,453 |
Current Version | 1.6.1 |
Last Updated | 2022-07-21 |
Publish Date | 2020-02-23 |
Rating | 4.00/5 Total 8 Ratings |
Developer | ba32107 |
[email protected] | |
Payment Type | free |
Extension Website | https://github.com/ba32107/youtube-auto-proceed |
Help Page URL | https://github.com/ba32107/youtube-auto-proceed |
Supported Languages | 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" } } |