Scok Live Extension
Extension live de Scok
What is Scok Live Extension?
Scok Live Extension is a Chrome extension developed by ZpX, and its main feature is "Extension live de Scok".
Download Scok Live Extension Extension CRX File
Download Scok Live Extension 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
Extension Chrome des lives de Scok. Retrouvez le sur son live www.twitch.tv/scoksc2 ou sur son twitter www.twitter.fr/ScokR6s
Extension Basic Information
Name | |
ID | fdmcmmbcicmbaipedackmogpcfgahmgm |
Official URL | https://chromewebstore.google.com/detail/scok-live-extension/fdmcmmbcicmbaipedackmogpcfgahmgm |
Description | Extension live de Scok |
File Size | 27.52 KB |
Installation Count | 47 |
Current Version | 1.2 |
Last Updated | 2017-07-15 |
Publish Date | 2017-07-15 |
Rating | 4.83/5 Total 6 Ratings |
Developer | ZpX |
[email protected] | |
Payment Type | free |
Supported Languages | 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" ] } } |