Spitation Extension
Soyez au courant quand votre streameur préféré commence à streamer!
What is Spitation Extension?
Spitation Extension is a Chrome extension developed by Zygger, and its main feature is "Soyez au courant quand votre streameur préféré commence à streamer!".
Download Spitation Extension Extension CRX File
Download Spitation 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
Voici l'extension de Spitation ! Télécharge là et soit au courant quand il stream. Tu seras au courant grâce à l'icône qui passe en couleur quand il sera ON ! Juste un clique sur l'icône et tu seras redirigé vers son stream.
Extension Basic Information
Name | |
ID | fapcjmpeikbacdjlghlebalpcifangfh |
Official URL | https://chrome.google.com/webstore/detail/spitation-extension/fapcjmpeikbacdjlghlebalpcifangfh |
Description | Soyez au courant quand votre streameur préféré commence à streamer! |
File Size | 62.69 KB |
Installation Count | 15 |
Current Version | 2.4.5 |
Last Updated | 2016-10-02 |
Publish Date | 2016-10-02 |
Rating | 5.00/5 Total 4 Ratings |
Developer | Zygger |
[email protected] | |
Payment Type | free |
Supported Languages | fr |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "Spitation Extension", "description": "Soyez au courant quand votre streameur pr\u00e9f\u00e9r\u00e9 commence \u00e0 streamer!", "version": "2.4.5", "background": { "scripts": [ "parameters.js", "btnlive.js", "chrome.js" ] }, "permissions": [ "https:\/\/api.twitch.tv\/", "notifications" ], "browser_action": { "default_icon": "iconoff48.png" }, "icons": { "16": "iconoff16.png", "48": "iconoff48.png", "128": "iconoff128.png" } } |