Ray Peat Styled

Restores original css to raypeat.com

Wat is Ray Peat Styled?

Ray Peat Styled is een Chrome-extensie ontwikkeld door https://life-unchained.net, en de belangrijkste functie is "Restores original css to raypeat.com".

Extensie Screenshots

screenshot
screenshot

Download het CRX-bestand van de extensie Ray Peat Styled

Download Ray Peat Styled-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.

Instructies voor het Gebruik van de Extensie

                        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.                    

Basisinformatie over de Extensie

Naam Ray Peat Styled Ray Peat Styled
ID lmmdaaknmobjkebncemnchleoimfjnkp
Officiële URL https://chromewebstore.google.com/detail/ray-peat-styled/lmmdaaknmobjkebncemnchleoimfjnkp
Beschrijving Restores original css to raypeat.com
Bestandsgrootte 25.15 KB
Aantal Installaties 70
Huidige Versie 1.0.0
Laatst Bijgewerkt 2023-10-13
Publicatiedatum 2023-10-12
Beoordeling 5.00/5 Totaal 2 Beoordelingen
Ontwikkelaar https://life-unchained.net
E-mail [email protected]
Betalingswijze free
Extensiewebsite https://github.com/life-unchained/Ray-Peat-Styled
Ondersteunde Talen 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"
            ]
        }
    ]
}