Meow Meow Woof

Replace your new tab page with a cat videos. No ads!

What is Meow Meow Woof?

Meow Meow Woof is a Chrome extension developed by Jordan Starr, and its main feature is "Replace your new tab page with a cat videos. No ads!".

Extension Screenshots

screenshot
screenshot
screenshot
screenshot
screenshot

Download Meow Meow Woof Extension CRX File

Download Meow Meow Woof 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

                        SUMMARY
New tab cat and dog video extension. Join us and our users across 75 countries!

This extension is made for animal lovers. Download our extension for cats and dogs. 

PRIVACY & PERMISSIONS
We do not track or store any of your personal information.                    

Extension Basic Information

Name Meow Meow Woof Meow Meow Woof
ID lcpipfmjdfelofldlehfiogoogpkjiea
Official URL https://chromewebstore.google.com/detail/meow-meow-woof/lcpipfmjdfelofldlehfiogoogpkjiea
Description Replace your new tab page with a cat videos. No ads!
File Size 25.16 MB
Installation Count 485
Current Version 4.1.1
Last Updated 2022-07-31
Publish Date 2020-05-26
Rating 5.00/5 Total 5 Ratings
Developer Jordan Starr
Email [email protected]
Payment Type free
Supported Languages en
manifest.json
{
    "action": {
        "default_icon": "\/src\/assets\/images\/cat.png"
    },
    "chrome_url_overrides": {
        "newtab": "index.html"
    },
    "content_scripts": [
        {
            "js": [
                "src\/js\/jquery.min.js",
                "src\/js\/app.js",
                "src\/js\/menu.js"
            ],
            "matches": [
                ""
            ]
        }
    ],
    "content_security_policy": {
        "extension_page": "script-src 'self' https:\/\/ajax.googleapis.com https:\/\/fonts.googleapis.com https:\/\/s3.amazonaws.com\/meowmeoww00f https:\/\/d9m01xi7ip4je.cloudfront.net; object-src 'self'"
    },
    "permissions": [
        "activeTab"
    ],
    "description": "Replace your new tab page with a cat videos. No ads!",
    "icons": {
        "16": "\/src\/assets\/images\/16cat.png",
        "48": "\/src\/assets\/images\/48cat.png",
        "128": "\/src\/assets\/images\/128cat.png"
    },
    "incognito": "split",
    "key": "MIIBIjANBgkqhkiG9w0BAQEFAAOCAQ8AMIIBCgKCAQEA3iU6UhGFmFRp4IFTRM9iAlAvhCUqTefKwcYVHf860j1sDVuUfd8FdCQcUUM6BWzGHynCpwsShka7Zw8FKbH2t6AJN9KChq14lf8lBbSFEDNQEgW2UH91id\/HwtO+1ZAQqrnvDGyXYgORjBZBcVz5fOgEGW1KwOiiPttivmcpqhWyHtqryN4X0wZAisw8Tmi\/BQJ3ldHuENAzosXle1VAyOZdOrvnyC4vjNRtW92C7LFNk2spHIBMmni1Cre23A+ERaG\/riVGMWBRzS4m\/IwuP5YsJU0zd49iiRU4CUkacinyZI3ZMTf\/DA8Arzsxwb1zcVTTWIolQRkWDP+OVb8HpQIDAQAB",
    "manifest_version": 3,
    "name": "Meow Meow Woof",
    "short_name": "meow meow woof",
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "version": "4.1.1"
}