Remove Twitter For You

Remove Twitter's "For You" tab

Remove Twitter For You란 무엇입니까?

Remove Twitter For You은(는) Dan Laufer에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Remove Twitter's "For You" tab"입니다.

확장 프로그램 스크린샷

screenshot
screenshot

Remove Twitter For You 확장 프로그램 CRX 파일 다운로드

크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.

확장 프로그램 사용 설명서

                        Are you sick of Elon's "For You" tab? Do you just wish it'd go away? Well you're in luck!

This simple Chrome Extension will remove Twitter's For You tab completely.

Remove Twitter For You works if you have pinned Lists, as well. Normally, if you refresh the page from a pinned List, it will default you back to the For You tab. No longer will you be defaulted to the For You tab...because it won't exist!

If you appreciate this Chrome Extension and want to support maintence/updates: https://www.buymeacoffee.com/daniellaufer.

***Remove Twitter For You does not access your data in any way. It is automatically disabled outside of twitter.com. It does not have any settings or options. It's as simple and safe as a Chrome extension gets.                    

확장 프로그램 기본 정보

이름 Remove Twitter For You Remove Twitter For You
ID dokjpibnnijhngancgplopcbealjlegb
공식 URL https://chromewebstore.google.com/detail/remove-twitter-for-you/dokjpibnnijhngancgplopcbealjlegb
설명 Remove Twitter's "For You" tab
파일 크기 65.71 KB
설치 횟수 687
현재 버전 1.4
최근 업데이트 2023-04-18
출시 날짜 2023-04-04
평점 4.64/5 총 14 개의 평점
개발자 Dan Laufer
이메일 [email protected]
결제 유형 free
확장 프로그램 웹 사이트 https://www.buymeacoffee.com/daniellaufer
개인정보 보호 정책 페이지 URL https://danlaufer.com/privacy-policy
지원되는 언어 en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "name": "Remove Twitter For You",
    "version": "1.4",
    "action": {
        "default_icon": {
            "16": "images\/for-you-gone-logo-16.png",
            "32": "images\/for-you-gone-logo-32.png",
            "64": "images\/for-you-gone-logo-64.png"
        }
    },
    "description": "Remove Twitter's \"For You\" tab",
    "icons": {
        "16": "images\/for-you-gone-logo-16.png",
        "32": "images\/for-you-gone-logo-32.png",
        "64": "images\/for-you-gone-logo-64.png",
        "128": "images\/for-you-gone-logo-128.png"
    },
    "content_scripts": [
        {
            "js": [
                "scripts\/content.js"
            ],
            "matches": [
                "https:\/\/twitter.com\/*"
            ]
        }
    ]
}