Honest Cookies
Helps you play Cookie Clicker quicker, while remaining honest
Wat is Honest Cookies?
Honest Cookies is een Chrome-extensie ontwikkeld door Torbjørn G. Dahle, en de belangrijkste functie is "Helps you play Cookie Clicker quicker, while remaining honest".
Extensie Screenshots
Download het CRX-bestand van de extensie Honest Cookies
Download Honest Cookies-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.
Instructies voor het Gebruik van de Extensie
Helps you play Cookie Clicker quicker, while remaining honest. Adds two helpful info fields to your screen: Lucky Bank and Lucky Frenzy Bank.
Basisinformatie over de Extensie
Naam | |
ID | mflpplbfbhodhpihilikpofpjofcegpc |
Officiële URL | https://chrome.google.com/webstore/detail/honest-cookies/mflpplbfbhodhpihilikpofpjofcegpc |
Beschrijving | Helps you play Cookie Clicker quicker, while remaining honest |
Bestandsgrootte | 544 KB |
Aantal Installaties | 324 |
Huidige Versie | 1.3 |
Laatst Bijgewerkt | 2017-10-18 |
Publicatiedatum | 2017-10-18 |
Beoordeling | 2.33/5 Totaal 3 Beoordelingen |
Ontwikkelaar | Torbjørn G. Dahle |
Betalingswijze | free |
Ondersteunde Talen | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "Honest Cookies", "description": "Helps you play Cookie Clicker quicker, while remaining honest", "version": "1.3", "icons": { "48": "icon-48x48.png" }, "permissions": [ "tabs", "http:\/\/orteil.dashnet.org\/cookieclicker\/" ], "content_scripts": [ { "matches": [ "http:\/\/orteil.dashnet.org\/cookieclicker\/" ], "css": [ "honest-cookies.css" ], "js": [ "content_script.js" ], "run_at": "document_idle" } ], "web_accessible_resources": [ "script.js" ] } |