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 파일 다운로드
크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.
확장 프로그램 사용 설명서
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" } } |