VIRO - Online Harassment Tracking

Virtual Incident Reporting Operation

VIRO - Online Harassment Trackingคืออะไร?

VIRO - Online Harassment Tracking เป็นส่วนขยายของ Chrome ที่พัฒนาโดย viroinformedopinions และคุณลักษณะหลักของมันคือ "Virtual Incident Reporting Operation"

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

screenshot
screenshot
screenshot

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย VIRO - Online Harassment Tracking

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

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

                        VIRO is the first online harassment tracking application that allows the User to report online harassment as it is happening. The User submits anonymous reports that are gathered in real time and reported instantly.
 
### The Virtual Incident Reporting Operation allows the User to quickly report:
 
✓ Where the online abuse took place
✓ What was said to the User (eg., racist comment, attack on personal appearance, etc.)
✓ What was the nature of the abuse (eg., verbal threat, urge self-harm, etc.)
✓ How did it make the User feel (eg., angry, hurt/sad, targeted, etc.)
✓ What action did the User take (if any) (eg., blocked harasser, reported to platform, etc.)
✓ What was the impact of the abuse (eg., couldn’t sleep, worried about my safety, etc.)
 
### User reports enable collective action designed to hold the social media companies accountable for allowing online harassment, hate and abuse to continue and grow unchecked.
 
### Real time reporting statistics are reported on the app and available to the User at the completion of each report submitted.
 
VIRO is a project of Informed Opinions, a registered charity in Canada. Detailed statistics from VIRO can be found at informedopinions.org/onlineabuse                    

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

ชื่อ VIRO - Online Harassment Tracking VIRO - Online Harassment Tracking
ID dfgdnfonhkhdimgcjhadapjommoapbif
URL อย่างเป็นทางการ https://chromewebstore.google.com/detail/viro-online-harassment-tr/dfgdnfonhkhdimgcjhadapjommoapbif
คำอธิบาย Virtual Incident Reporting Operation
ขนาดไฟล์ 5.7 MB
จำนวนการติดตั้ง 32
เวอร์ชันปัจจุบัน 1.0.8
อัปเดตครั้งล่าสุด 2022-06-06
วันที่เผยแพร่ 2022-03-03
ผู้พัฒนา viroinformedopinions
อีเมล [email protected]
ประเภทการชำระเงิน free
เว็บไซต์ส่วนขยาย https://informedopinions.org/onlineabuse
URL หน้านโยบายความเป็นส่วนตัว https://informedopinions.org/viro-privacy-policy
ภาษาที่รองรับ en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "name": "VIRO - Online Harassment Tracking",
    "description": "Virtual Incident Reporting Operation",
    "version": "1.0.8",
    "background": {
        "service_worker": "service_worker.js"
    },
    "action": {
        "default_icon": "images\/icon-32.png"
    },
    "icons": {
        "32": "images\/icon-32.png",
        "64": "images\/icon-64.png"
    },
    "content_scripts": [
        {
            "matches": [
                "*:\/\/*\/*"
            ],
            "js": [
                ".\/js\/libs\/core.js",
                ".\/js\/libs\/jquery.min.js",
                ".\/js\/config.js",
                ".\/js\/iframe.js",
                ".\/js\/content.js"
            ],
            "css": [
                ".\/css\/content.css"
            ],
            "run_at": "document_end"
        },
        {
            "matches": [
                "https:\/\/viro-app.herokuapp.com\/oauth\/google*"
            ],
            "js": [
                ".\/js\/config.js",
                ".\/js\/libs\/core.js",
                ".\/js\/auth\/oauthGoogleContent.js",
                ".\/js\/content.js"
            ]
        }
    ],
    "web_accessible_resources": [
        {
            "resources": [
                "images\/*.png",
                "images\/*.gif",
                "audio\/*.mp3",
                "*.html",
                "video\/*.mp4",
                "*.*",
                "poppins\/*.*"
            ],
            "matches": [
                ""
            ],
            "extension_ids": []
        }
    ],
    "host_permissions": [
        "*:\/\/*\/*"
    ],
    "permissions": [
        "storage",
        "tabs",
        "scripting"
    ]
}