Flickr Tab
Explore Flickr on your new Chrome tab.
What is Flickr Tab?
Flickr Tab is a Chrome extension developed by https://flickr.com, and its main feature is "Explore Flickr on your new Chrome tab.".
Extension Screenshots
Download Flickr Tab Extension CRX File
Download Flickr Tab 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
Flickr displays a popular photograph from our community every time you open a new tab. Click the photo to see it on Flickr or click the user name to see more photos from the user.
Extension Basic Information
Name | Flickr Tab |
ID | bhnpmdabjgpimmnbmhefncbghknfegog |
Official URL | https://chromewebstore.google.com/detail/flickr-tab/bhnpmdabjgpimmnbmhefncbghknfegog |
Description | Explore Flickr on your new Chrome tab. |
File Size | 2.03 MB |
Installation Count | 53,309 |
Current Version | 1.0.17 |
Last Updated | 2024-02-10 |
Publish Date | 2020-05-28 |
Rating | 4.19/5 Total 451 Ratings |
Developer | https://flickr.com |
[email protected] | |
Payment Type | free |
Privacy Policy Page URL | https://www.flickr.com/help/privacy |
Supported Languages | id,de,en,fr,vi,es,it,pt-BR,zh-TW,ko |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 3, "name": "__MSG_extName__", "description": "__MSG_extDesc__", "version": "1.0.17", "permissions": [ "storage" ], "content_security_policy": { "extension_pages": "script-src 'self'; object-src 'self'" }, "incognito": "split", "chrome_url_overrides": { "newtab": "flickr-tab.html" }, "background": { "service_worker": "event.js" }, "homepage_url": "https:\/\/www.flickr.com\/chrome", "default_locale": "en", "icons": { "48": "flickr48.png", "128": "flickr128.png" } } |