Whale Finder
Removing Blue Whale related posts on Twitter.
O que é Whale Finder?
Whale Finder é uma extensão do Chrome desenvolvida por Viraj Parimi, e sua principal característica é "Removing Blue Whale related posts on Twitter.".
Capturas de Tela da Extensão
Baixar o arquivo CRX da Extensão Whale Finder
Baixe arquivos de extensão Whale Finder no formato crx, instale manualmente as extensões do Chrome no navegador ou compartilhe os arquivos crx com amigos para instalar facilmente as extensões do Chrome.
Instruções de Uso da Extensão
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.
Informações Básicas da Extensão
Nome | Whale Finder |
ID | anhonnbmfmdiohhgdjdfopdmbgbamace |
URL Oficial | https://chromewebstore.google.com/detail/whale-finder/anhonnbmfmdiohhgdjdfopdmbgbamace |
Descrição | Removing Blue Whale related posts on Twitter. |
Tamanho do Arquivo | 52.16 KB |
Contagem de Instalações | 13 |
Versão Atual | 1.1 |
Última Atualização | 2018-05-10 |
Data de Publicação | 2018-05-10 |
Desenvolvedor | Viraj Parimi |
[email protected] | |
Tipo de Pagamento | free |
Site da Extensão | http://precog.iiitd.edu.in/ |
Idiomas Suportados | 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" ] } ] } |