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?

My top 10 most-watched Twitch streamers是由Unknown開發的Chrome擴展程式,該擴展的主要功能是“Compiles a top 10 of your most watched Twitch streamers and displays it into a graph.”。

擴展截圖

screenshot
screenshot
screenshot

下載My top 10 most-watched Twitch streamers擴展crx文件

下載My top 10 most-watched Twitch streamers擴展crx格式的文件,手動將Chrome擴充功能安裝到瀏覽器中,也可以將crx文件分享給朋友,輕鬆安裝Chrome擴充功能。

擴展使用說明

                        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.                    

擴展基本資訊

名稱 My top 10 most-watched Twitch streamers My top 10 most-watched Twitch streamers
ID ijjhhldncdhjkpnohencpcdlhdjchjif
官方網址 https://chromewebstore.google.com/detail/my-top-10-most-watched-tw/ijjhhldncdhjkpnohencpcdlhdjchjif
簡介 Compiles a top 10 of your most watched Twitch streamers and displays it into a graph.
檔案大小 221 KB
安裝次數 183
目前版本 1.2
更新時間 2022-04-03
上架時間 2021-12-15
評分 5.00/5 共 2 次評分
開發者 Unknown
電子郵箱 [email protected]
付費類型 free
支援的語言 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"
            ]
        }
    ]
}