Ray Peat Styled

Restores original css to raypeat.com

Co je Ray Peat Styled?

Ray Peat Styled je rozšíření Chrome vyvinuté https://life-unchained.net, a jeho hlavní funkcí je „Restores original css to raypeat.com“.

Snímky obrazovky rozšíření

screenshot
screenshot

Stáhnout soubor CRX rozšíření Ray Peat Styled

Stáhněte si soubory rozšíření Ray Peat Styled 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í

                        If you're a reader of Ray Peat's website, you know how uncomfortable it can be to read from one end of the screen to the other. What you might not know is, it isn't meant to look like that. The site has a stylesheet that's requested in a way that modern browsers block.

This extension does nothing more than load the original stylesheet, giving raypeat.com a cohesive look and improving readability.                    

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

Název Ray Peat Styled Ray Peat Styled
ID lmmdaaknmobjkebncemnchleoimfjnkp
Oficiální URL https://chromewebstore.google.com/detail/ray-peat-styled/lmmdaaknmobjkebncemnchleoimfjnkp
Popis Restores original css to raypeat.com
Velikost souboru 25.15 KB
Počet instalací 70
Aktuální Verze 1.0.0
Poslední Aktualizace 2023-10-13
Datum Vydání 2023-10-12
Hodnocení 5.00/5 Celkem 2 Hodnocení
Vývojář https://life-unchained.net
E-mail [email protected]
Typ Platby free
Webové stránky Rozšíření https://github.com/life-unchained/Ray-Peat-Styled
Podporované Jazyky en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "name": "Ray Peat Styled",
    "version": "1.0.0",
    "description": "Restores original css to raypeat.com",
    "icons": {
        "16": "hsray_16.png",
        "128": "hsray_128.png"
    },
    "content_scripts": [
        {
            "matches": [
                "*:\/\/raypeat.com\/*"
            ],
            "css": [
                "raypeat.css"
            ]
        }
    ]
}