Rancorizer
Adds the Starwars Rancor to any page that uses that rare word
What is Rancorizer?
Rancorizer is a Chrome extension developed by Bloomco Heavy Industries, and its main feature is "Adds the Starwars Rancor to any page that uses that rare word".
Extension Screenshots
Download Rancorizer Extension CRX File
Download Rancorizer extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.
Extension Usage Instructions
Adds the Starwars Rancor to any page that uses that rare word
Extension Basic Information
Name | Rancorizer |
ID | dgblmflhnjgeinapenolaiddnmfioicn |
Official URL | https://chromewebstore.google.com/detail/rancorizer/dgblmflhnjgeinapenolaiddnmfioicn |
Description | Adds the Starwars Rancor to any page that uses that rare word |
File Size | 503 KB |
Installation Count | 25 |
Current Version | 1.0.0 |
Last Updated | 2017-07-17 |
Publish Date | 2017-07-16 |
Rating | 5.00/5 Total 1 Ratings |
Developer | Bloomco Heavy Industries |
Payment Type | free |
Supported Languages | 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" ] } |