Twitter Extended

A bunch of extensions and extra features for Twitter

Twitter Extendedคืออะไร?

Twitter Extended เป็นส่วนขยายของ Chrome ที่พัฒนาโดย Que และคุณลักษณะหลักของมันคือ "A bunch of extensions and extra features for Twitter"

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

screenshot

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

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

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

                        Your choice of Improvements & fixes to Twitter:    ---> Click the blue bird in your Chrome bar to configure.
 - Hiding others' likes on your timeline
 - Hides Promoted Tweets
 - Square Icons
 - Hides Trends on the Left
 - Shows follower count
 - Hides Moments on the top bar
 - Hides the Email import box
 - Hides the Who to Follow
 - Hides curiouscat & ask.fm tweets
 - Hides like & rt counts
 - Real time tweet

Version 1.1 changelog:
 - Fixed chrome permissions so it doesn't ask for non-twitter information
 - Added curiouscat & askfm hiding
 - Improved memory usage by disabling follower count by default
 - Added option to hide like & rt options
 - Fixed bug with missing square icons on minimised threads
Version 1.0 release                    

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

ชื่อ Twitter Extended Twitter Extended
ID bidcnhmidglfaojcifcjnlgeifobcdif
URL อย่างเป็นทางการ https://chromewebstore.google.com/detail/twitter-extended/bidcnhmidglfaojcifcjnlgeifobcdif
คำอธิบาย A bunch of extensions and extra features for Twitter
ขนาดไฟล์ 40.88 KB
จำนวนการติดตั้ง 1,328
เวอร์ชันปัจจุบัน 1.1
อัปเดตครั้งล่าสุด 2018-06-06
วันที่เผยแพร่ 2018-06-06
คะแนน 4.02/5 รวมทั้งหมด 42 คะแนน
ผู้พัฒนา Que
อีเมล [email protected]
ประเภทการชำระเงิน free
URL หน้านโยบายความเป็นส่วนตัว https://www.youtube.com/watch?v=5LlQNty_C8s
ภาษาที่รองรับ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Twitter Extended",
    "description": "A bunch of extensions and extra features for Twitter",
    "version": "1.1",
    "icons": {
        "128": "icon.png"
    },
    "permissions": [
        "storage",
        "https:\/\/twitter.com\/*"
    ],
    "content_scripts": [
        {
            "run_at": "document_end",
            "matches": [
                "*:\/\/twitter.com\/*",
                "*:\/\/www.twitter.com\/*",
                "*:\/\/twitter.com\/",
                "*:\/\/www.twitter.com\/"
            ],
            "js": [
                "change.js"
            ]
        }
    ],
    "browser_action": {
        "default_icon": "icon2.png",
        "default_popup": "popup.html",
        "default_title": "Twitter Extended"
    },
    "background": {
        "scripts": [
            "background.js"
        ]
    }
}