Change FB Messenger Notification Voice
Change facebook messenger notification voice by <3.
Wat is Change FB Messenger Notification Voice?
Change FB Messenger Notification Voice is een Chrome-extensie ontwikkeld door Nat Lee, en de belangrijkste functie is "Change facebook messenger notification voice by <3.".
Extensie Screenshots
Download het CRX-bestand van de extensie Change FB Messenger Notification Voice
Download Change FB Messenger Notification Voice-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.
Instructies voor het Gebruik van de Extensie
Poi!
Github site: https://github.com/NatLee/FacebookMsgPoi Basisinformatie over de Extensie
| Naam | |
| ID | gfgpnlogdlabglhbldbdadhpaplacjbo |
| Officiële URL | https://chromewebstore.google.com/detail/change-fb-messenger-notif/gfgpnlogdlabglhbldbdadhpaplacjbo |
| Beschrijving | Change facebook messenger notification voice by <3. |
| Bestandsgrootte | 7.5 KB |
| Aantal Installaties | 12 |
| Huidige Versie | 0.0.1 |
| Laatst Bijgewerkt | 2019-01-27 |
| Publicatiedatum | 2019-01-27 |
| Ontwikkelaar | Nat Lee |
| [email protected] | |
| Betalingswijze | free |
| Extensiewebsite | https://github.com/NatLee/FacebookMsgPoi |
| Help Pagina-URL | https://github.com/NatLee/FacebookMsgPoi/issues |
| Ondersteunde Talen | 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"
}
]
} | |