Vanilla Timeline for Twitter

For those of us who like Twitter less noisy.

Vanilla Timeline for Twitter란 무엇입니까?

Vanilla Timeline for Twitter은(는) Jacob Pretorius에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "For those of us who like Twitter less noisy."입니다.

확장 프로그램 스크린샷

screenshot
screenshot

Vanilla Timeline for Twitter 확장 프로그램 CRX 파일 다운로드

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

확장 프로그램 사용 설명서

                        Clean up the noise in your Twitter feed. 

Turn off any or all of these:
 - Retweets.
 - Tweets liked by people you follow.
 - Tweets from people in Twitter "Lists".
 - Tweets from "Related accounts".
 - Promoted Tweets.
 - Trending hashtags.

You can also allow specific Twitter accounts to bypass these checks.

Current supported Twitter interface languages:
 - English.
 - Portuguese.

This extension does not access, store, track, or collect any of your data whatsoever. There are no analytics data or cookies used.

This extension is in no way endorsed by Twitter, or associated with Twitter, Inc. in any way.

You can see all of the code for this extension on GitHub: https://github.com/jacobpretorius/Vanilla-Timeline                    

확장 프로그램 기본 정보

이름 Vanilla Timeline for Twitter Vanilla Timeline for Twitter
ID igolfhjmmmclfcjjfmafbghjeelmafij
공식 URL https://chromewebstore.google.com/detail/vanilla-timeline-for-twit/igolfhjmmmclfcjjfmafbghjeelmafij
설명 For those of us who like Twitter less noisy.
파일 크기 563 KB
설치 횟수 82
현재 버전 1.10.0
최근 업데이트 2023-07-12
출시 날짜 2020-03-20
개발자 Jacob Pretorius
이메일 [email protected]
결제 유형 free
확장 프로그램 웹 사이트 https://projects.jcpretorius.com/vanilla-timeline
도움말 페이지 URL https://github.com/jacobpretorius/Vanilla-Timeline
지원되는 언어 en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "content_scripts": [
        {
            "js": [
                "VanillaTimeline.js",
                "Localization.js"
            ],
            "matches": [
                "https:\/\/twitter.com\/*"
            ]
        }
    ],
    "permissions": [
        "storage"
    ],
    "icons": {
        "16": "icon-16.png",
        "32": "icon-32.png",
        "64": "icon-64.png",
        "128": "icon-128.png"
    },
    "name": "Vanilla Timeline for Twitter",
    "version": "1.10.0",
    "author": "Jacob Pretorius",
    "description": "For those of us who like Twitter less noisy.",
    "homepage_url": "https:\/\/projects.jcpretorius.com\/vanilla-timeline",
    "manifest_version": 3,
    "options_page": "settings.html"
}