Snakou
Ne rate plus aucun live ni aucune vidéo avec la Master Extension !
Cos'è Snakou?
Snakou è un'estensione di Chrome sviluppata da https://snakou.fr, e la sua funzione principale è "Ne rate plus aucun live ni aucune vidéo avec la Master Extension !".
Screenshot dell'Estensione
Scarica il file CRX dell'estensione Snakou
Scarica i file di estensione Snakou in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.
Istruzioni per l'Uso dell'Estensione
Ne rate aucun live ni aucune vidéo en téléchargeant cette extension pour Google Chrome! :)
Informazioni di Base sull'Estensione
Nome | Snakou |
ID | lcjhokogmfjbhdfnhpgpamfpjjgckejn |
URL Ufficiale | https://chromewebstore.google.com/detail/snakou/lcjhokogmfjbhdfnhpgpamfpjjgckejn |
Descrizione | Ne rate plus aucun live ni aucune vidéo avec la Master Extension ! |
Dimensione del File | 360 KB |
Conteggio Installazioni | 4,088 |
Versione Corrente | 2.7.4 |
Ultimo Aggiornamento | 2023-11-27 |
Data di Pubblicazione | 2020-03-09 |
Valutazione | 4.93/5 Totale 149 Valutazioni |
Sviluppatore | https://snakou.fr |
[email protected] | |
Tipo di Pagamento | free |
Sito Web dell'Estensione | https://www.twitch.tv/mastersnakou |
URL della Pagina della Politica sulla Privacy | https://storage.mastersnakou.fr/services/mobile/cgu.html |
Lingue Supportate | 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" } |