Ray Peat Styled
Restores original css to raypeat.com
Ray Peat Styled क्या है?
Ray Peat Styled https://life-unchained.net द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Restores original css to raypeat.com"।
एक्सटेंशन स्क्रीनशॉट्स
एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें
crx प्रारूप में Ray Peat Styled एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।
एक्सटेंशन उपयोग निर्देश
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.
एक्सटेंशन की मूल जानकारी
नाम | |
ID | lmmdaaknmobjkebncemnchleoimfjnkp |
आधिकारिक URL | https://chromewebstore.google.com/detail/ray-peat-styled/lmmdaaknmobjkebncemnchleoimfjnkp |
विवरण | Restores original css to raypeat.com |
फ़ाइल का आकार | 25.15 KB |
स्थापना संख्या | 70 |
वर्तमान संस्करण | 1.0.0 |
अंतिम अपडेट | 2023-10-13 |
प्रकाशन तिथि | 2023-10-12 |
रेटिंग | 5.00/5 कुल 2 रेटिंग्स |
डेवलपर | https://life-unchained.net |
ईमेल | [email protected] |
भुगतान के प्रकार | free |
एक्सटेंशन वेबसाइट | https://github.com/life-unchained/Ray-Peat-Styled |
समर्थित भाषाएँ | 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" ] } ] } |