Fast Forward Cookie Clicker
Fast Forward Cookie Clicker
¿Qué es Fast Forward Cookie Clicker?
Fast Forward Cookie Clicker es una extensión de Chrome desarrollada por Y.O, y su función principal es "Fast Forward Cookie Clicker".
Capturas de Pantalla de la Extensión
Descargar Archivo CRX de la Extensión Fast Forward Cookie Clicker
Descarga archivos de extensión Fast Forward Cookie Clicker en formato crx, instala manualmente las extensiones de Chrome en el navegador o comparte los archivos crx con amigos para instalar fácilmente las extensiones de Chrome.
Instrucciones de Uso de la Extensión
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.
Información Básica de la Extensión
Nombre | Fast Forward Cookie Clicker |
ID | cabpifjghnpgidgabhhcglnmabpggcem |
URL Oficial | https://chromewebstore.google.com/detail/fast-forward-cookie-click/cabpifjghnpgidgabhhcglnmabpggcem |
Descripción | Fast Forward Cookie Clicker |
Tamaño del Archivo | 6.42 KB |
Cantidad de Instalaciones | 5,514 |
Versión Actual | 1.0 |
Última Actualización | 2013-09-19 |
Fecha de Publicación | 2013-09-19 |
Calificación | 3.44/5 Total de 62 Calificaciones |
Desarrollador | Y.O |
Tipo de Pago | free |
Idiomas Soportados | 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 } ] } |