Messenger - Theme Selector

A theme selector for Facebook's Messenger (messenger.com) with multiple awesome looking themes!

Co je Messenger - Theme Selector?

Messenger - Theme Selector je rozšíření Chrome vyvinuté https://morningtrain.dk, a jeho hlavní funkcí je „A theme selector for Facebook's Messenger (messenger.com) with multiple awesome looking themes!“.

Snímky obrazovky rozšíření

screenshot
screenshot
screenshot

Stáhnout soubor CRX rozšíření Messenger - Theme Selector

Stáhněte si soubory rozšíření Messenger - Theme Selector ve formátu crx, ručně nainstalujte rozšíření Chrome do prohlížeče nebo sdílejte soubory crx s přáteli, abyste jednoduše nainstalovali rozšíření Chrome.

Pokyny pro Použití Rozšíření

                        A theme selector for Facebook's Messenger (messenger.com) with multiple awesome looking themes!
Messenger’s default colors are very bright - especially in the night. Therefore, most of our themes have dark colors to help you and your eyes. The dark colors can help with eyestrain and headaches caused by the light of the monitor.                    

Základní Informace o Rozšíření

Název Messenger - Theme Selector Messenger - Theme Selector
ID cghmigojnbaajmeigfphpaiepjjhcbpe
Oficiální URL https://chromewebstore.google.com/detail/messenger-theme-selector/cghmigojnbaajmeigfphpaiepjjhcbpe
Popis A theme selector for Facebook's Messenger (messenger.com) with multiple awesome looking themes!
Velikost souboru 85.11 KB
Počet instalací 1,196
Aktuální Verze 1.6
Poslední Aktualizace 2019-10-11
Datum Vydání 2019-10-11
Hodnocení 3.40/5 Celkem 55 Hodnocení
Vývojář https://morningtrain.dk
Typ Platby free
Webové stránky Rozšíření https://morningtrain.dk/
Podporované Jazyky en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Messenger - Theme Selector",
    "version": "1.6",
    "manifest_version": 2,
    "description": "A theme selector for Facebook's Messenger (messenger.com) with multiple awesome looking themes!",
    "homepage_url": "https:\/\/morningtrain.dk",
    "icons": {
        "16": "img\/icon16.png",
        "48": "img\/icon48.png",
        "128": "img\/icon128.png"
    },
    "background": {
        "scripts": [
            "js\/background.js"
        ],
        "persistent": true
    },
    "page_action": {
        "default_popup": "popup.html"
    },
    "content_scripts": [
        {
            "matches": [
                "https:\/\/www.messenger.com\/*"
            ],
            "css": [
                "css\/content.css"
            ],
            "js": [
                "js\/content.js"
            ],
            "run_at": "document_start"
        }
    ],
    "web_accessible_resources": [
        "img\/Aj2Yt8zGd_T.png"
    ]
}