MEOWSER.ME

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

Qu'est-ce que MEOWSER.ME ?

MEOWSER.ME est une extension Chrome développée par http://www.meowser.me, et sa fonction principale est "Replaces all images on a given page with pictures of cats.".

Captures d'Écran de l'Extension

screenshot
screenshot

Télécharger le fichier CRX de l'extension MEOWSER.ME

Téléchargez les fichiers d'extension MEOWSER.ME au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.

Instructions d'Utilisation de l'Extension

                        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!                    

Informations de Base sur l'Extension

Nom MEOWSER.ME MEOWSER.ME
ID cpjfmcjkclaplkjecocopokgephfimnb
URL Officiel https://chrome.google.com/webstore/detail/meowserme/cpjfmcjkclaplkjecocopokgephfimnb
Description Replaces all images on a given page with pictures of cats.
Taille du Fichier 33.16 KB
Nombre d'Installations 97
Version Actuelle 2.1
Dernière Mise à Jour 2014-03-02
Date de Publication 2014-03-02
Évaluation 4.00/5 Total 2 Évaluations
Développeur http://www.meowser.me
Type de Paiement free
Langues Prises en Charge 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"
}