Autoplay Shorts
Autoplays YouTube shorts video after end of video
What is Autoplay Shorts?
Autoplay Shorts is a Chrome extension developed by ProtoCode, and its main feature is "Autoplays YouTube shorts video after end of video".
Extension Screenshots
Download Autoplay Shorts Extension CRX File
Download Autoplay Shorts 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
Do you spend hours looking at shorts? Do you like press arrow down after each short? Then you have come to the right place, spend hours forgetting about work or studies! How to use? The extension will not start auto play until after the first short is skipped. 1) Navigate to YouTube homepage 2) Click on Shorts 3) Move to next short 4) Enjoy :)
Extension Basic Information
Name | Autoplay Shorts |
ID | hfmgmegpgdbdiejflmokkoidlggoohgf |
Official URL | https://chrome.google.com/webstore/detail/autoplay-shorts/hfmgmegpgdbdiejflmokkoidlggoohgf |
Description | Autoplays YouTube shorts video after end of video |
File Size | 20.47 KB |
Installation Count | 504 |
Current Version | 1.1.0 |
Last Updated | 2023-04-20 |
Publish Date | 2022-11-27 |
Rating | 5.00/5 Total 1 Ratings |
Developer | ProtoCode |
[email protected] | |
Payment Type | free |
Supported Languages | en-GB |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Autoplay Shorts", "description": "Autoplays YouTube shorts video after end of video", "homepage_url": "https:\/\/alexander-hornsby.uk\/", "version": "1.1.0", "manifest_version": 3, "icons": { "16": "icons\/16x16.png", "32": "icons\/32x32.png", "64": "icons\/64x64.png", "128": "icons\/128x128.png" }, "background": { "service_worker": "background.js" }, "permissions": [ "activeTab", "scripting" ], "host_permissions": [ "https:\/\/www.youtube.com\/shorts\/*" ] } |