Meow Meow Woof

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

Cos'è Meow Meow Woof?

Meow Meow Woof è un'estensione di Chrome sviluppata da Jordan Starr, e la sua funzione principale è "Replace your new tab page with a cat videos. No ads!".

Screenshot dell'Estensione

screenshot
screenshot
screenshot
screenshot
screenshot

Scarica il file CRX dell'estensione Meow Meow Woof

Scarica i file di estensione Meow Meow Woof 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

                        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.                    

Informazioni di Base sull'Estensione

Nome Meow Meow Woof Meow Meow Woof
ID lcpipfmjdfelofldlehfiogoogpkjiea
URL Ufficiale https://chromewebstore.google.com/detail/meow-meow-woof/lcpipfmjdfelofldlehfiogoogpkjiea
Descrizione Replace your new tab page with a cat videos. No ads!
Dimensione del File 25.16 MB
Conteggio Installazioni 485
Versione Corrente 4.1.1
Ultimo Aggiornamento 2022-07-31
Data di Pubblicazione 2020-05-26
Valutazione 5.00/5 Totale 5 Valutazioni
Sviluppatore Jordan Starr
Email [email protected]
Tipo di Pagamento free
Lingue Supportate 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"
}