Flickr Right Click
Lets you right click images on Flickr.
What is Flickr Right Click?
Flickr Right Click is a Chrome extension developed by https://mattw.life, and its main feature is "Lets you right click images on Flickr.".
Extension Screenshots
Download Flickr Right Click Extension CRX File
Download Flickr Right Click 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
Enables the standard right click context menu for images when viewing photos on Flickr. This disables the default left click to zoom functionality.
Extension Basic Information
Name | Flickr Right Click |
ID | cgkdecjiajillolhbegcmmbphniicmjl |
Official URL | https://chromewebstore.google.com/detail/flickr-right-click/cgkdecjiajillolhbegcmmbphniicmjl |
Description | Lets you right click images on Flickr. |
File Size | 10.81 KB |
Installation Count | 7,860 |
Current Version | 3.0.0 |
Last Updated | 2022-05-24 |
Publish Date | 2018-01-24 |
Rating | 3.58/5 Total 55 Ratings |
Developer | https://mattw.life |
[email protected] | |
Payment Type | free |
Extension Website | http://mattw.life |
Supported Languages | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Flickr Right Click", "version": "3.0.0", "description": "Lets you right click images on Flickr.", "manifest_version": 3, "icons": { "16": "icon16.png", "32": "icon32.png", "48": "icon48.png" }, "action": [], "permissions": [ "scripting" ], "host_permissions": [ "*:\/\/www.flickr.com\/photos\/*\/*" ], "background": { "service_worker": "background.js" } } |