Snakou
Ne rate plus aucun live ni aucune vidéo avec la Master Extension !
What is Snakou?
Snakou is a Chrome extension developed by https://snakou.fr, and its main feature is "Ne rate plus aucun live ni aucune vidéo avec la Master Extension !".
Extension Screenshots
Download Snakou Extension CRX File
Download Snakou 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
Ne rate aucun live ni aucune vidéo en téléchargeant cette extension pour Google Chrome! :)
Extension Basic Information
Name | Snakou |
ID | lcjhokogmfjbhdfnhpgpamfpjjgckejn |
Official URL | https://chromewebstore.google.com/detail/snakou/lcjhokogmfjbhdfnhpgpamfpjjgckejn |
Description | Ne rate plus aucun live ni aucune vidéo avec la Master Extension ! |
File Size | 360 KB |
Installation Count | 4,088 |
Current Version | 2.7.4 |
Last Updated | 2023-11-27 |
Publish Date | 2020-03-09 |
Rating | 4.93/5 Total 149 Ratings |
Developer | https://snakou.fr |
[email protected] | |
Payment Type | free |
Extension Website | https://www.twitch.tv/mastersnakou |
Privacy Policy Page URL | https://storage.mastersnakou.fr/services/mobile/cgu.html |
Supported Languages | fr |
manifest.json | |
{ "name": "Snakou", "description": "Ne rate plus aucun live ni aucune vid\u00e9o avec la Master Extension !", "version": "2.7.4", "background": { "scripts": [ "js\/config.js", "libs\/jquery.min.js", "js\/fonctions.js", "js\/background.js" ] }, "browser_action": { "default_icon": "images\/icon128.png", "default_popup": "html\/popup.html", "default_title": "Snakou" }, "options_page": "html\/options.html", "content_scripts": [ { "js": [ "libs\/jquery.min.js", "js\/username-grabber.js" ], "matches": [ "https:\/\/game.mastersnakou.fr\/" ] }, { "css": [ "css\/twitch-event.css" ], "js": [ "libs\/jquery.min.js", "libs\/socket.io.min.js", "js\/twitch-event.js" ], "matches": [ "https:\/\/www.twitch.tv\/mastersnakou" ] } ], "icons": { "128": "images\/icon128.png", "16": "images\/icon16.png", "48": "images\/icon48.png" }, "manifest_version": 2, "permissions": [ "storage", "notifications", "tabs", "http:\/\/*\/*", "https:\/\/*\/*" ], "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx" } |