YouTube++
This extension shows the publishing or uploading date of related youtube videos in sidebar.
YouTube++ क्या है?
YouTube++ divyum द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "This extension shows the publishing or uploading date of related youtube videos in sidebar."।
एक्सटेंशन स्क्रीनशॉट्स
एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें
crx प्रारूप में YouTube++ एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।
एक्सटेंशन उपयोग निर्देश
Ever wondered if you could get the published date of related videos without even opening the videos in youtube, here is an extension which will solve this for you.
एक्सटेंशन की मूल जानकारी
नाम | YouTube++ |
ID | mbaflkdlneldejanggphlhcepncjfaco |
आधिकारिक URL | https://chromewebstore.google.com/detail/youtube++/mbaflkdlneldejanggphlhcepncjfaco |
विवरण | This extension shows the publishing or uploading date of related youtube videos in sidebar. |
फ़ाइल का आकार | 229 KB |
स्थापना संख्या | 2,716 |
वर्तमान संस्करण | 2.3.2 |
अंतिम अपडेट | 2019-11-12 |
प्रकाशन तिथि | 2019-11-11 |
रेटिंग | 3.77/5 कुल 52 रेटिंग्स |
डेवलपर | divyum |
भुगतान के प्रकार | free |
समर्थित भाषाएँ | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "YouTube++", "short_name": "YTD", "description": "This extension shows the publishing or uploading date of related youtube videos in sidebar.", "version": "2.3.2", "icons": { "48": "image\/icon48.png", "128": "image\/icon128.png" }, "permissions": [ "tabs" ], "background": { "persistent": true, "scripts": [ "js\/background.js" ] }, "content_scripts": [ { "matches": [ "https:\/\/www.youtube.com\/*", "http:\/\/www.youtube.com\/*" ], "js": [ "js\/main.js" ], "run_at": "document_end" } ], "web_accessible_resources": [ "image\/loader_gif.gif" ] } |