Watchs
By just clicking on it, this addon will convert any shotrs video on YouTube to a full-length video.
Watchs क्या है?
Watchs SloMR द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "By just clicking on it, this addon will convert any shotrs video on YouTube to a full-length video."।
एक्सटेंशन स्क्रीनशॉट्स
एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें
crx प्रारूप में Watchs एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।
एक्सटेंशन उपयोग निर्देश
We created this extension to get rid of shorts on YouTube and to be able to control the video on our own. Features - Convert shorts into full-vedio to watch. How to use - If you're watching a short video and the indicator changes to brown, you can convert it to a full-length video simply clicking on it.
एक्सटेंशन की मूल जानकारी
नाम | Watchs |
ID | gfhdlnjjjjncomlnkbfhibfblejijnho |
आधिकारिक URL | https://chromewebstore.google.com/detail/watchs/gfhdlnjjjjncomlnkbfhibfblejijnho |
विवरण | By just clicking on it, this addon will convert any shotrs video on YouTube to a full-length video. |
फ़ाइल का आकार | 2.65 MB |
स्थापना संख्या | 63 |
वर्तमान संस्करण | 1.0 |
अंतिम अपडेट | 2022-05-05 |
प्रकाशन तिथि | 2022-05-05 |
रेटिंग | 5.00/5 कुल 2 रेटिंग्स |
डेवलपर | SloMR |
ईमेल | [email protected] |
भुगतान के प्रकार | free |
एक्सटेंशन वेबसाइट | https://github.com/xSloMSA/Watchs-Extension |
सहायता पृष्ठ URL | https://github.com/xSloMSA/Watchs-Extension/issues |
समर्थित भाषाएँ | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Watchs", "description": "By just clicking on it, this addon will convert any shotrs video on YouTube to a full-length video.", "author": "Sulaiman AlRomaih", "version": "1.0", "manifest_version": 3, "background": { "service_worker": "background.js", "type": "module" }, "permissions": [ "tabs" ], "host_permissions": [ "https:\/\/www.youtube.com\/*" ], "action": { "default_icon": { "16": "\/images\/Inactive\/16x16.png", "32": "\/images\/Inactive\/32x32.png", "48": "\/images\/Inactive\/48x48.png", "128": "\/images\/Inactive\/128x128.png" } }, "icons": { "16": "\/images\/Active\/16x16.png", "32": "\/images\/Active\/32x32.png", "48": "\/images\/Active\/48x48.png", "128": "\/images\/Active\/128x128.png" } } |