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
公式URL 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"
        }
    ]
}