Twitter Savior

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

什麼是Twitter Savior?

Twitter Savior是由furkleindustries開發的Chrome擴展程式,該擴展的主要功能是“An app for navigating twitter for those with PTSD and other trauma and anxiety-related issues. Twitter Savior was created in an…”。

擴展截圖

screenshot
screenshot
screenshot

下載Twitter Savior擴展crx文件

下載Twitter Savior擴展crx格式的文件,手動將Chrome擴充功能安裝到瀏覽器中,也可以將crx文件分享給朋友,輕鬆安裝Chrome擴充功能。

擴展使用說明

                        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.                    

擴展基本資訊

名稱 Twitter Savior Twitter Savior
ID mffdbbbijnjmijccnjpapkdbjcepjlhk
官方網址 https://chromewebstore.google.com/detail/twitter-savior/mffdbbbijnjmijccnjpapkdbjcepjlhk
簡介 An app for navigating twitter for those with PTSD and other trauma and anxiety-related issues. Twitter Savior was created in an…
檔案大小 8.53 KB
安裝次數 152
目前版本 0.6.2
更新時間 2017-04-17
上架時間 2017-04-16
評分 2.80/5 共 5 次評分
開發者 furkleindustries
付費類型 free
擴展官網 https://furkleindustries.com/applications/chrome/twitterSavior/help
支援的語言 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"
    }
}