MLPLounge Trixie Theme

Modifies the MLPLounge css to better match best human/pony's color scheme. Also sets font to normal.

Co je MLPLounge Trixie Theme?

MLPLounge Trixie Theme je rozšíření Chrome vyvinuté Shawnyall, a jeho hlavní funkcí je „Modifies the MLPLounge css to better match best human/pony's color scheme. Also sets font to normal.“.

Snímky obrazovky rozšíření

screenshot

Stáhnout soubor CRX rozšíření MLPLounge Trixie Theme

Stáhněte si soubory rozšíření MLPLounge Trixie Theme 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í

                        Injects custom CSS into the PLounge so you can stare at best human/pony while browsing. Also resets the font if the mods decide to screw with it (again).                    

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

Název MLPLounge Trixie Theme MLPLounge Trixie Theme
ID giooeblinjlaboljgjhmbgolgemlpppo
Oficiální URL https://chromewebstore.google.com/detail/mlplounge-trixie-theme/giooeblinjlaboljgjhmbgolgemlpppo
Popis Modifies the MLPLounge css to better match best human/pony's color scheme. Also sets font to normal.
Velikost souboru 19.73 KB
Počet instalací 20
Aktuální Verze 1.4.2
Poslední Aktualizace 2016-01-11
Datum Vydání 2016-01-10
Hodnocení 5.00/5 Celkem 1 Hodnocení
Vývojář Shawnyall
Typ Platby free
Podporované Jazyky en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "MLPLounge Trixie Theme",
    "description": "Modifies the MLPLounge css to better match best human\/pony's color scheme. Also sets font to normal.",
    "version": "1.4.2",
    "icons": {
        "16": "icon16.png",
        "48": "icon48.png",
        "128": "icon128.png"
    },
    "content_scripts": [
        {
            "matches": [
                "http:\/\/*.reddit.com\/r\/MLPLounge",
                "http:\/\/*.reddit.com\/r\/MLPLounge\/*",
                "http:\/\/*.reddit.com\/r\/mlplounge",
                "http:\/\/*.reddit.com\/r\/mlplounge\/*",
                "http:\/\/reddit.com\/user\/*",
                "https:\/\/*.reddit.com\/r\/MLPLounge",
                "https:\/\/*.reddit.com\/r\/MLPLounge\/*",
                "https:\/\/*.reddit.com\/r\/mlplounge",
                "https:\/\/*.reddit.com\/r\/mlplounge\/*",
                "https:\/\/reddit.com\/user\/*"
            ],
            "exclude_matches": [
                "http:\/\/reddit.com\/",
                "http:\/\/reddit.com\/r\/*"
            ],
            "css": [
                "trixie.css"
            ],
            "run_at": "document_start"
        }
    ],
    "permissions": [
        "http:\/\/*.reddit.com\/",
        "https:\/\/*.reddit.com\/",
        "http:\/\/*.redditstatic.com\/",
        "http:\/\/*.redditmedia.com\/"
    ],
    "web_accessible_resources": [
        "trixie.css"
    ]
}