Flikcer

Epileptic Content Detection

What is Flikcer?

Flikcer is a Chrome extension developed by https://flikcerapp.com, and its main feature is "Epileptic Content Detection".

Extension Screenshots

screenshot
screenshot
screenshot
screenshot
screenshot

Download Flikcer Extension CRX File

Download Flikcer extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.

Extension Usage Instructions

                        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.                    

Extension Basic Information

Name Flikcer Flikcer
ID nfjphdjibgmgeklhbbkglceokkdlpkfo
Official URL https://chromewebstore.google.com/detail/flikcer/nfjphdjibgmgeklhbbkglceokkdlpkfo
Description Epileptic Content Detection
File Size 99.04 KB
Installation Count 45
Current Version 1.0.0
Last Updated 2020-10-12
Publish Date 2020-10-03
Rating 3.50/5 Total 2 Ratings
Developer https://flikcerapp.com
Email [email protected]
Payment Type free
Extension Website https://flikcerapp.com
Help Page URL https://flikcerapp.com
Supported Languages 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"
        }
    }
}