DimsGameR
Sois toujours informé quand Dims lance un live!
什麼是DimsGameR?
DimsGameR是由Yubo開發的Chrome擴展程式,該擴展的主要功能是“Sois toujours informé quand Dims lance un live!”。
擴展截圖
下載DimsGameR擴展crx文件
下載DimsGameR擴展crx格式的文件,手動將Chrome擴充功能安裝到瀏覽器中,也可以將crx文件分享給朋友,輕鬆安裝Chrome擴充功能。
擴展使用說明
Sois toujours informé quand Dims lance un live!
擴展基本資訊
名稱 | |
ID | pneafpjalpploleoehjeghclplkdidmb |
官方網址 | https://chromewebstore.google.com/detail/dimsgamer/pneafpjalpploleoehjeghclplkdidmb |
簡介 | Sois toujours informé quand Dims lance un live! |
檔案大小 | 13.28 KB |
安裝次數 | 14 |
目前版本 | 0.2.1 |
更新時間 | 2017-04-26 |
上架時間 | 2017-04-26 |
評分 | 4.67/5 共 3 次評分 |
開發者 | Yubo |
付費類型 | free |
擴展官網 | https://twitch.tv/dimsgamer |
說明頁面URL | http://discord.gg/dimsgamer |
支援的語言 | fr |
manifest.json | |
{ "background": { "persistant": false, "scripts": [ "js\/background.js" ] }, "content_scripts": [ { "all_frames": true, "css": [ "css\/main-css.css" ], "js": [ "js\/main.js" ], "matches": [ "*:\/\/www.twitch.tv\/*" ], "run_at": "document_start" }, { "all_frames": true, "css": [ "css\/twitch-chat.css" ], "matches": [ "*:\/\/www.twitch.tv\/*\/chat?popout" ], "run_at": "document_start" } ], "permissions": [ "*:\/\/*.twitch.tv\/*" ], "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "version": "0.2.1", "manifest_version": 2, "name": "DimsGameR" } |