Pokeman Unicorn

Replace the unicorns with pokemans

Co to jest Pokeman Unicorn?

Pokeman Unicorn to rozszerzenie Chrome opracowane przez larochefookau, a jego główną funkcją jest „Replace the unicorns with pokemans”.

Zrzuty ekranu rozszerzenia

screenshot

Pobierz plik CRX rozszerzenia Pokeman Unicorn

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

                        This will replace 'unicorn' with a random Pokeman name. Enjoy!                    

Podstawowe informacje o rozszerzeniu

Nazwa Pokeman Unicorn Pokeman Unicorn
ID edfoipboepangmahldoemnbmbolmmbln
Oficjalny URL https://chrome.google.com/webstore/detail/pokeman-unicorn/edfoipboepangmahldoemnbmbolmmbln
Opis Replace the unicorns with pokemans
Rozmiar pliku 38.93 KB
Liczba instalacji 101
Aktualna Wersja 1.0
Ostatnia Aktualizacja 2015-09-11
Data Publikacji 2015-09-11
Deweloper larochefookau
Typ Płatności free
Strona Rozszerzenia https://twitter.com/larochefookau
Adres URL Strony Pomocy https://twitter.com/larochefookau
Obsługiwane Języki en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Pokeman Unicorn",
    "description": "Replace the unicorns with pokemans",
    "version": "1.0",
    "content_scripts": [
        {
            "matches": [
                ""
            ],
            "js": [
                "findAndReplaceDOMText.js",
                "app.js"
            ]
        }
    ],
    "permissions": [
        "activeTab",
        "https:\/\/ajax.googleapis.com\/"
    ]
}