Twich watch helper
Help me to watch twitch streams.
什麼是Twich watch helper?
Twich watch helper是由slonofanya開發的Chrome擴展程式,該擴展的主要功能是“Help me to watch twitch streams.”。
擴展截圖
下載Twich watch helper擴展crx文件
下載Twich watch helper擴展crx格式的文件,手動將Chrome擴充功能安裝到瀏覽器中,也可以將crx文件分享給朋友,輕鬆安裝Chrome擴充功能。
擴展使用說明
It is extension for my own presupposes. Help me to watch twitch streams.
擴展基本資訊
名稱 | ![]() |
ID | gdplkcapaddemcemgfldebpmeajbdbmg |
官方網址 | https://chrome.google.com/webstore/detail/twich-watch-helper/gdplkcapaddemcemgfldebpmeajbdbmg |
簡介 | Help me to watch twitch streams. |
檔案大小 | 5.37 KB |
安裝次數 | 216 |
目前版本 | 1 |
更新時間 | 2020-05-11 |
上架時間 | 2020-05-11 |
評分 | 1.00/5 共 1 次評分 |
開發者 | slonofanya |
付費類型 | free |
支援的語言 | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Twich watch helper", "description": "Help me to watch twitch streams.", "version": "1", "permissions": [ "activeTab" ], "background": { "persistent": false, "scripts": [ "background.js" ] }, "content_scripts": [ { "matches": [ "https:\/\/www.twitch.tv\/*" ], "js": [ "content.js" ] } ], "manifest_version": 2, "icons": { "16": ".\/cloudflare.png", "32": ".\/cloudflare.png", "48": ".\/cloudflare.png", "128": ".\/cloudflare.png" } } |