Flikcer

Epileptic Content Detection

Flikcerとは何ですか?

Flikcerはhttps://flikcerapp.comによって開発されたChromeの拡張機能で、その主な機能は「Epileptic Content Detection」です。

拡張機能のスクリーンショット

screenshot
screenshot
screenshot
screenshot
screenshot

Flikcer拡張機能のCRXファイルをダウンロード

Flikcer拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。

拡張機能の使用方法

                        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
Eメール [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"
        }
    }
}