My top 10 most-watched Twitch streamers

Compiles a top 10 of your most watched Twitch streamers and displays it into a graph.

My top 10 most-watched Twitch streamers là gì?

My top 10 most-watched Twitch streamers là một tiện ích mở rộng Chrome được phát triển bởi Unknown, và tính năng chính của nó là "Compiles a top 10 of your most watched Twitch streamers and displays it into a graph.".

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

screenshot
screenshot
screenshot

Tải xuống tệp CRX của tiện ích mở rộng My top 10 most-watched Twitch streamers

Tải xuống các tệp mở rộng My top 10 most-watched Twitch streamers 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

                        Ever wondered which Twitch streamer you watch the most? What about a whole Top 10?!

It's really that simple; install the addon, sit back and enjoy some Twitch while the extension compiles your graph over time.

I don't collect any information regarding your watching habits as everything is stored locally in your browser.

I strongly suggest you pin the extension to be able to glance at your Top 10 at will.                    

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

Tên My top 10 most-watched Twitch streamers My top 10 most-watched Twitch streamers
ID ijjhhldncdhjkpnohencpcdlhdjchjif
URL Chính Thức https://chromewebstore.google.com/detail/my-top-10-most-watched-tw/ijjhhldncdhjkpnohencpcdlhdjchjif
Mô tả Compiles a top 10 of your most watched Twitch streamers and displays it into a graph.
Kích Thước Tệp 221 KB
Số Lần Cài Đặt 183
Phiên Bản Hiện Tại 1.2
Cập Nhật Lần Cuối 2022-04-03
Ngày Phát Hành 2021-12-15
Đánh Giá 5.00/5 Tổng số 2 Đánh Giá
Nhà Phát Triển Unknown
Email [email protected]
Loại Thanh Toán free
Ngôn Ngữ Được Hỗ Trợ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "My top 10 most-watched Twitch streamers",
    "description": "Compiles a top 10 of your most watched Twitch streamers and displays it into a graph.",
    "version": "1.2",
    "manifest_version": 3,
    "permissions": [
        "storage"
    ],
    "icons": {
        "16": "icon16.png",
        "48": "icon48.png",
        "128": "icon128.png"
    },
    "action": {
        "default_popup": "popup.html"
    },
    "content_scripts": [
        {
            "matches": [
                "https:\/\/www.twitch.tv\/*"
            ],
            "js": [
                "content-script.js"
            ]
        }
    ]
}