Change Messenger's Theme

A small tool changing the messenger's background

Cos'è Change Messenger's Theme?

Change Messenger's Theme è un'estensione di Chrome sviluppata da nghiacangao, e la sua funzione principale è "A small tool changing the messenger's background".

Screenshot dell'Estensione

screenshot

Scarica il file CRX dell'estensione Change Messenger's Theme

Scarica i file di estensione Change Messenger's Theme 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

                        Công cụ chỉnh sửa nền facebook messenger                    

Informazioni di Base sull'Estensione

Nome Change Messenger's Theme Change Messenger's Theme
ID medockpghmdaaaocjogjgpmjldbgnlaj
URL Ufficiale https://chrome.google.com/webstore/detail/change-messengers-theme/medockpghmdaaaocjogjgpmjldbgnlaj
Descrizione A small tool changing the messenger's background
Dimensione del File 344 KB
Conteggio Installazioni 364
Versione Corrente 2.1.3
Ultimo Aggiornamento 2020-05-30
Data di Pubblicazione 2020-05-30
Valutazione 3.00/5 Totale 5 Valutazioni
Sviluppatore nghiacangao
Email [email protected]
Tipo di Pagamento free
Lingue Supportate vi
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Change Messenger's Theme",
    "version": "2.1.3",
    "description": "A small tool changing the messenger's background",
    "icons": {
        "16": "icon.png",
        "48": "icon.png",
        "128": "icon.png"
    },
    "browser_action": {
        "default_icon": {
            "16": "icon.png",
            "48": "icon.png",
            "32": "icon.png"
        },
        "default_title": "Messenger's Background tool",
        "default_popup": "index.html"
    },
    "author": "Nghiacangao_btteam",
    "background": {
        "scripts": [
            "\/js\/core.js",
            "background.js"
        ],
        "persistent": false
    },
    "content_scripts": [
        {
            "matches": [
                "https:\/\/www.messenger.com\/t\/*",
                "https:\/\/www.facebook.com\/messages\/t\/*"
            ],
            "js": [
                "content.js",
                "\/js\/core.js"
            ],
            "css": [
                "\/css\/contentCss\/contentCss.css"
            ],
            "all_frames": true
        }
    ],
    "permissions": [
        "tabs",
        "storage",
        "contextMenus",
        "notifications"
    ]
}