MeowMeowFacts
A fun cat fact with every new tab :)
What is MeowMeowFacts?
MeowMeowFacts is a Chrome extension developed by https://seanandthomas.com, and its main feature is "A fun cat fact with every new tab :)".
Extension Screenshots
Download MeowMeowFacts Extension CRX File
Download MeowMeowFacts extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.
Extension Usage Instructions
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
Extension Basic Information
Name | MeowMeowFacts |
ID | mbjjeoifjkenllinddfmibncnfmcofkl |
Official URL | https://chromewebstore.google.com/detail/meowmeowfacts/mbjjeoifjkenllinddfmibncnfmcofkl |
Description | A fun cat fact with every new tab :) |
File Size | 764 KB |
Installation Count | 123 |
Current Version | 1.2 |
Last Updated | 2018-03-16 |
Publish Date | 2018-03-15 |
Rating | 5.00/5 Total 5 Ratings |
Developer | https://seanandthomas.com |
[email protected] | |
Payment Type | free |
Extension Website | https://seanandthomas.com |
Help Page URL | https://hacksmithlabs.com |
Supported Languages | 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" } } |