Flikcer

Epileptic Content Detection

Flikcer là gì?

Flikcer là một tiện ích mở rộng Chrome được phát triển bởi https://flikcerapp.com, và tính năng chính của nó là "Epileptic Content Detection".

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

screenshot
screenshot
screenshot
screenshot
screenshot

Tải xuống tệp CRX của tiện ích mở rộng Flikcer

Tải xuống các tệp mở rộng Flikcer 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

                        Flikcer is a web app in the form of a website and chrome extension which aims to resolve epileptic content in videos. Flikcer will provide a measure of how dangerously epileptic a video is, by providing the number of possible triggers for a seizure. It will provide the timestamps for these triggers along with a safer version of the video, free to download.                    

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

Tên Flikcer Flikcer
ID nfjphdjibgmgeklhbbkglceokkdlpkfo
URL Chính Thức https://chromewebstore.google.com/detail/flikcer/nfjphdjibgmgeklhbbkglceokkdlpkfo
Mô tả Epileptic Content Detection
Kích Thước Tệp 99.04 KB
Số Lần Cài Đặt 45
Phiên Bản Hiện Tại 1.0.0
Cập Nhật Lần Cuối 2020-10-12
Ngày Phát Hành 2020-10-03
Đánh Giá 3.50/5 Tổng số 2 Đánh Giá
Nhà Phát Triển https://flikcerapp.com
Email [email protected]
Loại Thanh Toán free
Trang Web Mở Rộng https://flikcerapp.com
URL Trang Trợ Giúp https://flikcerapp.com
Ngôn Ngữ Được Hỗ Trợ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Flikcer",
    "version": "1.0.0",
    "description": "Epileptic Content Detection",
    "short_name": "kc",
    "permissions": [
        "tabs",
        ""
    ],
    "background": {
        "scripts": [
            "jquery-3.5.1.min.js",
            "background.js"
        ]
    },
    "content_scripts": [
        {
            "matches": [
                ""
            ],
            "js": [
                "background.js"
            ]
        }
    ],
    "browser_action": {
        "default_title": "Epileptic Content Detection",
        "default_popup": "popup.html",
        "default_icon": {
            "16": "icons\/icon16.png",
            "32": "icons\/icon32.png"
        }
    }
}