Replace Favicon

Confuse your friends by replacing the fav icon

什么是Replace Favicon?

Replace Favicon是由charlie.mack669开发的Chrome扩展程序,该扩展的主要功能是“Confuse your friends by replacing the fav icon”。

扩展截图

screenshot

下载Replace Favicon扩展crx文件

下载Replace Favicon扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。

扩展使用说明

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

扩展基本信息

名称 Replace Favicon Replace Favicon
ID akaelkiagnbfcccfnmbimdbplecgbikh
官方URL https://chrome.google.com/webstore/detail/replace-favicon/akaelkiagnbfcccfnmbimdbplecgbikh
简介 Confuse your friends by replacing the fav icon
文件大小 13.64 KB
安装次数 100,000
当前版本 0.1
更新时间 2015-03-19
上架时间 2015-03-19
评分 1.71/5 共55次评分
开发者 charlie.mack669
付费类型 free
支持的语言 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"
            ]
        }
    ]
}