MEOWSER.ME

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

Co to jest MEOWSER.ME?

MEOWSER.ME to rozszerzenie Chrome opracowane przez http://www.meowser.me, a jego główną funkcją jest „Replaces all images on a given page with pictures of cats.”.

Zrzuty ekranu rozszerzenia

screenshot
screenshot

Pobierz plik CRX rozszerzenia MEOWSER.ME

Pobierz pliki rozszerzeń MEOWSER.ME w formacie crx, zainstaluj ręcznie rozszerzenia Chrome w przeglądarce lub udostępnij pliki crx znajomym, aby łatwo zainstalować rozszerzenia Chrome.

Instrukcja Użytkowania Rozszerzenia

                        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!                    

Podstawowe informacje o rozszerzeniu

Nazwa MEOWSER.ME MEOWSER.ME
ID cpjfmcjkclaplkjecocopokgephfimnb
Oficjalny URL https://chrome.google.com/webstore/detail/meowserme/cpjfmcjkclaplkjecocopokgephfimnb
Opis Replaces all images on a given page with pictures of cats.
Rozmiar pliku 33.16 KB
Liczba instalacji 97
Aktualna Wersja 2.1
Ostatnia Aktualizacja 2014-03-02
Data Publikacji 2014-03-02
Ocena 4.00/5 Łącznie 2 Oceny
Deweloper http://www.meowser.me
Typ Płatności free
Obsługiwane Języki 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"
}