Like go home

Like go home. No more like button in facebook. Post a comment use Words !!

什麼是Like go home?

Like go home是由http://likegohome.tomasrawski.com.ar開發的Chrome擴展程式,該擴展的主要功能是“Like go home. No more like button in facebook. Post a comment use Words !!”。

擴展截圖

screenshot

下載Like go home擴展crx文件

下載Like go home擴展crx格式的文件,手動將Chrome擴充功能安裝到瀏覽器中,也可以將crx文件分享給朋友,輕鬆安裝Chrome擴充功能。

擴展使用說明

                        This extension removes the button "Like" on Facebook. Communicate with text!
---
Esta extensión elimina el botón de "Me gusta" de Facebook. Comunicate con texto !

Created by: Dolores Martin & Tomás Rawski                    

擴展基本資訊

名稱 Like go home Like go home
ID bdmgjddbjangdgfbocilhgkkklkgfeka
官方網址 https://chrome.google.com/webstore/detail/bdmgjddbjangdgfbocilhgkkklkgfeka
簡介 Like go home. No more like button in facebook. Post a comment use Words !!
檔案大小 179 KB
安裝次數 15
目前版本 1.1.0
更新時間 2016-05-30
上架時間 2016-05-30
評分 4.00/5 共 2 次評分
開發者 http://likegohome.tomasrawski.com.ar
付費類型 free
擴展官網 http://likegohome.tomasrawski.com.ar
說明頁面URL http://likegohome.tomasrawski.com.ar
支援的語言 en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Like go home",
    "version": "1.1.0",
    "author": "Dolores Martin & Tomas Rawski",
    "description": "Like go home. No more like button in facebook. Post a comment use Words !!",
    "icons": {
        "128": "Icon-128.png",
        "48": "Icon-48.png",
        "16": "Icon-16.png"
    },
    "content_scripts": [
        {
            "js": [
                "fbblock_end.js"
            ],
            "matches": [
                "http:\/\/*\/*",
                "https:\/\/*\/*"
            ],
            "exclude_matches": [],
            "run_at": "document_end"
        }
    ]
}