Ray Peat Styled

Restores original css to raypeat.com

Cos'è Ray Peat Styled?

Ray Peat Styled è un'estensione di Chrome sviluppata da https://life-unchained.net, e la sua funzione principale è "Restores original css to raypeat.com".

Screenshot dell'Estensione

screenshot
screenshot

Scarica il file CRX dell'estensione Ray Peat Styled

Scarica i file di estensione Ray Peat Styled 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

                        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.                    

Informazioni di Base sull'Estensione

Nome Ray Peat Styled Ray Peat Styled
ID lmmdaaknmobjkebncemnchleoimfjnkp
URL Ufficiale https://chromewebstore.google.com/detail/ray-peat-styled/lmmdaaknmobjkebncemnchleoimfjnkp
Descrizione Restores original css to raypeat.com
Dimensione del File 25.15 KB
Conteggio Installazioni 70
Versione Corrente 1.0.0
Ultimo Aggiornamento 2023-10-13
Data di Pubblicazione 2023-10-12
Valutazione 5.00/5 Totale 2 Valutazioni
Sviluppatore https://life-unchained.net
Email [email protected]
Tipo di Pagamento free
Sito Web dell'Estensione https://github.com/life-unchained/Ray-Peat-Styled
Lingue Supportate 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"
            ]
        }
    ]
}