Replace Favicon

Confuse your friends by replacing the fav icon

What is Replace Favicon?

Replace Favicon is a Chrome extension developed by charlie.mack669, and its main feature is "Confuse your friends by replacing the fav icon".

Extension Screenshots

screenshot

Download Replace Favicon Extension CRX File

Download Replace Favicon 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

                        Randomize the page fav icon and ROTFL as you confuse your friends                    

Extension Basic Information

Name Replace Favicon Replace Favicon
ID akaelkiagnbfcccfnmbimdbplecgbikh
Official URL https://chrome.google.com/webstore/detail/replace-favicon/akaelkiagnbfcccfnmbimdbplecgbikh
Description Confuse your friends by replacing the fav icon
File Size 13.64 KB
Installation Count 100,000
Current Version 0.1
Last Updated 2015-03-19
Publish Date 2015-03-19
Rating 1.71/5 Total 55 Ratings
Developer charlie.mack669
Payment Type free
Supported Languages en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "description": "Confuse your friends by replacing the fav icon",
    "version": "0.1",
    "name": "Replace Favicon",
    "permissions": [
        "http:\/\/*\/*",
        "https:\/\/*\/*"
    ],
    "icons": {
        "16": "icons\/icon-16.png",
        "48": "icons\/icon-48.png",
        "128": "icons\/icon-128.png"
    },
    "content_scripts": [
        {
            "matches": [
                "http:\/\/*\/*",
                "https:\/\/*\/*"
            ],
            "js": [
                "js\/fav.js"
            ]
        }
    ]
}