YouTube™ Redirector
Automatically redirects logged in users to the subscriptions page.
什麼是YouTube™ Redirector?
YouTube™ Redirector是由https://mrkannah.com開發的Chrome擴展程式,該擴展的主要功能是“Automatically redirects logged in users to the subscriptions page.”。
擴展截圖
下載YouTube™ Redirector擴展crx文件
下載YouTube™ Redirector擴展crx格式的文件,手動將Chrome擴充功能安裝到瀏覽器中,也可以將crx文件分享給朋友,輕鬆安裝Chrome擴充功能。
擴展使用說明
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 |
官方網址 | 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 } |