Flickr Universal Header Remover

Removes the universal header from Flickr

What is Flickr Universal Header Remover?

Flickr Universal Header Remover is a Chrome extension developed by Bertrand Fan, and its main feature is "Removes the universal header from Flickr".

Extension Screenshots

screenshot

Download Flickr Universal Header Remover Extension CRX File

Download Flickr Universal Header Remover 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

                        Removes the universal header from Flickr using CSS rules.

https://github.com/bertrandom/flickr-universal-header-remover                    

Extension Basic Information

Name Flickr Universal Header Remover Flickr Universal Header Remover
ID oicdglafmanoljpbijobnacdgdknhjdg
Official URL https://chromewebstore.google.com/detail/flickr-universal-header-r/oicdglafmanoljpbijobnacdgdknhjdg
Description Removes the universal header from Flickr
File Size 10.69 KB
Installation Count 711
Current Version 1.1
Last Updated 2014-03-03
Publish Date 2014-03-03
Rating 4.50/5 Total 8 Ratings
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 Universal Header Remover",
    "description": "Removes the universal header from Flickr",
    "version": "1.1",
    "content_scripts": [
        {
            "matches": [
                "http:\/\/www.flickr.com\/*",
                "https:\/\/www.flickr.com\/*"
            ],
            "css": [
                "css\/unibrow.css"
            ],
            "run_at": "document_start"
        }
    ],
    "icons": {
        "16": "img\/icon16.png",
        "48": "img\/icon48.png",
        "128": "img\/icon128.png"
    }
}