Ray Peat Styled

Restores original css to raypeat.com

ما هو Ray Peat Styled؟

Ray Peat Styled هو إضافة Chrome تم تطويرها بواسطة https://life-unchained.net، والميزة الرئيسية لها هي "Restores original css to raypeat.com".

لقطات شاشة التمديد

screenshot
screenshot

تحميل ملف CRX للإضافة Ray Peat Styled

قم بتنزيل ملفات الامتداد Ray Peat Styled بتنسيق crx ، وقم بتثبيت الامتدادات يدويًا في متصفح Chrome ، أو شارك ملفات 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.                    

معلومات أساسية عن التمديد

الاسم Ray Peat Styled Ray Peat Styled
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"
            ]
        }
    ]
}