Flikcer

Epileptic Content Detection

Flikcer란 무엇입니까?

Flikcer은(는) https://flikcerapp.com에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Epileptic Content Detection"입니다.

확장 프로그램 스크린샷

screenshot
screenshot
screenshot
screenshot
screenshot

Flikcer 확장 프로그램 CRX 파일 다운로드

크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.

확장 프로그램 사용 설명서

                        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.                    

확장 프로그램 기본 정보

이름 Flikcer Flikcer
ID nfjphdjibgmgeklhbbkglceokkdlpkfo
공식 URL https://chromewebstore.google.com/detail/flikcer/nfjphdjibgmgeklhbbkglceokkdlpkfo
설명 Epileptic Content Detection
파일 크기 99.04 KB
설치 횟수 45
현재 버전 1.0.0
최근 업데이트 2020-10-12
출시 날짜 2020-10-03
평점 3.50/5 총 2 개의 평점
개발자 https://flikcerapp.com
이메일 [email protected]
결제 유형 free
확장 프로그램 웹 사이트 https://flikcerapp.com
도움말 페이지 URL https://flikcerapp.com
지원되는 언어 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"
        }
    }
}