Whale Finder

Removing Blue Whale related posts on Twitter.

Whale Finder란 무엇입니까?

Whale Finder은(는) Viraj Parimi에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Removing Blue Whale related posts on Twitter."입니다.

확장 프로그램 스크린샷

screenshot
screenshot

Whale Finder 확장 프로그램 CRX 파일 다운로드

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

확장 프로그램 사용 설명서

                        The Blue Whale Challenge, also known as the "suicide" game, is a dangerous game propagating on the internet, and prompts users to indulge in various self-harm causing tasks that must be completed within a duration of 50 days. The tasks include watching scary videos at odd hours in the morning, listening to psychedelic music, inflicting cuts on various parts of the body and ultimately, committing suicide. These tasks are usually administered by a "curator" who uses social media to contact potential players. Users expressing their willingness to play by using hashtags such as "#i_am_whale" and "#curatorfindme" to garner the attention of curator.
This research intends to find users who post about the deadly Blue Whale Challenge and remove/hide posts relating to the challenge from the Twitter feed of susceptible users.                    

확장 프로그램 기본 정보

이름 Whale Finder Whale Finder
ID anhonnbmfmdiohhgdjdfopdmbgbamace
공식 URL https://chromewebstore.google.com/detail/whale-finder/anhonnbmfmdiohhgdjdfopdmbgbamace
설명 Removing Blue Whale related posts on Twitter.
파일 크기 52.16 KB
설치 횟수 13
현재 버전 1.1
최근 업데이트 2018-05-10
출시 날짜 2018-05-10
개발자 Viraj Parimi
이메일 [email protected]
결제 유형 free
확장 프로그램 웹 사이트 http://precog.iiitd.edu.in/
지원되는 언어 en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Whale Finder",
    "description": "Removing Blue Whale related posts on Twitter.",
    "version": "1.1",
    "browser_action": {
        "default_popup": "html\/popup.html"
    },
    "icons": {
        "16": "images\/whale16.png",
        "32": "images\/whale32.png",
        "64": "images\/whale64.png",
        "128": "images\/whale128.png"
    },
    "background": {
        "scripts": [
            "js\/api.js"
        ],
        "persistent": false
    },
    "content_scripts": [
        {
            "matches": [
                "https:\/\/www.facebook.com\/*",
                "https:\/\/twitter.com\/*"
            ],
            "js": [
                "js\/jquery-3.0.0.min.js",
                "js\/popup.js"
            ]
        }
    ]
}