Change FB Messenger Notification Voice
Change facebook messenger notification voice by <3.
Cos'è Change FB Messenger Notification Voice?
Change FB Messenger Notification Voice è un'estensione di Chrome sviluppata da Nat Lee, e la sua funzione principale è "Change facebook messenger notification voice by <3.".
Screenshot dell'Estensione
Scarica il file CRX dell'estensione Change FB Messenger Notification Voice
Scarica i file di estensione Change FB Messenger Notification Voice in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.
Istruzioni per l'Uso dell'Estensione
Poi! Github site: https://github.com/NatLee/FacebookMsgPoi
Informazioni di Base sull'Estensione
Nome | Change FB Messenger Notification Voice |
ID | gfgpnlogdlabglhbldbdadhpaplacjbo |
URL Ufficiale | https://chromewebstore.google.com/detail/change-fb-messenger-notif/gfgpnlogdlabglhbldbdadhpaplacjbo |
Descrizione | Change facebook messenger notification voice by <3. |
Dimensione del File | 7.5 KB |
Conteggio Installazioni | 12 |
Versione Corrente | 0.0.1 |
Ultimo Aggiornamento | 2019-01-27 |
Data di Pubblicazione | 2019-01-27 |
Sviluppatore | Nat Lee |
[email protected] | |
Tipo di Pagamento | free |
Sito Web dell'Estensione | https://github.com/NatLee/FacebookMsgPoi |
URL della Pagina di Aiuto | https://github.com/NatLee/FacebookMsgPoi/issues |
Lingue Supportate | 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" } ] } |