Did Youtube unsubscribe me?

Check if youtube unsubscribes you without asking.

Did Youtube unsubscribe me? là gì?

Did Youtube unsubscribe me? là một tiện ích mở rộng Chrome được phát triển bởi T21 Computing, và tính năng chính của nó là "Check if youtube unsubscribes you without asking.".

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

screenshot

Tải xuống tệp CRX của tiện ích mở rộng Did Youtube unsubscribe me?

Tải xuống các tệp mở rộng Did Youtube unsubscribe me? 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

                        You get notified if you get unsubscribed from a YouTube channel so your favorite creators content stays on your home page. 

This extension will open a new YouTube tab in the background every few hours to check you subscription list.

You must be Signed In.

---------------------------------------
Currently In beta, so please report any issues on the support form on the chrome web store.                    

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

Tên Did Youtube unsubscribe me? Did Youtube unsubscribe me?
ID lbodbdbdjefgplcajojgampojiiamjhe
URL Chính Thức https://chrome.google.com/webstore/detail/did-youtube-unsubscribe-m/lbodbdbdjefgplcajojgampojiiamjhe
Mô tả Check if youtube unsubscribes you without asking.
Kích Thước Tệp 16.88 KB
Số Lần Cài Đặt 30
Phiên Bản Hiện Tại 0.1.3
Cập Nhật Lần Cuối 2020-11-14
Ngày Phát Hành 2020-11-14
Nhà Phát Triển T21 Computing
Email [email protected]
Loại Thanh Toán free
URL Trang Chính Sách Bảo Mật https://f1.t21computing.co.uk/privacy
Ngôn Ngữ Được Hỗ Trợ en-GB
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Did Youtube unsubscribe me?",
    "description": "Check if youtube unsubscribes you without asking.",
    "version": "0.1.3",
    "permissions": [
        "storage",
        "tabs"
    ],
    "background": {
        "scripts": [
            "js\/background.js"
        ],
        "persistent": false
    },
    "content_scripts": [
        {
            "matches": [
                "https:\/\/*.youtube.com\/?DYUM=1"
            ],
            "js": [
                "js\/content.js"
            ],
            "css": [
                "css\/main.css"
            ]
        }
    ],
    "icons": {
        "64": "images\/Unsub64.png",
        "128": "images\/Unsub128.png",
        "256": "images\/Unsub256.png"
    },
    "web_accessible_resources": [
        "manage\/*"
    ],
    "browser_action": {
        "default_popup": "popup.html",
        "default_icon": {
            "64": "images\/Unsub64.png",
            "128": "images\/Unsub128.png",
            "256": "images\/Unsub256.png"
        }
    }
}