Clearplay

What it does: ClearPlay enables families to skip and mute content in streaming movies so you can enjoy the show with your family…

Clearplayคืออะไร?

Clearplay เป็นส่วนขยายของ Chrome ที่พัฒนาโดย https://clearplay.com และคุณลักษณะหลักของมันคือ "What it does: ClearPlay enables families to skip and mute content in streaming movies so you can enjoy the show with your family…"

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

screenshot
screenshot

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

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

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

                        What it does:  ClearPlay enables families to skip and mute content in streaming movies so you can enjoy the show with your family audience.

Why you should install it: Install if you want to filter specific scenes or language from streaming movies.  It works with movies played from a desktop in a Chrome browser.

Playback Notice: When using the filtering feature, the performance of the motion picture is altered from the performance intended by the director or copyright holder of the motion picture.

Patents: Many thanks to ClearPlay inventors whose efforts have been awarded several patents, including: 9,628,852; 6,889,383; 6,898,799; 7,526,784; 7,543,318; 7,577,970; 7,975,021; 8,117,282. More Pending.                    

ข้อมูลพื้นฐานของส่วนขยาย

ชื่อ Clearplay Clearplay
ID kbaabmojnmcfjjdegknpkhgffbjekbnn
URL อย่างเป็นทางการ https://chromewebstore.google.com/detail/clearplay/kbaabmojnmcfjjdegknpkhgffbjekbnn
คำอธิบาย What it does: ClearPlay enables families to skip and mute content in streaming movies so you can enjoy the show with your family…
ขนาดไฟล์ 528 KB
จำนวนการติดตั้ง 59,028
เวอร์ชันปัจจุบัน 1.6.8
อัปเดตครั้งล่าสุด 2024-03-02
วันที่เผยแพร่ 2020-06-03
คะแนน 3.63/5 รวมทั้งหมด 64 คะแนน
ผู้พัฒนา https://clearplay.com
อีเมล [email protected]
ประเภทการชำระเงิน free
เว็บไซต์ส่วนขยาย https://try.clearplay.com/
URL หน้าช่วยเหลือ https://try.clearplay.com/what-is-clearplay/
URL หน้านโยบายความเป็นส่วนตัว https://try.clearplay.com/privacy-statement
ภาษาที่รองรับ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "name": "Clearplay",
    "version": "1.6.8",
    "minimum_chrome_version": "100.0.0",
    "content_scripts": [
        {
            "all_frames": false,
            "matches": [
                ""
            ],
            "css": [
                "assets\/styles\/font.css"
            ],
            "js": [
                "assets\/scripts\/content.js"
            ],
            "run_at": "document_start"
        }
    ],
    "background": {
        "service_worker": "assets\/scripts\/background.js"
    },
    "options_ui": {
        "page": "assets\/options.html"
    },
    "icons": {
        "16": "assets\/images\/logo16.png",
        "48": "assets\/images\/logo48.png",
        "128": "assets\/images\/logo128.png"
    },
    "action": {
        "default_icon": "assets\/images\/logo128.png",
        "default_popup": "assets\/popup.html"
    },
    "permissions": [
        "tabs",
        "cookies",
        "scripting",
        "storage",
        "unlimitedStorage",
        "identity"
    ],
    "host_permissions": [
        "https:\/\/.clearplay.com\/",
        "https:\/\/*.clearplay.com\/",
        "https:\/\/*.amazonaws.com\/clearplay-web\/",
        "https:\/\/*.disneyplus.com\/",
        "https:\/\/*.netflix.com\/"
    ],
    "content_security_policy": {
        "extension_pages": "script-src 'self'; object-src 'self';"
    },
    "web_accessible_resources": [
        {
            "resources": [
                "assets\/fonts\/*.woff",
                "assets\/images\/svg-defs.svg*",
                "assets\/images.svg",
                "assets\/images\/*.png",
                "assets\/styles\/*",
                "main.min.css",
                "assets\/scripts\/*"
            ],
            "matches": [
                ""
            ]
        }
    ],
    "version_name": "1.6.8"
}