Rancorizer

Adds the Starwars Rancor to any page that uses that rare word

Co to jest Rancorizer?

Rancorizer to rozszerzenie Chrome opracowane przez Bloomco Heavy Industries, a jego główną funkcją jest „Adds the Starwars Rancor to any page that uses that rare word”.

Zrzuty ekranu rozszerzenia

screenshot

Pobierz plik CRX rozszerzenia Rancorizer

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

                        Adds the Starwars Rancor to any page that uses that rare word                    

Podstawowe informacje o rozszerzeniu

Nazwa Rancorizer Rancorizer
ID dgblmflhnjgeinapenolaiddnmfioicn
Oficjalny URL https://chromewebstore.google.com/detail/rancorizer/dgblmflhnjgeinapenolaiddnmfioicn
Opis Adds the Starwars Rancor to any page that uses that rare word
Rozmiar pliku 503 KB
Liczba instalacji 25
Aktualna Wersja 1.0.0
Ostatnia Aktualizacja 2017-07-17
Data Publikacji 2017-07-16
Ocena 5.00/5 Łącznie 1 Oceny
Deweloper Bloomco Heavy Industries
Typ Płatności free
Obsługiwane Języki en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Rancorizer",
    "version": "1.0.0",
    "manifest_version": 2,
    "description": "Adds the Starwars Rancor to any page that uses that rare word",
    "homepage_url": "https:\/\/bloomjosh.com\/rancorizer",
    "icons": {
        "16": "icons\/icon16.png",
        "48": "icons\/icon48.png",
        "128": "icons\/icon128.png"
    },
    "default_locale": "en",
    "background": {
        "page": "src\/bg\/background.html",
        "persistent": true
    },
    "content_scripts": [
        {
            "matches": [
                "http:\/\/*\/*",
                "https:\/\/*\/*"
            ],
            "js": [
                "src\/inject\/inject.js",
                "js\/jquery\/jquery.min.js"
            ]
        }
    ],
    "web_accessible_resources": [
        "src\/img\/rancor.png",
        "css\/animate.css"
    ]
}