Whale Finder

Removing Blue Whale related posts on Twitter.

Whale Finder là gì?

Whale Finder là một tiện ích mở rộng Chrome được phát triển bởi Viraj Parimi, và tính năng chính của nó là "Removing Blue Whale related posts on Twitter.".

Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng

screenshot
screenshot

Tải xuống tệp CRX của tiện ích mở rộng Whale Finder

Tải xuống các tệp mở rộng Whale Finder dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.

Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng

                        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.                    

Thông Tin Cơ Bản về Tiện Ích Mở Rộng

Tên Whale Finder Whale Finder
ID anhonnbmfmdiohhgdjdfopdmbgbamace
URL Chính Thức https://chromewebstore.google.com/detail/whale-finder/anhonnbmfmdiohhgdjdfopdmbgbamace
Mô tả Removing Blue Whale related posts on Twitter.
Kích Thước Tệp 52.16 KB
Số Lần Cài Đặt 13
Phiên Bản Hiện Tại 1.1
Cập Nhật Lần Cuối 2018-05-10
Ngày Phát Hành 2018-05-10
Nhà Phát Triển Viraj Parimi
Email [email protected]
Loại Thanh Toán free
Trang Web Mở Rộng http://precog.iiitd.edu.in/
Ngôn Ngữ Được Hỗ Trợ 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"
            ]
        }
    ]
}