Scok Live Extension
Extension live de Scok
什麼是Scok Live Extension?
Scok Live Extension是由ZpX開發的Chrome擴展程式,該擴展的主要功能是“Extension live de Scok”。
下載Scok Live Extension擴展crx文件
下載Scok Live Extension擴展crx格式的文件,手動將Chrome擴充功能安裝到瀏覽器中,也可以將crx文件分享給朋友,輕鬆安裝Chrome擴充功能。
擴展使用說明
Extension Chrome des lives de Scok. Retrouvez le sur son live www.twitch.tv/scoksc2 ou sur son twitter www.twitter.fr/ScokR6s
擴展基本資訊
名稱 | |
ID | fdmcmmbcicmbaipedackmogpcfgahmgm |
官方網址 | https://chromewebstore.google.com/detail/scok-live-extension/fdmcmmbcicmbaipedackmogpcfgahmgm |
簡介 | Extension live de Scok |
檔案大小 | 27.52 KB |
安裝次數 | 47 |
目前版本 | 1.2 |
更新時間 | 2017-07-15 |
上架時間 | 2017-07-15 |
評分 | 4.83/5 共 6 次評分 |
開發者 | ZpX |
電子郵箱 | [email protected] |
付費類型 | free |
支援的語言 | fr |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "Scok Live Extension", "description": "Extension live de Scok", "homepage_url": "http:\/\/www.twitter.fr\/ZpX___", "version": "1.2", "permissions": [ "https:\/\/api.twitch.tv\/", "notifications" ], "browser_action": { "icons": { "16": "img\/liveoff_16.png", "48": "img\/liveoff_48.png", "128": "img\/liveoff_128.png" }, "default_title": "Scok est offline" }, "icons": { "16": "img\/liveoff_16.png", "48": "img\/liveoff_48.png", "128": "img\/liveoff_128.png" }, "background": { "scripts": [ "background.js" ] } } |