Flikcer

Epileptic Content Detection

Apa itu Flikcer?

Flikcer adalah ekstensi Chrome yang dikembangkan oleh https://flikcerapp.com, dan fitur utamanya adalah "Epileptic Content Detection".

Screenshot Ekstensi

screenshot
screenshot
screenshot
screenshot
screenshot

Unduh Berkas CRX Ekstensi Flikcer

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

                        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.                    

Informasi Dasar Ekstensi

Nama Flikcer Flikcer
ID nfjphdjibgmgeklhbbkglceokkdlpkfo
URL Resmi https://chromewebstore.google.com/detail/flikcer/nfjphdjibgmgeklhbbkglceokkdlpkfo
Deskripsi Epileptic Content Detection
Ukuran File 99.04 KB
Jumlah Instalasi 45
Versi Saat Ini 1.0.0
Terakhir Diperbarui 2020-10-12
Tanggal Publikasi 2020-10-03
Penilaian 3.50/5 Total 2 Penilaian
Pengembang https://flikcerapp.com
Email [email protected]
Tipe Pembayaran free
Situs Ekstensi https://flikcerapp.com
URL Halaman Bantuan https://flikcerapp.com
Bahasa yang Didukung 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"
        }
    }
}