Trick or treat!
A halloween cookie clicker!
Qu'est-ce que Trick or treat! ?
Trick or treat! est une extension Chrome développée par 2K inc., et sa fonction principale est "A halloween cookie clicker!".
Captures d'Écran de l'Extension
Télécharger le fichier CRX de l'extension Trick or treat!
Téléchargez les fichiers d'extension Trick or treat! au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.
Instructions d'Utilisation de l'Extension
Go trick or treating, but with a twist: in the computer! Fun for all ages. Now everyone can go trick or treating anywhere at any time! Visit our website at https://2kinc.me/ Version 2.01 -Bugfixes
Informations de Base sur l'Extension
Nom | |
ID | migjjgahlnpolhmacicegfjdpbbnhngc |
URL Officiel | https://chrome.google.com/webstore/detail/trick-or-treat/migjjgahlnpolhmacicegfjdpbbnhngc |
Description | A halloween cookie clicker! |
Taille du Fichier | 343 KB |
Nombre d'Installations | 52 |
Version Actuelle | 2.01 |
Dernière Mise à Jour | 2019-10-31 |
Date de Publication | 2019-10-31 |
Évaluation | 5.00/5 Total 6 Évaluations |
Développeur | 2K inc. |
Type de Paiement | free |
Site Web de l'Extension | https://2kinc.me/ |
Langues Prises en Charge | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "Trick or treat!", "description": "A halloween cookie clicker!", "version": "2.01", "browser_action": { "default_popup": "index.html", "default_icon": "images\/pumpkin128.png" }, "permissions": [ "storage", "contextMenus" ], "content_security_policy": "script-src 'self' 'unsafe-eval'; object-src 'self'" } |