Twitter Savior

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

Vad är Twitter Savior?

Twitter Savior är en Chrome-tillägg utvecklad av furkleindustries, och dess huvudfunktion är "An app for navigating twitter for those with PTSD and other trauma and anxiety-related issues. Twitter Savior was created in an…".

Tilläggsskärmbilder

screenshot
screenshot
screenshot

Ladda ner Twitter Savior-förlängningens CRX-fil

Ladda ner Twitter Savior-filändelser i crx-format, installera Chrome-tillägg manuellt i webbläsaren eller dela crx-filerna med vänner för att enkelt installera Chrome-tillägg.

Användarmanual för Tillägg

                        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.                    

Grundläggande Information om Tillägg

Namn Twitter Savior Twitter Savior
ID mffdbbbijnjmijccnjpapkdbjcepjlhk
Officiell webbadress https://chromewebstore.google.com/detail/twitter-savior/mffdbbbijnjmijccnjpapkdbjcepjlhk
Beskrivning An app for navigating twitter for those with PTSD and other trauma and anxiety-related issues. Twitter Savior was created in an…
Filstorlek 8.53 KB
Antal Installationer 152
Aktuell Version 0.6.2
Senast Uppdaterad 2017-04-17
Publiceringsdatum 2017-04-16
Betyg 2.80/5 Totalt 5 Betyg
Utvecklare furkleindustries
Betalningssätt free
Tilläggswebbplats https://furkleindustries.com/applications/chrome/twitterSavior/help
Stödda Språk 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"
    }
}