Cat Eat Cat
A cat eats another cat. It's a game. simple as that noob.
Cos'è Cat Eat Cat?
Cat Eat Cat è un'estensione di Chrome sviluppata da kalebappdev, e la sua funzione principale è "A cat eats another cat. It's a game. simple as that noob.".
Scarica il file CRX dell'estensione Cat Eat Cat
Scarica i file di estensione Cat Eat Cat in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.
Istruzioni per l'Uso dell'Estensione
Informazioni di Base sull'Estensione
Nome | |
ID | dcniakpiomemeddjnnjnnlhfmpkanklm |
URL Ufficiale | https://chrome.google.com/webstore/detail/cat-eat-cat/dcniakpiomemeddjnnjnnlhfmpkanklm |
Descrizione | A cat eats another cat. It's a game. simple as that noob. |
Dimensione del File | 7.65 KB |
Conteggio Installazioni | 15 |
Versione Corrente | 3.0 |
Ultimo Aggiornamento | 2017-09-23 |
Data di Pubblicazione | 2017-09-23 |
Valutazione | 1.00/5 Totale 2 Valutazioni |
Sviluppatore | kalebappdev |
Tipo di Pagamento | free |
Lingue Supportate | 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" ] } |