Flickr Secret Faves

Secretly fave photos on Flickr

What is Flickr Secret Faves?

Flickr Secret Faves is a Chrome extension developed by Bertrand Fan, and its main feature is "Secretly fave photos on Flickr".

Extension Screenshots

screenshot

Download Flickr Secret Faves Extension CRX File

Download Flickr Secret Faves 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

                        Secretly fave photos on Flickr to your local machine without broadcasting the action to the public.

To secretly fave, simply click on the secret fave icon next to the Favorite icon or use the keyboard shortcut [d].

To view your faves, right-click on the secret fave icon. You may also go to Explore : Secret Faves or use the keyboard shortcut [shift-d].

Keyboard shortcuts:
d - Toggle secret fave
shift-d - View secret faves

http://github.com/bertrandom/flickr-secret-faves                    

Extension Basic Information

Name Flickr Secret Faves Flickr Secret Faves
ID kfkeaclfeilnaialkjflklopnmknggmf
Official URL https://chrome.google.com/webstore/detail/flickr-secret-faves/kfkeaclfeilnaialkjflklopnmknggmf
Description Secretly fave photos on Flickr
File Size 50.14 KB
Installation Count 53
Current Version 1.1
Last Updated 2013-08-19
Publish Date 2013-08-19
Developer Bertrand Fan
Payment Type free
Supported Languages en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Flickr Secret Faves",
    "description": "Secretly fave photos on Flickr",
    "version": "1.1",
    "permissions": [
        "storage",
        "unlimitedStorage"
    ],
    "content_scripts": [
        {
            "matches": [
                "http:\/\/www.flickr.com\/*"
            ],
            "css": [
                "css\/secret-faves.css"
            ],
            "js": [
                "js\/jquery-2.0.3.min.js",
                "js\/secret-faves.js"
            ],
            "run_at": "document_start"
        }
    ],
    "icons": {
        "16": "img\/icon16.png",
        "32": "img\/icon32.png",
        "48": "img\/icon48.png",
        "128": "img\/icon128.png"
    },
    "web_accessible_resources": [
        "img\/secret.png",
        "img\/secret-off.png"
    ]
}