HappyOnline Invite All Extension
Add an action on Facebook Invites and check all your Facebook Friends (compatible with the latest changes)
Apa itu HappyOnline Invite All Extension?
HappyOnline Invite All Extension adalah ekstensi Chrome yang dikembangkan oleh HappyOnline.gr, dan fitur utamanya adalah "Add an action on Facebook Invites and check all your Facebook Friends (compatible with the latest changes)".
Unduh Berkas CRX Ekstensi HappyOnline Invite All Extension
Unduh file ekstensi HappyOnline Invite All Extension 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
Add an action on Facebook Invites and check all your Facebook Friends (compatible with the latest changes)
Informasi Dasar Ekstensi
Nama | |
ID | hdinddahbnelfaokfoileghdehgehooo |
URL Resmi | https://chrome.google.com/webstore/detail/happyonline-invite-all-ex/hdinddahbnelfaokfoileghdehgehooo |
Deskripsi | Add an action on Facebook Invites and check all your Facebook Friends (compatible with the latest changes) |
Ukuran File | 43.52 KB |
Jumlah Instalasi | 46 |
Versi Saat Ini | 1.3.1 |
Terakhir Diperbarui | 2015-01-19 |
Tanggal Publikasi | 2015-01-19 |
Penilaian | 3.00/5 Total 2 Penilaian |
Pengembang | HappyOnline.gr |
[email protected] | |
Tipe Pembayaran | free |
Bahasa yang Didukung | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "HappyOnline Invite All Extension", "version": "1.3.1", "description": "Add an action on Facebook Invites and check all your Facebook Friends (compatible with the latest changes)", "author": "HappyOnline", "icons": { "128": "icon-128.png", "64": "icon-64.png", "32": "icon-32.png", "16": "icon-16.png" }, "browser_action": { "default_icon": "icon-64.png" }, "background": { "page": "background.html" }, "permissions": [ "tabs", "http:\/\/*\/*", "https:\/\/*\/*" ], "web_accessible_resources": [ "contentscript.js" ] } |