Flikcer

Epileptic Content Detection

Cos'è Flikcer?

Flikcer è un'estensione di Chrome sviluppata da https://flikcerapp.com, e la sua funzione principale è "Epileptic Content Detection".

Screenshot dell'Estensione

screenshot
screenshot
screenshot
screenshot
screenshot

Scarica il file CRX dell'estensione Flikcer

Scarica i file di estensione Flikcer in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.

Istruzioni per l'Uso dell'Estensione

                        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.                    

Informazioni di Base sull'Estensione

Nome Flikcer Flikcer
ID nfjphdjibgmgeklhbbkglceokkdlpkfo
URL Ufficiale https://chromewebstore.google.com/detail/flikcer/nfjphdjibgmgeklhbbkglceokkdlpkfo
Descrizione Epileptic Content Detection
Dimensione del File 99.04 KB
Conteggio Installazioni 45
Versione Corrente 1.0.0
Ultimo Aggiornamento 2020-10-12
Data di Pubblicazione 2020-10-03
Valutazione 3.50/5 Totale 2 Valutazioni
Sviluppatore https://flikcerapp.com
Email [email protected]
Tipo di Pagamento free
Sito Web dell'Estensione https://flikcerapp.com
URL della Pagina di Aiuto https://flikcerapp.com
Lingue Supportate 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"
        }
    }
}