Flikcer

Epileptic Content Detection

Flikcerคืออะไร?

Flikcer เป็นส่วนขยายของ Chrome ที่พัฒนาโดย https://flikcerapp.com และคุณลักษณะหลักของมันคือ "Epileptic Content Detection"

ภาพหน้าจอของส่วนขยาย

screenshot
screenshot
screenshot
screenshot
screenshot

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Flikcer

ดาวน์โหลดไฟล์ส่วนขยาย Flikcer ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย

คำแนะนำในการใช้ส่วนขยาย

                        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
URL หน้าช่วยเหลือ 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"
        }
    }
}