FlickrDownloader

Flickr Downloader

What is FlickrDownloader?

FlickrDownloader is a Chrome extension developed by Shadel, and its main feature is "Flickr Downloader".

Download FlickrDownloader Extension CRX File

Download FlickrDownloader 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

                        Download all photo from flickr's User or Sets                    

Extension Basic Information

Name FlickrDownloader FlickrDownloader
ID dekfejaeokgghjgebpjkgcbkkfoeofkg
Official URL https://chrome.google.com/webstore/detail/flickrdownloader/dekfejaeokgghjgebpjkgcbkkfoeofkg
Description Flickr Downloader
File Size 167 KB
Installation Count 165
Current Version 1.0
Last Updated 2015-03-06
Publish Date 2015-03-06
Rating 1.00/5 Total 4 Ratings
Developer Shadel
Payment Type free
Supported Languages en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "FlickrDownloader",
    "description": "Flickr Downloader",
    "version": "1.0",
    "icons": {
        "16": "icon_16.png",
        "48": "icon_48.png",
        "128": "icon_128.png"
    },
    "browser_action": {
        "default_icon": "icon.png",
        "default_popup": "popup.html"
    },
    "content_scripts": [
        {
            "matches": [
                ""
            ],
            "js": [
                "jquery-1.11.1.min.js",
                "engine.js",
                "content.js"
            ]
        }
    ],
    "permissions": [
        "tabs",
        "",
        "storage"
    ],
    "background": {
        "scripts": [
            "engine.js",
            "eventPage.js"
        ]
    },
    "content_security_policy": "script-src 'self' 'unsafe-eval'; object-src 'self'"
}