Fast Forward Cookie Clicker
Fast Forward Cookie Clicker
Qu'est-ce que Fast Forward Cookie Clicker ?
Fast Forward Cookie Clicker est une extension Chrome développée par Y.O, et sa fonction principale est "Fast Forward Cookie Clicker".
Captures d'Écran de l'Extension
Télécharger le fichier CRX de l'extension Fast Forward Cookie Clicker
Téléchargez les fichiers d'extension Fast Forward Cookie Clicker 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
Fast Forward Cookie Clicker for busy person who cannot wait baking. This extension only skip frames to accelerate baking. Cookies will be baked at a rate of up to 150 times. Everything is fast, so make it hard to get golden cookies. Verified with Cookie Clicker 1.036.
Informations de Base sur l'Extension
Nom | Fast Forward Cookie Clicker |
ID | cabpifjghnpgidgabhhcglnmabpggcem |
URL Officiel | https://chromewebstore.google.com/detail/fast-forward-cookie-click/cabpifjghnpgidgabhhcglnmabpggcem |
Description | Fast Forward Cookie Clicker |
Taille du Fichier | 6.42 KB |
Nombre d'Installations | 5,514 |
Version Actuelle | 1.0 |
Dernière Mise à Jour | 2013-09-19 |
Date de Publication | 2013-09-19 |
Évaluation | 3.44/5 Total 62 Évaluations |
Développeur | Y.O |
Type de Paiement | free |
Langues Prises en Charge | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "Fast Forward Cookie Clicker", "version": "1.0", "description": "Fast Forward Cookie Clicker", "permissions": [ "tabs" ], "background": { "scripts": [ "background.js" ] }, "page_action": { "default_icon": "icon.png", "default_title": "Fast Forward Cookie Clicker", "default_popup": "popup.html" }, "content_scripts": [ { "matches": [ "http:\/\/orteil.dashnet.org\/cookieclicker\/*" ], "js": [ "content_script.js" ], "run_at": "document_idle", "all_frames": false } ] } |