Iris

Software for eye protection

Apa itu Iris?

Iris adalah ekstensi Chrome yang dikembangkan oleh http://iristech.co, dan fitur utamanya adalah "Software for eye protection".

Screenshot Ekstensi

screenshot
screenshot
screenshot

Unduh Berkas CRX Ekstensi Iris

Unduh file ekstensi Iris 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

                        Iris is software which makes Monitors healthy for the eyes. 

With Iris you can reduce the Blue Light emitted from your screen for better sleep, reduce the Brightness of your screen without PWM and avoid eye pain.

This is the first Blue light filter app for Chrome and ChromeOS which works by lowering blue light not just placing a trasnparent overlay on the screen.

Will be improved to be automated but it's working also right now.                    

Informasi Dasar Ekstensi

Nama Iris Iris
ID lgjddobbdahndjbbeeabffbakogobdhg
URL Resmi https://chrome.google.com/webstore/detail/iris/lgjddobbdahndjbbeeabffbakogobdhg
Deskripsi Software for eye protection
Ukuran File 6.01 MB
Jumlah Instalasi 534
Versi Saat Ini 0.0.9
Terakhir Diperbarui 2022-07-07
Tanggal Publikasi 2022-07-07
Penilaian 2.77/5 Total 22 Penilaian
Pengembang http://iristech.co
Email [email protected]
Tipe Pembayaran in_app
Situs Ekstensi http://iristech.co/
URL Halaman Bantuan http://iristech.co/
URL Halaman Kebijakan Privasi https://iristech.co/privacy-policy
Bahasa yang Didukung en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Iris",
    "description": "Software for eye protection",
    "version": "0.0.9",
    "background": {
        "persistent": false,
        "page": "background.html"
    },
    "browser_action": {
        "default_icon": "img\/iris-128x128.png",
        "default_popup": "popup.html",
        "default_title": "Open Iris"
    },
    "icons": {
        "128": "img\/iris-128x128.png"
    },
    "content_scripts": [
        {
            "matches": [
                "http:\/\/*\/*",
                "https:\/\/*\/*"
            ],
            "js": [
                "html\/js\/otto\/otto.js",
                "js\/jquery\/jquery-2.1.4.min.js",
                "js\/content_script.js"
            ],
            "css": [
                "css\/styles.css",
                "css\/video-fixer.css"
            ],
            "run_at": "document_start"
        }
    ],
    "web_accessible_resources": [
        "css\/site_styles\/*",
        "html\/*"
    ],
    "permissions": [
        "http:\/\/*\/*",
        "https:\/\/*\/*",
        "system"
    ],
    "content_security_policy": "script-src 'self' 'unsafe-eval'; object-src 'self'"
}