Twitch 小工具
twitch 各式小工具
What is Twitch 小工具?
Twitch 小工具 is a Chrome extension developed by yojjoyy1, and its main feature is "twitch 各式小工具".
Extension Screenshots
Download Twitch 小工具 Extension CRX File
Download Twitch 小工具 extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.
Extension Usage Instructions
Twitch各式功能 1.可查詢自己與對象追隨時間多長 2.可查詢帳號基本資訊 3.實況主可知道最新25個追蹤者帳號資訊 #2019/08/09修正追蹤時間bug
Extension Basic Information
Name | Twitch 小工具 |
ID | gmojchmfkdpbmcboingdhcpaejpffhem |
Official URL | https://chromewebstore.google.com/detail/twitch-%E5%B0%8F%E5%B7%A5%E5%85%B7/gmojchmfkdpbmcboingdhcpaejpffhem |
Description | twitch 各式小工具 |
File Size | 16.07 KB |
Installation Count | 1,753 |
Current Version | 1.0.2 |
Last Updated | 2019-08-09 |
Publish Date | 2019-08-09 |
Rating | 3.25/5 Total 4 Ratings |
Developer | yojjoyy1 |
[email protected] | |
Payment Type | free |
Privacy Policy Page URL | https://slight-201803.firebaseapp.com/private.html |
Supported Languages | zh-TW |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "Twitch \u5c0f\u5de5\u5177", "description": "twitch \u5404\u5f0f\u5c0f\u5de5\u5177", "version": "1.0.2", "icons": { "16": "icon.png", "48": "icon.png", "128": "icon.png" }, "browser_action": { "default_icon": "icon.png", "default_popup": "index.html" }, "permissions": [ "https:\/\/www.twitch.tv\/*" ], "content_scripts": [ { "matches": [ "https:\/\/www.twitch.tv\/*" ], "js": [ "index.js" ] } ] } |