Twitter Savior

An app for navigating twitter for those with PTSD and other trauma and anxiety-related issues. Twitter Savior was created in an…

What is Twitter Savior?

Twitter Savior is a Chrome extension developed by furkleindustries, and its main feature is "An app for navigating twitter for those with PTSD and other trauma and anxiety-related issues. Twitter Savior was created in an…".

Extension Screenshots

screenshot
screenshot
screenshot

Download Twitter Savior Extension CRX File

Download Twitter Savior extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.

Extension Usage Instructions

                        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.                    

Extension Basic Information

Name Twitter Savior Twitter Savior
ID mffdbbbijnjmijccnjpapkdbjcepjlhk
Official URL https://chromewebstore.google.com/detail/twitter-savior/mffdbbbijnjmijccnjpapkdbjcepjlhk
Description An app for navigating twitter for those with PTSD and other trauma and anxiety-related issues. Twitter Savior was created in an…
File Size 8.53 KB
Installation Count 152
Current Version 0.6.2
Last Updated 2017-04-17
Publish Date 2017-04-16
Rating 2.80/5 Total 5 Ratings
Developer furkleindustries
Payment Type free
Extension Website https://furkleindustries.com/applications/chrome/twitterSavior/help
Supported Languages 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"
    }
}