MeowMeowFacts
A fun cat fact with every new tab :)
Cos'è MeowMeowFacts?
MeowMeowFacts è un'estensione di Chrome sviluppata da https://seanandthomas.com, e la sua funzione principale è "A fun cat fact with every new tab :)".
Screenshot dell'Estensione
Scarica il file CRX dell'estensione MeowMeowFacts
Scarica i file di estensione MeowMeowFacts 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
A Chrome Extension made by Sean and Thomas. Each time you open a new tab, you get a cat fact! We proudly have the largest cat facts database on the internet…how PAWSOME is that?! Let us know what you think :)
Want to help contribute or know a cool cat fact? Email us at [email protected]
Cats and cuteness by collaboration with Studio Jeanne => studiojeanne.com Informazioni di Base sull'Estensione
| Nome | |
| ID | mbjjeoifjkenllinddfmibncnfmcofkl |
| URL Ufficiale | https://chromewebstore.google.com/detail/meowmeowfacts/mbjjeoifjkenllinddfmibncnfmcofkl |
| Descrizione | A fun cat fact with every new tab :) |
| Dimensione del File | 764 KB |
| Conteggio Installazioni | 123 |
| Versione Corrente | 1.2 |
| Ultimo Aggiornamento | 2018-03-16 |
| Data di Pubblicazione | 2018-03-15 |
| Valutazione | 5.00/5 Totale 5 Valutazioni |
| Sviluppatore | https://seanandthomas.com |
| [email protected] | |
| Tipo di Pagamento | free |
| Sito Web dell'Estensione | https://seanandthomas.com |
| URL della Pagina di Aiuto | https://hacksmithlabs.com |
| Lingue Supportate | en-US |
| manifest.json | |
{
"update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
"manifest_version": 2,
"name": "MeowMeowFacts",
"description": "A fun cat fact with every new tab :)",
"version": "1.2",
"chrome_url_overrides": {
"newtab": "index.html"
},
"permissions": [
"storage"
],
"content_security_policy": "script-src 'self' https:\/\/ssl.google-analytics.com; object-src 'self'",
"icons": {
"128": "cat_icon128.png"
}
} | |