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ファイルをダウンロード

Whale Finder拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。

拡張機能の使用方法

                        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
Eメール [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"
            ]
        }
    ]
}