UnlikeForever
Removes the ability to like things on facebook.
Apa itu UnlikeForever?
UnlikeForever adalah ekstensi Chrome yang dikembangkan oleh uduran12, dan fitur utamanya adalah "Removes the ability to like things on facebook.".
Unduh Berkas CRX Ekstensi UnlikeForever
Unduh file ekstensi UnlikeForever 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
Removes the like button from facebook on Chrome. If you've ever accidentally liked something on facebook that you shouldnt have and have absolutely no self-control when it comes to likes. Then this is the extension for you!
Informasi Dasar Ekstensi
Nama | |
ID | oaglhgabcjieipchhchjpgbhfnekmmki |
URL Resmi | https://chromewebstore.google.com/detail/unlikeforever/oaglhgabcjieipchhchjpgbhfnekmmki |
Deskripsi | Removes the ability to like things on facebook. |
Ukuran File | 5.52 KB |
Jumlah Instalasi | 43 |
Versi Saat Ini | 1.1 |
Terakhir Diperbarui | 2017-10-30 |
Tanggal Publikasi | 2017-10-30 |
Pengembang | uduran12 |
[email protected] | |
Tipe Pembayaran | free |
Bahasa yang Didukung | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "UnlikeForever", "version": "1.1", "description": "Removes the ability to like things on facebook.", "content_scripts": [ { "css": [ "styles.css" ], "matches": [ "https:\/\/www.facebook.com\/*" ] } ] } |