CleanView by ActiveFence

Blur and gray difficult content, schedule mindfulness breaks, with ActiveFence's resilience toolkit for Trust & Safety professionals

CleanView by ActiveFenceคืออะไร?

CleanView by ActiveFence เป็นส่วนขยายของ Chrome ที่พัฒนาโดย ActiveFence และคุณลักษณะหลักของมันคือ "Blur and gray difficult content, schedule mindfulness breaks, with ActiveFence's resilience toolkit for Trust & Safety professionals"

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

screenshot
screenshot
screenshot
screenshot
screenshot

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

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

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

                        Resilience Toolkit for Trust & Safety and Online Security Professionals

CleanView by ActiveFence is a free browser extension designed for the online safety, security, and intelligence community to help build resilience and provide control for content reviewers and researchers when faced with difficult content. 

The CleanView by ActiveFence extension enables you to:
- Automatically blur and grayscale difficult visual content
- Choose the sites for which you want to blur and gray images and videos (or which ones you don’t)
- Set wellness break reminders with guided breathing and mindfulness exercises

Who Will Benefit From Using CleanView?
- Trust & Safety professionals
- Content reviewers and moderators
- Researchers and analysts
- Anyone working with difficult content online  

About ActiveFence
ActiveFence empowers Trust & Safety and online security professionals with the actionable insights--at scale--needed to detect threats before they cause damage. Merging world-class intelligence, domain and language expertise with cutting edge AI, ActiveFence protects billions of people online, and partners with Fortune 50 technology companies, brands, NGOs and government agencies in the quest to enable a better and safer online world. Learn more at https://ActiveFence.com                    

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

ชื่อ CleanView by ActiveFence CleanView by ActiveFence
ID jhicfboifemagnlehpcificopmkehdcp
URL อย่างเป็นทางการ https://chromewebstore.google.com/detail/cleanview-by-activefence/jhicfboifemagnlehpcificopmkehdcp
คำอธิบาย Blur and gray difficult content, schedule mindfulness breaks, with ActiveFence's resilience toolkit for Trust & Safety professionals
ขนาดไฟล์ 6.64 MB
จำนวนการติดตั้ง 299
เวอร์ชันปัจจุบัน 1.3.9
อัปเดตครั้งล่าสุด 2022-12-12
วันที่เผยแพร่ 2021-02-17
คะแนน 4.92/5 รวมทั้งหมด 13 คะแนน
ผู้พัฒนา ActiveFence
อีเมล [email protected]
ประเภทการชำระเงิน free
เว็บไซต์ส่วนขยาย http://cleanview.activefence.com/
URL หน้าช่วยเหลือ https://www.activefence.com/contact-us/
URL หน้านโยบายความเป็นส่วนตัว https://www.activefence.com/privacy-policy
ภาษาที่รองรับ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "CleanView by ActiveFence",
    "version": "1.3.9",
    "description": "Blur and gray difficult content, schedule mindfulness breaks, with ActiveFence's resilience toolkit for Trust & Safety professionals",
    "author": "ActiveFence",
    "permissions": [
        "tabs",
        "storage",
        ""
    ],
    "background": {
        "scripts": [
            "scripts\/background.js",
            "scripts\/vendors.js"
        ],
        "persistent": true
    },
    "content_scripts": [
        {
            "js": [
                "scripts\/content.js",
                "scripts\/vendors.js"
            ],
            "matches": [
                ""
            ],
            "run_at": "document_end"
        },
        {
            "all_frames": true,
            "js": [
                "scripts\/content.js",
                "scripts\/vendors.js"
            ],
            "matches": [
                "https:\/\/vi.vipr.ebaydesc.com\/ws\/eBayISAPI.dll*"
            ]
        }
    ],
    "browser_action": {
        "default_title": "",
        "default_icon": {
            "24": "images\/logo_24x24.png",
            "48": "images\/logo_48x48.png",
            "96": "images\/logo_96x96.png"
        }
    },
    "icons": {
        "24": "images\/logo_24x24.png",
        "48": "images\/logo_48x48.png",
        "96": "images\/logo_96x96.png"
    },
    "web_accessible_resources": [
        "content\/*.css",
        "content\/*.svg",
        "images\/*.png"
    ]
}