Meow Meow Woof

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

Wat is Meow Meow Woof?

Meow Meow Woof is een Chrome-extensie ontwikkeld door Jordan Starr, en de belangrijkste functie is "Replace your new tab page with a cat videos. No ads!".

Extensie Screenshots

screenshot
screenshot
screenshot
screenshot
screenshot

Download het CRX-bestand van de extensie Meow Meow Woof

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

                        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.                    

Basisinformatie over de Extensie

Naam Meow Meow Woof Meow Meow Woof
ID lcpipfmjdfelofldlehfiogoogpkjiea
Officiële URL https://chromewebstore.google.com/detail/meow-meow-woof/lcpipfmjdfelofldlehfiogoogpkjiea
Beschrijving Replace your new tab page with a cat videos. No ads!
Bestandsgrootte 25.16 MB
Aantal Installaties 485
Huidige Versie 4.1.1
Laatst Bijgewerkt 2022-07-31
Publicatiedatum 2020-05-26
Beoordeling 5.00/5 Totaal 5 Beoordelingen
Ontwikkelaar Jordan Starr
E-mail [email protected]
Betalingswijze free
Ondersteunde Talen 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"
}