Random Images
Simple extension that will show a random image! Made possible by https://picsum.photos
What is Random Images?
Random Images is a Chrome extension developed by West_Of_House_, and its main feature is "Simple extension that will show a random image! Made possible by https://picsum.photos".
Extension Screenshots
Download Random Images Extension CRX File
Download Random Images 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
Awesome extension that generates random, high quality images with the click of a button!
Extension Basic Information
Name | Random Images |
ID | ibokafjdhcelfjdcbekpkgnbjndnomcl |
Official URL | https://chromewebstore.google.com/detail/random-images/ibokafjdhcelfjdcbekpkgnbjndnomcl |
Description | Simple extension that will show a random image! Made possible by https://picsum.photos |
File Size | 54.7 KB |
Installation Count | 123 |
Current Version | 1.1 |
Last Updated | 2021-04-08 |
Publish Date | 2021-04-08 |
Rating | 5.00/5 Total 1 Ratings |
Developer | West_Of_House_ |
[email protected] | |
Payment Type | free |
Supported Languages | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Random Images", "manifest_version": 3, "version": "1.1", "description": "Simple extension that will show a random image! Made possible by https:\/\/picsum.photos", "content_security_policy": { "content_scripts": "script-src 'self' 'unsafe-inline'", "extension_pages": "script-src 'self'; object-src 'none'" }, "action": { "default_icon": "logo.png", "default_badge": "logo.png", "default_popup": "popup.html" }, "background": { "service_worker": "background.js" } } |