facebook-plus
Make facebook more productive
Apa itu facebook-plus?
facebook-plus adalah ekstensi Chrome yang dikembangkan oleh briancruddy, dan fitur utamanya adalah "Make facebook more productive".
Unduh Berkas CRX Ekstensi facebook-plus
Unduh file ekstensi facebook-plus 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
IT folks rejoice! Make your employees more productive at work by blocking facebook messenger. Well, technically, instead of blocking it you're just removing the chat dialog from the DOM but it accomplishes the same goal.
Informasi Dasar Ekstensi
Nama | facebook-plus |
ID | onhfdclbcdgieckfajmjfelmgkjeckbj |
URL Resmi | https://chrome.google.com/webstore/detail/facebook-plus/onhfdclbcdgieckfajmjfelmgkjeckbj |
Deskripsi | Make facebook more productive |
Ukuran File | 3.13 KB |
Jumlah Instalasi | 16 |
Versi Saat Ini | 1.2 |
Terakhir Diperbarui | 2016-08-26 |
Tanggal Publikasi | 2016-08-26 |
Penilaian | 4.50/5 Total 2 Penilaian |
Pengembang | briancruddy |
Tipe Pembayaran | free |
Bahasa yang Didukung | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "facebook-plus", "description": "Make facebook more productive", "version": "1.2", "permissions": [ "https:\/\/www.facebook.com\/*" ], "content_scripts": [ { "matches": [ "https:\/\/www.facebook.com\/*" ], "js": [ "facebook-plus.js" ] } ] } |