Hello Kitty Image Randomizer
Enjoy a Random Hello Kitty Image Search.
What is Hello Kitty Image Randomizer?
Hello Kitty Image Randomizer is a Chrome extension developed by chrischesoft, and its main feature is "Enjoy a Random Hello Kitty Image Search.".
Extension Screenshots
Download Hello Kitty Image Randomizer Extension CRX File
Download Hello Kitty Image Randomizer 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
This extension contains a database of Hello Kitty keywords and will perform a Google Image Search using a random term.
Extension Basic Information
Name | |
ID | paejmmginnephicjfakbbofmadapblhf |
Official URL | https://chrome.google.com/webstore/detail/hello-kitty-image-randomi/paejmmginnephicjfakbbofmadapblhf |
Description | Enjoy a Random Hello Kitty Image Search. |
File Size | 173 KB |
Installation Count | 121 |
Current Version | 1.2 |
Last Updated | 2017-01-28 |
Publish Date | 2017-01-28 |
Rating | 3.00/5 Total 1 Ratings |
Developer | chrischesoft |
[email protected] | |
Payment Type | free |
Supported Languages | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "Hello Kitty Image Randomizer", "description": "Enjoy a Random Hello Kitty Image Search.", "version": "1.2", "icons": { "16": "img\/hk.png", "48": "img\/hk.png", "128": "img\/hk.png" }, "permissions": [ "tabs", "notifications" ], "browser_action": { "default_icon": "img\/hk.png" }, "background": { "scripts": [ "jquery-3.1.1.min.js", "retrieveswapi.js" ] } } |