Rancorizer

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

Wat is Rancorizer?

Rancorizer is een Chrome-extensie ontwikkeld door Bloomco Heavy Industries, en de belangrijkste functie is "Adds the Starwars Rancor to any page that uses that rare word".

Extensie Screenshots

screenshot

Download het CRX-bestand van de extensie Rancorizer

Download Rancorizer-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.

Instructies voor het Gebruik van de Extensie

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

Basisinformatie over de Extensie

Naam Rancorizer Rancorizer
ID dgblmflhnjgeinapenolaiddnmfioicn
Officiële URL https://chromewebstore.google.com/detail/rancorizer/dgblmflhnjgeinapenolaiddnmfioicn
Beschrijving Adds the Starwars Rancor to any page that uses that rare word
Bestandsgrootte 503 KB
Aantal Installaties 25
Huidige Versie 1.0.0
Laatst Bijgewerkt 2017-07-17
Publicatiedatum 2017-07-16
Beoordeling 5.00/5 Totaal 1 Beoordelingen
Ontwikkelaar Bloomco Heavy Industries
Betalingswijze free
Ondersteunde Talen 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"
    ]
}