Rancorizer

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

Cos'è Rancorizer?

Rancorizer è un'estensione di Chrome sviluppata da Bloomco Heavy Industries, e la sua funzione principale è "Adds the Starwars Rancor to any page that uses that rare word".

Screenshot dell'Estensione

screenshot

Scarica il file CRX dell'estensione Rancorizer

Scarica i file di estensione Rancorizer in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.

Istruzioni per l'Uso dell'Estensione

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

Informazioni di Base sull'Estensione

Nome Rancorizer Rancorizer
ID dgblmflhnjgeinapenolaiddnmfioicn
URL Ufficiale https://chromewebstore.google.com/detail/rancorizer/dgblmflhnjgeinapenolaiddnmfioicn
Descrizione Adds the Starwars Rancor to any page that uses that rare word
Dimensione del File 503 KB
Conteggio Installazioni 25
Versione Corrente 1.0.0
Ultimo Aggiornamento 2017-07-17
Data di Pubblicazione 2017-07-16
Valutazione 5.00/5 Totale 1 Valutazioni
Sviluppatore Bloomco Heavy Industries
Tipo di Pagamento free
Lingue Supportate 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"
    ]
}