Ray Peat Styled
Restores original css to raypeat.com
What is Ray Peat Styled?
Ray Peat Styled is a Chrome extension developed by https://life-unchained.net, and its main feature is "Restores original css to raypeat.com".
Extension Screenshots
Download Ray Peat Styled Extension CRX File
Download Ray Peat Styled extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.
Extension Usage Instructions
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.
Extension Basic Information
Name | |
ID | lmmdaaknmobjkebncemnchleoimfjnkp |
Official URL | https://chromewebstore.google.com/detail/ray-peat-styled/lmmdaaknmobjkebncemnchleoimfjnkp |
Description | Restores original css to raypeat.com |
File Size | 25.15 KB |
Installation Count | 70 |
Current Version | 1.0.0 |
Last Updated | 2023-10-13 |
Publish Date | 2023-10-12 |
Rating | 5.00/5 Total 2 Ratings |
Developer | https://life-unchained.net |
[email protected] | |
Payment Type | free |
Extension Website | https://github.com/life-unchained/Ray-Peat-Styled |
Supported Languages | 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" ] } ] } |