Whale Finder

Removing Blue Whale related posts on Twitter.

Τι είναι το Whale Finder;

Το Whale Finder είναι ένα πρόσθετο Chrome που αναπτύχθηκε από τον Viraj Parimi, και η κύρια λειτουργία του είναι "Removing Blue Whale related posts on Twitter.".

Στιγμιότυπα Επέκτασης

screenshot
screenshot

Λήψη αρχείου CRX της επέκτασης Whale Finder

Λήψη αρχείων επέκτασης 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"
            ]
        }
    ]
}