Lick is the new Like

Change the Like button and icon on Facebook for the Lick button and icon.

什么是Lick is the new Like?

Lick is the new Like是由buzzmn开发的Chrome扩展程序,该扩展的主要功能是“Change the Like button and icon on Facebook for the Lick button and icon.”。

扩展截图

screenshot

下载Lick is the new Like扩展crx文件

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

扩展使用说明

                        Easily change the Like button and thumbs-up icon on Facebook for the Lick button and tongue icon! Lick is the new Like; it's time to lick what you truly love!                    

扩展基本信息

名称 Lick is the new Like Lick is the new Like
ID jkoehmomjjooddbgfjoghgblllakfnje
官方URL https://chromewebstore.google.com/detail/lick-is-the-new-like/jkoehmomjjooddbgfjoghgblllakfnje
简介 Change the Like button and icon on Facebook for the Lick button and icon.
文件大小 51.95 KB
安装次数 125
当前版本 1.0.2
更新时间 2014-01-21
上架时间 2014-01-21
评分 3.78/5 共18次评分
开发者 buzzmn
付费类型 free
支持的语言 en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "content_scripts": [
        {
            "js": [
                "jquery.min.js",
                "extension.js"
            ],
            "matches": [
                "*:\/\/*.facebook.com\/*"
            ]
        }
    ],
    "name": "Lick is the new Like",
    "description": "Change the Like button and icon on Facebook for the Lick button and icon.",
    "icons": {
        "16": "icon16.png",
        "48": "icon48.png",
        "128": "icon128.png"
    },
    "version": "1.0.2"
}