StalkerMode
Disables/Hides fb social activity buttons (like, comment, share, add etc)
Apa itu StalkerMode?
StalkerMode adalah ekstensi Chrome yang dikembangkan oleh tsleeve, dan fitur utamanya adalah "Disables/Hides fb social activity buttons (like, comment, share, add etc)".
Unduh Berkas CRX Ekstensi StalkerMode
Unduh file ekstensi StalkerMode 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
Prevents clicking of social activity buttons when stalking people on fb. When clicked on, it disables like, comment, share, add friend, post on timeline etc buttons and removes your hanging comment inputbox under posts. You have to press the icon for each fb tab you want to secure. It can handle multiple tabs at the same time. (So, if you want to return to normal, just open a new tab)
Informasi Dasar Ekstensi
Nama | StalkerMode |
ID | hcipoaecncpapgbpkofhdbmmpajiaelj |
URL Resmi | https://chromewebstore.google.com/detail/stalkermode/hcipoaecncpapgbpkofhdbmmpajiaelj |
Deskripsi | Disables/Hides fb social activity buttons (like, comment, share, add etc) |
Ukuran File | 68.21 KB |
Jumlah Instalasi | 24 |
Versi Saat Ini | 0.0.6 |
Terakhir Diperbarui | 2016-12-31 |
Tanggal Publikasi | 2016-12-31 |
Penilaian | 5.00/5 Total 2 Penilaian |
Pengembang | tsleeve |
Tipe Pembayaran | free |
Bahasa yang Didukung | en-GB |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "StalkerMode", "version": "0.0.6", "manifest_version": 2, "description": "Disables\/Hides fb social activity buttons (like, comment, share, add etc)", "background": { "scripts": [ "background.js" ], "persistent": true }, "browser_action": { "default_title": "Click to activate for each fb Tab", "default_icon": "no-facebook-like.png" }, "permissions": [ "https:\/\/www.facebook.com\/*", "http:\/\/www.facebook.com\/*", "tabs" ] } |