Seizafe - Epilepsy Alert for YouTube™

Prevent Photosensitive-Epileptic seizures while watching YouTube™ videos. We'll warn you before you see any flashy videos.

Seizafe - Epilepsy Alert for YouTube™ là gì?

Seizafe - Epilepsy Alert for YouTube™ là một tiện ích mở rộng Chrome được phát triển bởi reuelthecloudwalker, và tính năng chính của nó là "Prevent Photosensitive-Epileptic seizures while watching YouTube™ videos. We'll warn you before you see any flashy videos.".

Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng

screenshot
screenshot
screenshot
screenshot

Tải xuống tệp CRX của tiện ích mở rộng Seizafe - Epilepsy Alert for YouTube™

Tải xuống các tệp mở rộng Seizafe - Epilepsy Alert for YouTube™ dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.

Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng

                        Seizafe flaunts a life saving algorithm and a beautiful user-experience designed to warn you before any rapidly flashing scenes in YouTube™ videos. 

Countless YouTube™ videos these days have no warnings whatsoever for any impending Epileptic content, thus imposing an unforeseen danger upon those among us who have the condition. Seizafe is (specially 🌼) designed for people with Photosensitive-Epilepsy / any other neurological disorder,  keeping you safe from unexpected jarring/flashing/bright transitions in videos which could cause deadly Photosensitive seizures. Since anyone can develop epilepsy, Seizafe is an ideal solution to narrow down the chances of you developing the condition, even as a healthy individual. 

The sensitivity of the algorithm to identify flashing content can be adjusted to your preference via the sensitivity controls in the pop-up menu on our extension.

Seizafe is ideal for public computer labs/kiosks/lounges eg. in hotels, schools, hospitals, offices, airports etc. Public safety is a very important value to keep those around us safe, even from the simple but unexpected dangers of videos.

Seizafe is one Chrome Extension with a greater story behind it. Be safe. Be kind.💜                    

Thông Tin Cơ Bản về Tiện Ích Mở Rộng

Tên Seizafe - Epilepsy Alert for YouTube™ Seizafe - Epilepsy Alert for YouTube™
ID goageegpmdbgenkgkhfhnnjmgmgboegi
URL Chính Thức https://chromewebstore.google.com/detail/seizafe-epilepsy-alert-fo/goageegpmdbgenkgkhfhnnjmgmgboegi
Mô tả Prevent Photosensitive-Epileptic seizures while watching YouTube™ videos. We'll warn you before you see any flashy videos.
Kích Thước Tệp 31.74 KB
Số Lần Cài Đặt 282
Phiên Bản Hiện Tại 0.0.0.2
Cập Nhật Lần Cuối 2020-09-11
Ngày Phát Hành 2020-09-10
Đánh Giá 4.67/5 Tổng số 9 Đánh Giá
Nhà Phát Triển reuelthecloudwalker
Email [email protected]
Loại Thanh Toán free
Ngôn Ngữ Được Hỗ Trợ en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Seizafe - Epilepsy Alert for YouTube\u2122",
    "description": "Prevent Photosensitive-Epileptic seizures while watching YouTube\u2122 videos. We'll warn you before you see any flashy videos.",
    "version": "0.0.0.2",
    "manifest_version": 2,
    "icons": {
        "16": "icon16.png",
        "48": "icon48.png",
        "128": "icon128.png"
    },
    "background": {
        "scripts": [
            "background.js"
        ]
    },
    "content_scripts": [
        {
            "matches": [
                "https:\/\/www.youtube.com\/*"
            ],
            "js": [
                "content.js",
                "popup.js"
            ],
            "css": [
                "content.css",
                "popup.css"
            ]
        }
    ],
    "browser_action": {
        "default_title": "Seizafe for Epilepsy",
        "default_popup": "popup.html"
    },
    "permissions": [
        "tabs",
        "storage"
    ],
    "web_accessible_resources": [
        "index.js"
    ]
}