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
官方網址 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"
}