Flikcer

Epileptic Content Detection

Wat is Flikcer?

Flikcer is een Chrome-extensie ontwikkeld door https://flikcerapp.com, en de belangrijkste functie is "Epileptic Content Detection".

Extensie Screenshots

screenshot
screenshot
screenshot
screenshot
screenshot

Download het CRX-bestand van de extensie Flikcer

Download Flikcer-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.

Instructies voor het Gebruik van de Extensie

                        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.                    

Basisinformatie over de Extensie

Naam Flikcer Flikcer
ID nfjphdjibgmgeklhbbkglceokkdlpkfo
Officiële URL https://chromewebstore.google.com/detail/flikcer/nfjphdjibgmgeklhbbkglceokkdlpkfo
Beschrijving Epileptic Content Detection
Bestandsgrootte 99.04 KB
Aantal Installaties 45
Huidige Versie 1.0.0
Laatst Bijgewerkt 2020-10-12
Publicatiedatum 2020-10-03
Beoordeling 3.50/5 Totaal 2 Beoordelingen
Ontwikkelaar https://flikcerapp.com
E-mail [email protected]
Betalingswijze free
Extensiewebsite https://flikcerapp.com
Help Pagina-URL https://flikcerapp.com
Ondersteunde Talen 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"
        }
    }
}