Fast Forward Cookie Clicker
Fast Forward Cookie Clicker
Vad är Fast Forward Cookie Clicker?
Fast Forward Cookie Clicker är en Chrome-tillägg utvecklad av Y.O, och dess huvudfunktion är "Fast Forward Cookie Clicker".
Tilläggsskärmbilder
Ladda ner Fast Forward Cookie Clicker-förlängningens CRX-fil
Ladda ner Fast Forward Cookie Clicker-filändelser i crx-format, installera Chrome-tillägg manuellt i webbläsaren eller dela crx-filerna med vänner för att enkelt installera Chrome-tillägg.
Användarmanual för Tillägg
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. Grundläggande Information om Tillägg
| Namn | |
| ID | cabpifjghnpgidgabhhcglnmabpggcem |
| Officiell webbadress | https://chromewebstore.google.com/detail/fast-forward-cookie-click/cabpifjghnpgidgabhhcglnmabpggcem |
| Beskrivning | Fast Forward Cookie Clicker |
| Filstorlek | 6.42 KB |
| Antal Installationer | 5,514 |
| Aktuell Version | 1.0 |
| Senast Uppdaterad | 2013-09-19 |
| Publiceringsdatum | 2013-09-19 |
| Betyg | 3.44/5 Totalt 62 Betyg |
| Utvecklare | Y.O |
| Betalningssätt | free |
| Stödda Språk | 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
}
]
} | |