CatFestation

Change all images on your friends computer to cats!

Co to jest CatFestation?

CatFestation to rozszerzenie Chrome opracowane przez manzieric, a jego główną funkcją jest „Change all images on your friends computer to cats!”.

Zrzuty ekranu rozszerzenia

screenshot

Pobierz plik CRX rozszerzenia CatFestation

Pobierz pliki rozszerzeń CatFestation 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

                        Get this extension to prank your friends. Replaces all images on a site with cat pictures!                    

Podstawowe informacje o rozszerzeniu

Nazwa CatFestation CatFestation
ID goofkbnadlobcmpgbdibjdhpadfedjbn
Oficjalny URL https://chromewebstore.google.com/detail/catfestation/goofkbnadlobcmpgbdibjdhpadfedjbn
Opis Change all images on your friends computer to cats!
Rozmiar pliku 41.62 KB
Liczba instalacji 17
Aktualna Wersja 0.2.7
Ostatnia Aktualizacja 2016-01-13
Data Publikacji 2016-01-13
Ocena 5.00/5 Łącznie 1 Oceny
Deweloper manzieric
Typ Płatności free
Obsługiwane Języki en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "CatFestation",
    "description": "Change all images on your friends computer to cats!",
    "version": "0.2.7",
    "icons": {
        "128": "icon_128.png"
    },
    "content_scripts": [
        {
            "matches": [
                "http:\/\/*\/*",
                "https:\/\/*\/*"
            ],
            "js": [
                "content.js"
            ],
            "run_at": "document_end"
        }
    ]
}