Remove Unnecessary Tweets

Extension removes tweets other people's likes, from your timeline.

Remove Unnecessary Tweetsคืออะไร?

Remove Unnecessary Tweets เป็นส่วนขยายของ Chrome ที่พัฒนาโดย emreerkoca และคุณลักษณะหลักของมันคือ "Extension removes tweets other people's likes, from your timeline."

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

screenshot

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Remove Unnecessary Tweets

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

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

                        You' re following some account for information but some people like funny tweets. If you think this is time loosing and you don' t want to see 'X liked this' etc. tweets, you can use this. So you can obtain more good Twitter timeline.                    

ข้อมูลพื้นฐานของส่วนขยาย

ชื่อ Remove Unnecessary Tweets Remove Unnecessary Tweets
ID daicnhdooapknokokdpigjfmljkiekmd
URL อย่างเป็นทางการ https://chrome.google.com/webstore/detail/daicnhdooapknokokdpigjfmljkiekmd
คำอธิบาย Extension removes tweets other people's likes, from your timeline.
ขนาดไฟล์ 6.95 KB
จำนวนการติดตั้ง 80
เวอร์ชันปัจจุบัน 0.0.2
อัปเดตครั้งล่าสุด 2020-11-05
วันที่เผยแพร่ 2020-11-05
ผู้พัฒนา emreerkoca
ประเภทการชำระเงิน free
ภาษาที่รองรับ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Remove Unnecessary Tweets",
    "description": "Extension removes tweets other people's likes, from your timeline.",
    "version": "0.0.2",
    "content_scripts": [
        {
            "js": [
                "content.js"
            ],
            "matches": [
                "https:\/\/twitter.com\/*"
            ]
        }
    ],
    "browser_action": {
        "default_icon": "twitter_icon.png",
        "default_popup": "popup.html"
    }
}