Change FB Messenger Notification Voice
Change facebook messenger notification voice by <3.
Apa itu Change FB Messenger Notification Voice?
Change FB Messenger Notification Voice adalah ekstensi Chrome yang dikembangkan oleh Nat Lee, dan fitur utamanya adalah "Change facebook messenger notification voice by <3.".
Screenshot Ekstensi
Unduh Berkas CRX Ekstensi Change FB Messenger Notification Voice
Unduh file ekstensi Change FB Messenger Notification Voice 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
Poi! Github site: https://github.com/NatLee/FacebookMsgPoi
Informasi Dasar Ekstensi
Nama | Change FB Messenger Notification Voice |
ID | gfgpnlogdlabglhbldbdadhpaplacjbo |
URL Resmi | https://chromewebstore.google.com/detail/change-fb-messenger-notif/gfgpnlogdlabglhbldbdadhpaplacjbo |
Deskripsi | Change facebook messenger notification voice by <3. |
Ukuran File | 7.5 KB |
Jumlah Instalasi | 12 |
Versi Saat Ini | 0.0.1 |
Terakhir Diperbarui | 2019-01-27 |
Tanggal Publikasi | 2019-01-27 |
Pengembang | Nat Lee |
[email protected] | |
Tipe Pembayaran | free |
Situs Ekstensi | https://github.com/NatLee/FacebookMsgPoi |
URL Halaman Bantuan | https://github.com/NatLee/FacebookMsgPoi/issues |
Bahasa yang Didukung | zh-TW |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "Change FB Messenger Notification Voice", "description": "Change facebook messenger notification voice by <3.", "version": "0.0.1", "background": { "scripts": [ "background.js" ], "persistent": false }, "browser_action": { "default_title": "Change FB Messenger Notification Voice", "default_icon": "icon.png" }, "permissions": [ "storage" ], "content_scripts": [ { "matches": [ "https:\/\/www.facebook.com\/*" ], "js": [ "voice.js" ], "run_at": "document_end" } ] } |