Twitter Violation Reports Assistant

One-click violation reports. Auto-filling of violation report forms. Detailed DM feedback + screen-captures of removed tweets.

Twitter Violation Reports Assistant란 무엇입니까?

Twitter Violation Reports Assistant은(는) vayehee.com에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "One-click violation reports. Auto-filling of violation report forms. Detailed DM feedback + screen-captures of removed tweets."입니다.

확장 프로그램 스크린샷

screenshot
screenshot

Twitter Violation Reports Assistant 확장 프로그램 CRX 파일 다운로드

크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.

확장 프로그램 사용 설명서

                        Twitter Violation Reports Assistant does the following things:

① 𝗢𝗻𝗲-𝗖𝗹𝗶𝗰𝗸 𝗧𝗼𝗦 𝗥𝗲𝗽𝗼𝗿𝘁𝘀
The extension "inject" a new Terms of Service (ToS) report button (angry face) on all tweets.

② 𝗔𝘂𝘁𝗼𝗺𝗮𝘁𝗲𝗱 𝗥𝗲𝗽𝗼𝗿𝘁𝗶𝗻𝗴
The extension automatically fills-up Twitter's reporting forms and cut reporting time from average 35 sec. to 2 sec. per report.

③ 𝗥𝗲𝗽𝗼𝗿𝘁 𝗙𝗼𝗹𝗹𝗼𝘄-𝗨𝗽
Once a tweet is reported for ToS violation, the extension begins and automated follows-up process with Twitter to determine the fate of the reported tweet. Users are updated in a private DM (need to follow @sane_social) once a tweet they reported has been removed, a user they reported has been suspended or a twitter account they reported has been permanently deleted from Twitter.

④ 𝗩𝗶𝗼𝗹𝗮𝘁𝗶𝗼𝗻 𝗘𝘃𝗶𝗱𝗲𝗻𝗰𝗲
The extension collects digital evidence on each violation reported. Once a Tweet is removed by Twitter following a report with the extension, the user will receive all the relevant evidence, including a screenshot of the removed tweet, discretely in a DM message (need to follow @sane_social).

⑤ 𝗔𝗹𝗲𝗿𝘁 𝗙𝗿𝗶𝗲𝗻𝗱𝘀
Social media violence and or targeted harassment often involves the discrimination of whole communites. The extension enables the user to involve their community for fast, easy and most important, discrete reporting of the same violating content. Statistics show that the more people report a given tweet, the faster Twitter attends to the report and the more likely it will be removed.                    

확장 프로그램 기본 정보

이름 Twitter Violation Reports Assistant Twitter Violation Reports Assistant
ID fdfgniifelanckkbgcnghcdecoaamcoj
공식 URL https://chromewebstore.google.com/detail/twitter-violation-reports/fdfgniifelanckkbgcnghcdecoaamcoj
설명 One-click violation reports. Auto-filling of violation report forms. Detailed DM feedback + screen-captures of removed tweets.
파일 크기 161 KB
설치 횟수 46
현재 버전 1.1
최근 업데이트 2020-03-17
출시 날짜 2020-03-16
평점 2.00/5 총 1 개의 평점
개발자 vayehee.com
이메일 [email protected]
결제 유형 free
지원되는 언어 en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Twitter Violation Reports Assistant",
    "description": "One-click violation reports. Auto-filling of violation report forms. Detailed DM feedback + screen-captures of removed tweets.",
    "version": "1.1",
    "icons": {
        "16": "images\/icon16.png",
        "48": "images\/icon48.png",
        "128": "images\/icon128.png"
    },
    "browser_action": {
        "default_title": "Twitter Violation Reprots Assistant",
        "default_popup": "popup\/popup.html"
    },
    "permissions": [
        "tabs",
        "activeTab",
        "storage",
        "*:\/\/*.twitter.com\/*",
        "https:\/\/api.ipify.org\/*",
        "https:\/\/script.google.com\/macros\/s\/*",
        "https:\/\/script.googleusercontent.com\/macros\/*",
        "https:\/\/sane.social\/*",
        "https:\/\/twitframe.com\/*"
    ],
    "content_scripts": [
        {
            "js": [
                "js\/jquery-3.4.1.min.js",
                "js\/content.js",
                "js\/dropdown.js",
                "js\/main_reporter.js",
                "js\/updateAccountInfo.js",
                "js\/directMessages.js"
            ],
            "css": [
                "css\/dropdown.css"
            ],
            "matches": [
                "https:\/\/www.twitter.com\/*",
                "https:\/\/twitter.com\/*",
                "https:\/\/mobile.twitter.com\/*"
            ],
            "run_at": "document_start"
        },
        {
            "matches": [
                "https:\/\/sane.social\/callback*"
            ],
            "js": [
                "js\/Twitter\/session.js"
            ]
        },
        {
            "matches": [
                "https:\/\/sane.social\/?report_batch=*"
            ],
            "js": [
                "js\/jquery-3.4.1.min.js",
                "js\/cause.js"
            ],
            "run_at": "document_start"
        }
    ],
    "content_security_policy": "script-src 'self'; object-src 'self'",
    "background": {
        "scripts": [
            "js\/jquery-3.4.1.min.js",
            "js\/Twitter\/oAuth.js",
            "js\/Twitter\/sha1.js",
            "js\/Twitter\/twitter.js",
            "background\/background.js"
        ],
        "persistent": true
    }
}