Twitter Savior
An app for navigating twitter for those with PTSD and other trauma and anxiety-related issues. Twitter Savior was created in an…
Was ist Twitter Savior?
Twitter Savior ist eine Chrome-Erweiterung, die von furkleindustries entwickelt wurde, und ihr Hauptmerkmal ist "An app for navigating twitter for those with PTSD and other trauma and anxiety-related issues. Twitter Savior was created in an…".
Erweiterungsscreenshots
Twitter Savior-Erweiterungs-CRX-Datei herunterladen
Laden Sie Twitter Savior-Erweiterungsdateien im crx-Format herunter, installieren Sie Chrome-Erweiterungen manuell im Browser oder teilen Sie die crx-Dateien mit Freunden, um Chrome-Erweiterungen einfach zu installieren.
Anleitung zur Verwendung der Erweiterung
An app for navigating twitter for those with PTSD and other trauma and anxiety-related issues. Twitter Savior was created in an effort towards allowing the individual more control over their social media experiences. We believe that in allowing one to decide what content they engage with, and when, twitter will become a more accessible space for people affected by trauma and anxiety. In light of recent events, many people, especially minorities and activists, have had to step away from their Twitter feeds due to a lack of control over an enormity of increasingly upsetting content. Now more than ever, we need to be enabling these people to participate and be heard on popular social media platforms. With Twitter Savior, we aim to let people choose if they are in a mindspace where they can productively and safely interact with content that might, if shown without warning, be upsetting. By quieting the din, it becomes possible to speak without having to listen to every voice, on every topic.
Grundlegende Informationen zur Erweiterung
Name | Twitter Savior |
ID | mffdbbbijnjmijccnjpapkdbjcepjlhk |
Offizielle URL | https://chromewebstore.google.com/detail/twitter-savior/mffdbbbijnjmijccnjpapkdbjcepjlhk |
Beschreibung | An app for navigating twitter for those with PTSD and other trauma and anxiety-related issues. Twitter Savior was created in an… |
Dateigröße | 8.53 KB |
Installationsanzahl | 152 |
Aktuelle Version | 0.6.2 |
Letztes Update | 2017-04-17 |
Veröffentlichungsdatum | 2017-04-16 |
Bewertung | 2.80/5 Insgesamt 5 Bewertungen |
Entwickler | furkleindustries |
Zahlungsart | free |
Erweiterungswebsite | https://furkleindustries.com/applications/chrome/twitterSavior/help |
Unterstützte Sprachen | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "Twitter Savior", "permissions": [ "storage" ], "version": "0.6.2", "content_scripts": [ { "matches": [ "https:\/\/twitter.com\/*", "http:\/\/twitter.com\/*" ], "js": [ "content.js" ] } ], "browser_action": { "default_popup": "options.html" } } |