Cat Eat Cat
A cat eats another cat. It's a game. simple as that noob.
Wat is Cat Eat Cat?
Cat Eat Cat is een Chrome-extensie ontwikkeld door kalebappdev, en de belangrijkste functie is "A cat eats another cat. It's a game. simple as that noob.".
Download het CRX-bestand van de extensie Cat Eat Cat
Download Cat Eat Cat-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
Basisinformatie over de Extensie
Naam | |
ID | dcniakpiomemeddjnnjnnlhfmpkanklm |
Officiële URL | https://chrome.google.com/webstore/detail/cat-eat-cat/dcniakpiomemeddjnnjnnlhfmpkanklm |
Beschrijving | A cat eats another cat. It's a game. simple as that noob. |
Bestandsgrootte | 7.65 KB |
Aantal Installaties | 15 |
Huidige Versie | 3.0 |
Laatst Bijgewerkt | 2017-09-23 |
Publicatiedatum | 2017-09-23 |
Beoordeling | 1.00/5 Totaal 2 Beoordelingen |
Ontwikkelaar | kalebappdev |
Betalingswijze | free |
Ondersteunde Talen | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "Cat Eat Cat", "description": "A cat eats another cat. It's a game. simple as that noob.", "version": "3.0", "browser_action": { "default_icon": "if_robocat_cat_374222.png", "default_popup": "Cat and Dog.html" }, "permissions": [ "activeTab", "storage" ] } |