Flikcer

Epileptic Content Detection

Qu'est-ce que Flikcer ?

Flikcer est une extension Chrome développée par https://flikcerapp.com, et sa fonction principale est "Epileptic Content Detection".

Captures d'Écran de l'Extension

screenshot
screenshot
screenshot
screenshot
screenshot

Télécharger le fichier CRX de l'extension Flikcer

Téléchargez les fichiers d'extension Flikcer au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.

Instructions d'Utilisation de l'Extension

                        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.                    

Informations de Base sur l'Extension

Nom Flikcer Flikcer
ID nfjphdjibgmgeklhbbkglceokkdlpkfo
URL Officiel https://chromewebstore.google.com/detail/flikcer/nfjphdjibgmgeklhbbkglceokkdlpkfo
Description Epileptic Content Detection
Taille du Fichier 99.04 KB
Nombre d'Installations 45
Version Actuelle 1.0.0
Dernière Mise à Jour 2020-10-12
Date de Publication 2020-10-03
Évaluation 3.50/5 Total 2 Évaluations
Développeur https://flikcerapp.com
Email [email protected]
Type de Paiement free
Site Web de l'Extension https://flikcerapp.com
URL de la Page d'Aide https://flikcerapp.com
Langues Prises en Charge 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"
        }
    }
}