Image rotator
One of the less useful extensions out there.
What is Image rotator?
Image rotator is a Chrome extension developed by FH, and its main feature is "One of the less useful extensions out there.".
Download Image rotator Extension CRX File
Download Image rotator 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
Does what the title says it does.
Extension Basic Information
Name | ![]() |
ID | amplighgcpifjbdglmkhhcafffaafpoc |
Official URL | https://chrome.google.com/webstore/detail/image-rotator/amplighgcpifjbdglmkhhcafffaafpoc |
Description | One of the less useful extensions out there. |
File Size | 3.86 KB |
Installation Count | 10 |
Current Version | 1.0 |
Last Updated | 2013-12-15 |
Publish Date | 2013-12-15 |
Rating | 1.00/5 Total 3 Ratings |
Developer | FH |
Payment Type | free |
Supported Languages | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "Image rotator", "description": "One of the less useful extensions out there.", "version": "1.0", "browser_action": { "default_icon": "icon.png", "default_popup": "popup.html" }, "content_scripts": [ { "matches": [ "http:\/\/*\/*", "https:\/\/*\/*" ], "js": [ "script.js" ] } ] } |