YTLink
YTLink is a must-have Chrome Browser Extension for YouTube enthusiasts.
YTLink क्या है?
YTLink https://yt-link.com द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "YTLink is a must-have Chrome Browser Extension for YouTube enthusiasts."।
एक्सटेंशन स्क्रीनशॉट्स
एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें
crx प्रारूप में YTLink एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।
एक्सटेंशन उपयोग निर्देश
Simplify your YouTube channel subscriptions and stay up-to-date with your favorite content creators effortlessly. With YTLink, you can enjoy a streamlined experience for tracking and accessing new videos from your preferred YouTube channels.
एक्सटेंशन की मूल जानकारी
नाम | YTLink |
ID | doejjpejflaoklbclgimmgbkdpakogcb |
आधिकारिक URL | https://chromewebstore.google.com/detail/ytlink/doejjpejflaoklbclgimmgbkdpakogcb |
विवरण | YTLink is a must-have Chrome Browser Extension for YouTube enthusiasts. |
फ़ाइल का आकार | 277 KB |
स्थापना संख्या | 17 |
वर्तमान संस्करण | 3.1 |
अंतिम अपडेट | 2023-09-27 |
प्रकाशन तिथि | 2020-01-19 |
रेटिंग | 5.00/5 कुल 1 रेटिंग्स |
डेवलपर | https://yt-link.com |
ईमेल | [email protected] |
भुगतान के प्रकार | free |
एक्सटेंशन वेबसाइट | https://yt-link.com |
समर्थित भाषाएँ | en |
manifest.json | |
{ "background": { "service_worker": ".\/scripts\/listener.js" }, "action": { "default_icon": ".\/media\/Logos\/logo.png", "default_popup": "index.html" }, "content_scripts": [ { "js": [ ".\/scripts\/videoModal.js", ".\/scripts\/jquery-3.3.1.min.js" ], "matches": [ "https:\/\/yt-link.com\/*", "https:\/\/twitter.com\/*", "https:\/\/www.reddit.com\/*", "https:\/\/www.facebook.com\/*", "https:\/\/www.instagram.com\/*", "https:\/\/web.whatsapp.com\/*" ] } ], "description": "YTLink is a must-have Chrome Browser Extension for YouTube enthusiasts.", "icons": { "128": ".\/Media\/Logos\/icon128.png", "16": ".\/Media\/Logos\/icon16.png", "48": ".\/Media\/Logos\/icon48.png" }, "manifest_version": 3, "name": "YTLink", "host_permissions": [ "https:\/\/ajax.googleapis.com\/" ], "permissions": [ "activeTab", "storage", "alarms" ], "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "version": "3.1" } |