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
电子邮箱 [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"
            ]
        }
    ]
}