Facebook This Name
Select name, open context menu, and look up the name on Facebook people search
Apa itu Facebook This Name?
Facebook This Name adalah ekstensi Chrome yang dikembangkan oleh gulakov, dan fitur utamanya adalah "Select name, open context menu, and look up the name on Facebook people search".
Unduh Berkas CRX Ekstensi Facebook This Name
Unduh file ekstensi Facebook This Name 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
Informasi Dasar Ekstensi
Nama | |
ID | akkhklnpaiiaiooimmjgbjhinbonaiao |
URL Resmi | https://chrome.google.com/webstore/detail/facebook-this-name/akkhklnpaiiaiooimmjgbjhinbonaiao |
Deskripsi | Select name, open context menu, and look up the name on Facebook people search |
Ukuran File | 4.28 KB |
Jumlah Instalasi | 82 |
Versi Saat Ini | 2.0.0 |
Terakhir Diperbarui | 2013-05-09 |
Tanggal Publikasi | 2013-05-09 |
Pengembang | gulakov |
Tipe Pembayaran | free |
Bahasa yang Didukung | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Facebook This Name", "description": "Select name, open context menu, and look up the name on Facebook people search", "version": "2.0.0", "permissions": [ "contextMenus", "tabs", "http:\/\/*\/*", "https:\/\/*\/*" ], "web_accessible_resources": [ "popup.js" ], "background": { "scripts": [ "background.js" ] }, "icons": { "48": "fbnamelogo.png" }, "manifest_version": 2 } |