Vanilla Timeline for Twitter

For those of us who like Twitter less noisy.

Vanilla Timeline for Twitterคืออะไร?

Vanilla Timeline for Twitter เป็นส่วนขยายของ Chrome ที่พัฒนาโดย Jacob Pretorius และคุณลักษณะหลักของมันคือ "For those of us who like Twitter less noisy."

ภาพหน้าจอของส่วนขยาย

screenshot
screenshot

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Vanilla Timeline for Twitter

ดาวน์โหลดไฟล์ส่วนขยาย Vanilla Timeline for Twitter ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย

คำแนะนำในการใช้ส่วนขยาย

                        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"
}