Like go home
Like go home. No more like button in facebook. Post a comment use Words !!
Apa itu Like go home?
Like go home adalah ekstensi Chrome yang dikembangkan oleh http://likegohome.tomasrawski.com.ar, dan fitur utamanya adalah "Like go home. No more like button in facebook. Post a comment use Words !!".
Screenshot Ekstensi
Unduh Berkas CRX Ekstensi Like go home
Unduh file ekstensi Like go home dalam format crx, pasang ekstensi Chrome secara manual di peramban, atau bagikan file crx dengan teman untuk menginstal ekstensi Chrome dengan mudah.
Petunjuk Penggunaan Ekstensi
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
Informasi Dasar Ekstensi
Nama | |
ID | bdmgjddbjangdgfbocilhgkkklkgfeka |
URL Resmi | https://chrome.google.com/webstore/detail/bdmgjddbjangdgfbocilhgkkklkgfeka |
Deskripsi | Like go home. No more like button in facebook. Post a comment use Words !! |
Ukuran File | 179 KB |
Jumlah Instalasi | 15 |
Versi Saat Ini | 1.1.0 |
Terakhir Diperbarui | 2016-05-30 |
Tanggal Publikasi | 2016-05-30 |
Penilaian | 4.00/5 Total 2 Penilaian |
Pengembang | http://likegohome.tomasrawski.com.ar |
Tipe Pembayaran | free |
Situs Ekstensi | http://likegohome.tomasrawski.com.ar |
URL Halaman Bantuan | http://likegohome.tomasrawski.com.ar |
Bahasa yang Didukung | 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" } ] } |