Autoplay Shorts
Autoplays YouTube shorts video after end of video
Autoplay Shorts क्या है?
Autoplay Shorts ProtoCode द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Autoplays YouTube shorts video after end of video"।
एक्सटेंशन स्क्रीनशॉट्स
एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें
crx प्रारूप में Autoplay Shorts एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।
एक्सटेंशन उपयोग निर्देश
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 :)
एक्सटेंशन की मूल जानकारी
नाम | Autoplay Shorts |
ID | hfmgmegpgdbdiejflmokkoidlggoohgf |
आधिकारिक URL | https://chrome.google.com/webstore/detail/autoplay-shorts/hfmgmegpgdbdiejflmokkoidlggoohgf |
विवरण | Autoplays YouTube shorts video after end of video |
फ़ाइल का आकार | 20.47 KB |
स्थापना संख्या | 504 |
वर्तमान संस्करण | 1.1.0 |
अंतिम अपडेट | 2023-04-20 |
प्रकाशन तिथि | 2022-11-27 |
रेटिंग | 5.00/5 कुल 1 रेटिंग्स |
डेवलपर | ProtoCode |
ईमेल | [email protected] |
भुगतान के प्रकार | free |
समर्थित भाषाएँ | 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\/*" ] } |