YouTube™ Redirector
Automatically redirects logged in users to the subscriptions page.
YouTube™ Redirector क्या है?
YouTube™ Redirector https://mrkannah.com द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Automatically redirects logged in users to the subscriptions page."।
एक्सटेंशन स्क्रीनशॉट्स
एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें
crx प्रारूप में YouTube™ Redirector एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।
एक्सटेंशन उपयोग निर्देश
An extension that redirects logged in users from the youtube homepage to their subscriptions page. To enable the extension the user must be on youtube.com. Clicking the extension icon will display a menu with the options for the extension.
एक्सटेंशन की मूल जानकारी
नाम | YouTube™ Redirector |
ID | fnlklbjlpkkdnelohembgpdahpfpfcbp |
आधिकारिक URL | https://chromewebstore.google.com/detail/youtube-redirector/fnlklbjlpkkdnelohembgpdahpfpfcbp |
विवरण | Automatically redirects logged in users to the subscriptions page. |
फ़ाइल का आकार | 44.4 KB |
स्थापना संख्या | 62 |
वर्तमान संस्करण | 2.2.0 |
अंतिम अपडेट | 2017-10-18 |
प्रकाशन तिथि | 2017-10-17 |
रेटिंग | 2.33/5 कुल 6 रेटिंग्स |
डेवलपर | https://mrkannah.com |
भुगतान के प्रकार | free |
समर्थित भाषाएँ | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "YouTube\u2122 Redirector", "version": "2.2.0", "description": "Automatically redirects logged in users to the subscriptions page.", "background": { "scripts": [ "scripts\/raven.min.js", "background.js" ] }, "page_action": { "default_icon": "icons\/off-48.png", "default_title": "YouTube Redirector", "default_popup": "popUp\/popUp.html" }, "content_security_policy": " script-src 'self' https:\/\/www.google-analytics.com\/analytics.js; object-src 'self'", "icons": { "48": "icons\/icon-48.png", "128": "icons\/icon-128.png" }, "permissions": [ "storage", "tabs", "identity", "*:\/\/*.youtube.com\/*" ], "homepage_url": "http:\/\/mrkannah.com\/", "manifest_version": 2 } |