Ray Peat Styled

Restores original css to raypeat.com

Apa itu Ray Peat Styled?

Ray Peat Styled adalah ekstensi Chrome yang dikembangkan oleh https://life-unchained.net, dan fitur utamanya adalah "Restores original css to raypeat.com".

Screenshot Ekstensi

screenshot
screenshot

Unduh Berkas CRX Ekstensi Ray Peat Styled

Unduh file ekstensi Ray Peat Styled dalam format crx, pasang ekstensi Chrome secara manual di peramban, atau bagikan file crx dengan teman untuk menginstal ekstensi Chrome dengan mudah.

Petunjuk Penggunaan Ekstensi

                        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.                    

Informasi Dasar Ekstensi

Nama Ray Peat Styled Ray Peat Styled
ID lmmdaaknmobjkebncemnchleoimfjnkp
URL Resmi https://chromewebstore.google.com/detail/ray-peat-styled/lmmdaaknmobjkebncemnchleoimfjnkp
Deskripsi Restores original css to raypeat.com
Ukuran File 25.15 KB
Jumlah Instalasi 70
Versi Saat Ini 1.0.0
Terakhir Diperbarui 2023-10-13
Tanggal Publikasi 2023-10-12
Penilaian 5.00/5 Total 2 Penilaian
Pengembang https://life-unchained.net
Email [email protected]
Tipe Pembayaran free
Situs Ekstensi https://github.com/life-unchained/Ray-Peat-Styled
Bahasa yang Didukung 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"
            ]
        }
    ]
}