Subscribe to YouTube Playlists
Easily check your added playlists for new videos.
Subscribe to YouTube Playlists क्या है?
Subscribe to YouTube Playlists https://youtube-extensions.gonguet.com द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Easily check your added playlists for new videos."।
एक्सटेंशन स्क्रीनशॉट्स
एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें
crx प्रारूप में Subscribe to YouTube Playlists एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।
एक्सटेंशन उपयोग निर्देश
A tool to check if there are new videos in the playlists you added to your library. Now with a subscriptions-like feed!
एक्सटेंशन की मूल जानकारी
नाम | Subscribe to YouTube Playlists |
ID | iiidhbnhammhbfmaigembfdlmaeabgfl |
आधिकारिक URL | https://chromewebstore.google.com/detail/subscribe-to-youtube-play/iiidhbnhammhbfmaigembfdlmaeabgfl |
विवरण | Easily check your added playlists for new videos. |
फ़ाइल का आकार | 158 KB |
स्थापना संख्या | 15 |
वर्तमान संस्करण | 1.3.1 |
अंतिम अपडेट | 2023-06-18 |
प्रकाशन तिथि | 2022-10-06 |
रेटिंग | 3.33/5 कुल 3 रेटिंग्स |
डेवलपर | https://youtube-extensions.gonguet.com |
ईमेल | [email protected] |
भुगतान के प्रकार | free |
एक्सटेंशन वेबसाइट | https://youtube-extensions.gonguet.com/ |
समर्थित भाषाएँ | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 3, "version": "1.3.1", "default_locale": "en", "name": "__MSG_extensionName__", "description": "__MSG_extensionDescription__", "icons": { "16": "icons\/icon-16.png", "48": "icons\/icon-48.png", "96": "icons\/icon-96.png", "128": "icons\/icon-128.png" }, "content_scripts": [ { "matches": [ "*:\/\/www.youtube.com\/*" ], "js": [ "scripts\/loader.js" ] } ], "web_accessible_resources": [ { "resources": [ "scripts\/index.mjs", "scripts\/loader.js", "scripts\/ui.js" ], "matches": [ "*:\/\/www.youtube.com\/*" ] } ] } |