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…」です。
拡張機能のスクリーンショット
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 |
ID | mffdbbbijnjmijccnjpapkdbjcepjlhk |
公式URL | 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" } } |