Flikcer

Epileptic Content Detection

ما هو Flikcer؟

Flikcer هو إضافة Chrome تم تطويرها بواسطة https://flikcerapp.com، والميزة الرئيسية لها هي "Epileptic Content Detection".

لقطات شاشة التمديد

screenshot
screenshot
screenshot
screenshot
screenshot

تحميل ملف CRX للإضافة Flikcer

قم بتنزيل ملفات الامتداد Flikcer بتنسيق crx ، وقم بتثبيت الامتدادات يدويًا في متصفح Chrome ، أو شارك ملفات crx مع الأصدقاء لتثبيت الامتدادات بسهولة.

تعليمات استخدام التمديد

                        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.                    

معلومات أساسية عن التمديد

الاسم Flikcer Flikcer
ID nfjphdjibgmgeklhbbkglceokkdlpkfo
عنوان URL الرسمي https://chromewebstore.google.com/detail/flikcer/nfjphdjibgmgeklhbbkglceokkdlpkfo
الوصف Epileptic Content Detection
حجم الملف 99.04 KB
عدد التثبيتات 45
النسخة الحالية 1.0.0
آخر تحديث 2020-10-12
تاريخ النشر 2020-10-03
تقييم 3.50/5 مجموع تقييمات 2
المطور https://flikcerapp.com
البريد الإلكتروني [email protected]
نوع الدفع free
موقع الإضافة https://flikcerapp.com
عنوان صفحة المساعدة https://flikcerapp.com
اللغات المدعومة 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"
        }
    }
}