MEOWSER.ME

Replaces all images on a given page with pictures of cats.

Cos'è MEOWSER.ME?

MEOWSER.ME è un'estensione di Chrome sviluppata da http://www.meowser.me, e la sua funzione principale è "Replaces all images on a given page with pictures of cats.".

Screenshot dell'Estensione

screenshot
screenshot

Scarica il file CRX dell'estensione MEOWSER.ME

Scarica i file di estensione MEOWSER.ME 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

                        Having a bad day? Bored at work? A smile is just a click away. Meowser your browser!!

Meowser.me replaces all the images on a web page with photos of CATS!

Plus visit www.meowser.me to learn how you can add your own cat photos to our library. Your cat can be meowser'd all over the internet!                    

Informazioni di Base sull'Estensione

Nome MEOWSER.ME MEOWSER.ME
ID cpjfmcjkclaplkjecocopokgephfimnb
URL Ufficiale https://chrome.google.com/webstore/detail/meowserme/cpjfmcjkclaplkjecocopokgephfimnb
Descrizione Replaces all images on a given page with pictures of cats.
Dimensione del File 33.16 KB
Conteggio Installazioni 97
Versione Corrente 2.1
Ultimo Aggiornamento 2014-03-02
Data di Pubblicazione 2014-03-02
Valutazione 4.00/5 Totale 2 Valutazioni
Sviluppatore http://www.meowser.me
Tipo di Pagamento free
Lingue Supportate en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "background": {
        "persistent": false,
        "scripts": [
            "background.js",
            "heycat.js"
        ]
    },
    "browser_action": {
        "default_icon": "img\/icon_48.png",
        "default_title": "MEOWSER.ME"
    },
    "description": "Replaces all images on a given page with pictures of cats.",
    "homepage_url": "http:\/\/www.meowser.me",
    "icons": {
        "128": "img\/icon_128.png",
        "16": "img\/icon_16.png",
        "48": "img\/icon_48.png"
    },
    "manifest_version": 2,
    "name": "MEOWSER.ME",
    "permissions": [
        "activeTab"
    ],
    "version": "2.1"
}