Ray Peat Styled

Restores original css to raypeat.com

Co to jest Ray Peat Styled?

Ray Peat Styled to rozszerzenie Chrome opracowane przez https://life-unchained.net, a jego główną funkcją jest „Restores original css to raypeat.com”.

Zrzuty ekranu rozszerzenia

screenshot
screenshot

Pobierz plik CRX rozszerzenia Ray Peat Styled

Pobierz pliki rozszerzeń Ray Peat Styled w formacie crx, zainstaluj ręcznie rozszerzenia Chrome w przeglądarce lub udostępnij pliki crx znajomym, aby łatwo zainstalować rozszerzenia Chrome.

Instrukcja Użytkowania Rozszerzenia

                        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.                    

Podstawowe informacje o rozszerzeniu

Nazwa Ray Peat Styled Ray Peat Styled
ID lmmdaaknmobjkebncemnchleoimfjnkp
Oficjalny URL https://chromewebstore.google.com/detail/ray-peat-styled/lmmdaaknmobjkebncemnchleoimfjnkp
Opis Restores original css to raypeat.com
Rozmiar pliku 25.15 KB
Liczba instalacji 70
Aktualna Wersja 1.0.0
Ostatnia Aktualizacja 2023-10-13
Data Publikacji 2023-10-12
Ocena 5.00/5 Łącznie 2 Oceny
Deweloper https://life-unchained.net
E-mail [email protected]
Typ Płatności free
Strona Rozszerzenia https://github.com/life-unchained/Ray-Peat-Styled
Obsługiwane Języki 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"
            ]
        }
    ]
}