Like go home
Like go home. No more like button in facebook. Post a comment use Words !!
What is Like go home?
Like go home is a Chrome extension developed by http://likegohome.tomasrawski.com.ar, and its main feature is "Like go home. No more like button in facebook. Post a comment use Words !!".
Extension Screenshots
Download Like go home Extension CRX File
Download Like go home extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.
Extension Usage Instructions
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
Extension Basic Information
Name | |
ID | bdmgjddbjangdgfbocilhgkkklkgfeka |
Official URL | https://chrome.google.com/webstore/detail/bdmgjddbjangdgfbocilhgkkklkgfeka |
Description | Like go home. No more like button in facebook. Post a comment use Words !! |
File Size | 179 KB |
Installation Count | 15 |
Current Version | 1.1.0 |
Last Updated | 2016-05-30 |
Publish Date | 2016-05-30 |
Rating | 4.00/5 Total 2 Ratings |
Developer | http://likegohome.tomasrawski.com.ar |
Payment Type | free |
Extension Website | http://likegohome.tomasrawski.com.ar |
Help Page URL | http://likegohome.tomasrawski.com.ar |
Supported Languages | 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" } ] } |