YouTube™ Redirector

Automatically redirects logged in users to the subscriptions page.

YouTube™ Redirector là gì?

YouTube™ Redirector là một tiện ích mở rộng Chrome được phát triển bởi https://mrkannah.com, và tính năng chính của nó là "Automatically redirects logged in users to the subscriptions page.".

Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng

screenshot
screenshot
screenshot
screenshot

Tải xuống tệp CRX của tiện ích mở rộng YouTube™ Redirector

Tải xuống các tệp mở rộng YouTube™ Redirector dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.

Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng

                        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.                    

Thông Tin Cơ Bản về Tiện Ích Mở Rộng

Tên YouTube™ Redirector YouTube™ Redirector
ID fnlklbjlpkkdnelohembgpdahpfpfcbp
URL Chính Thức https://chromewebstore.google.com/detail/youtube-redirector/fnlklbjlpkkdnelohembgpdahpfpfcbp
Mô tả Automatically redirects logged in users to the subscriptions page.
Kích Thước Tệp 44.4 KB
Số Lần Cài Đặt 62
Phiên Bản Hiện Tại 2.2.0
Cập Nhật Lần Cuối 2017-10-18
Ngày Phát Hành 2017-10-17
Đánh Giá 2.33/5 Tổng số 6 Đánh Giá
Nhà Phát Triển https://mrkannah.com
Loại Thanh Toán free
Ngôn Ngữ Được Hỗ Trợ 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
}