Change FB Messenger Notification Voice

Change facebook messenger notification voice by <3.

Vad är Change FB Messenger Notification Voice?

Change FB Messenger Notification Voice är en Chrome-tillägg utvecklad av Nat Lee, och dess huvudfunktion är "Change facebook messenger notification voice by <3.".

Tilläggsskärmbilder

screenshot

Ladda ner Change FB Messenger Notification Voice-förlängningens CRX-fil

Ladda ner Change FB Messenger Notification Voice-filändelser i crx-format, installera Chrome-tillägg manuellt i webbläsaren eller dela crx-filerna med vänner för att enkelt installera Chrome-tillägg.

Användarmanual för Tillägg

                        Poi!

Github site: https://github.com/NatLee/FacebookMsgPoi                    

Grundläggande Information om Tillägg

Namn Change FB Messenger Notification Voice Change FB Messenger Notification Voice
ID gfgpnlogdlabglhbldbdadhpaplacjbo
Officiell webbadress https://chromewebstore.google.com/detail/change-fb-messenger-notif/gfgpnlogdlabglhbldbdadhpaplacjbo
Beskrivning Change facebook messenger notification voice by <3.
Filstorlek 7.5 KB
Antal Installationer 12
Aktuell Version 0.0.1
Senast Uppdaterad 2019-01-27
Publiceringsdatum 2019-01-27
Utvecklare Nat Lee
E-post [email protected]
Betalningssätt free
Tilläggswebbplats https://github.com/NatLee/FacebookMsgPoi
Hjälpsida URL https://github.com/NatLee/FacebookMsgPoi/issues
Stödda Språk 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"
        }
    ]
}