Earn Twitch Points
Twitch live points auto click
什麼是Earn Twitch Points?
Earn Twitch Points是由https://writecode.studio開發的Chrome擴展程式,該擴展的主要功能是“Twitch live points auto click”。
擴展截圖
下載Earn Twitch Points擴展crx文件
下載Earn Twitch Points擴展crx格式的文件,手動將Chrome擴充功能安裝到瀏覽器中,也可以將crx文件分享給朋友,輕鬆安裝Chrome擴充功能。
擴展使用說明
Auto click on twitch points button.
Use this extension to earn the extra points automatic when you watch a livestream, you only need keep open the stream in the browser. 擴展基本資訊
| 名稱 | |
| ID | bimlgjfdjedodphdolppgkefieghncgp |
| 官方網址 | https://chromewebstore.google.com/detail/earn-twitch-points/bimlgjfdjedodphdolppgkefieghncgp |
| 簡介 | Twitch live points auto click |
| 檔案大小 | 1.32 MB |
| 安裝次數 | 278 |
| 目前版本 | 1.0.4 |
| 更新時間 | 2023-10-12 |
| 上架時間 | 2020-12-15 |
| 評分 | 5.00/5 共 2 次評分 |
| 開發者 | https://writecode.studio |
| 電子郵箱 | [email protected] |
| 付費類型 | free |
| 擴展官網 | http://twitch.writecode.studio/ |
| 說明頁面URL | http://twitch.writecode.studio/ |
| 隱私政策頁面URL | https://www.freeprivacypolicy.com/live/d418847d-1687-46bf-bbe1-20cbae52455a |
| 支援的語言 | en-US |
| manifest.json | |
{
"update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
"name": "Earn Twitch Points",
"version": "1.0.4",
"description": "Twitch live points auto click",
"permissions": [],
"content_scripts": [
{
"matches": [
"https:\/\/*.twitch.tv\/*"
],
"js": [
"src\/index.js"
]
}
],
"icons": {
"16": "assets\/icons\/16.png",
"32": "assets\/icons\/32.png",
"48": "assets\/icons\/48.png",
"128": "assets\/icons\/128.png"
},
"manifest_version": 2
} | |