Rancorizer

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

Was ist Rancorizer?

Rancorizer ist eine Chrome-Erweiterung, die von Bloomco Heavy Industries entwickelt wurde, und ihr Hauptmerkmal ist "Adds the Starwars Rancor to any page that uses that rare word".

Erweiterungsscreenshots

screenshot

Rancorizer-Erweiterungs-CRX-Datei herunterladen

Laden Sie Rancorizer-Erweiterungsdateien im crx-Format herunter, installieren Sie Chrome-Erweiterungen manuell im Browser oder teilen Sie die crx-Dateien mit Freunden, um Chrome-Erweiterungen einfach zu installieren.

Anleitung zur Verwendung der Erweiterung

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

Grundlegende Informationen zur Erweiterung

Name Rancorizer Rancorizer
ID dgblmflhnjgeinapenolaiddnmfioicn
Offizielle URL https://chromewebstore.google.com/detail/rancorizer/dgblmflhnjgeinapenolaiddnmfioicn
Beschreibung Adds the Starwars Rancor to any page that uses that rare word
Dateigröße 503 KB
Installationsanzahl 25
Aktuelle Version 1.0.0
Letztes Update 2017-07-17
Veröffentlichungsdatum 2017-07-16
Bewertung 5.00/5 Insgesamt 1 Bewertungen
Entwickler Bloomco Heavy Industries
Zahlungsart free
Unterstützte Sprachen 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"
    ]
}