Rancorizer
Adds the Starwars Rancor to any page that uses that rare word
Qu'est-ce que Rancorizer ?
Rancorizer est une extension Chrome développée par Bloomco Heavy Industries, et sa fonction principale est "Adds the Starwars Rancor to any page that uses that rare word".
Captures d'Écran de l'Extension
Télécharger le fichier CRX de l'extension Rancorizer
Téléchargez les fichiers d'extension Rancorizer au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.
Instructions d'Utilisation de l'Extension
Adds the Starwars Rancor to any page that uses that rare word
Informations de Base sur l'Extension
Nom | Rancorizer |
ID | dgblmflhnjgeinapenolaiddnmfioicn |
URL Officiel | https://chromewebstore.google.com/detail/rancorizer/dgblmflhnjgeinapenolaiddnmfioicn |
Description | Adds the Starwars Rancor to any page that uses that rare word |
Taille du Fichier | 503 KB |
Nombre d'Installations | 25 |
Version Actuelle | 1.0.0 |
Dernière Mise à Jour | 2017-07-17 |
Date de Publication | 2017-07-16 |
Évaluation | 5.00/5 Total 1 Évaluations |
Développeur | Bloomco Heavy Industries |
Type de Paiement | free |
Langues Prises en Charge | 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" ] } |