Change FB Messenger Notification Voice
Change facebook messenger notification voice by <3.
O que é Change FB Messenger Notification Voice?
Change FB Messenger Notification Voice é uma extensão do Chrome desenvolvida por Nat Lee, e sua principal característica é "Change facebook messenger notification voice by <3.".
Capturas de Tela da Extensão
Baixar o arquivo CRX da Extensão Change FB Messenger Notification Voice
Baixe arquivos de extensão Change FB Messenger Notification Voice no formato crx, instale manualmente as extensões do Chrome no navegador ou compartilhe os arquivos crx com amigos para instalar facilmente as extensões do Chrome.
Instruções de Uso da Extensão
Poi! Github site: https://github.com/NatLee/FacebookMsgPoi
Informações Básicas da Extensão
Nome | Change FB Messenger Notification Voice |
ID | gfgpnlogdlabglhbldbdadhpaplacjbo |
URL Oficial | https://chromewebstore.google.com/detail/change-fb-messenger-notif/gfgpnlogdlabglhbldbdadhpaplacjbo |
Descrição | Change facebook messenger notification voice by <3. |
Tamanho do Arquivo | 7.5 KB |
Contagem de Instalações | 12 |
Versão Atual | 0.0.1 |
Última Atualização | 2019-01-27 |
Data de Publicação | 2019-01-27 |
Desenvolvedor | Nat Lee |
[email protected] | |
Tipo de Pagamento | free |
Site da Extensão | https://github.com/NatLee/FacebookMsgPoi |
URL da Página de Ajuda | https://github.com/NatLee/FacebookMsgPoi/issues |
Idiomas Suportados | 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" } ] } |