Block280 - Hide annoying 280 character tweets

Hide all long and bloated 280 character tweets from your Twitter.

Block280 - Hide annoying 280 character tweetsคืออะไร?

Block280 - Hide annoying 280 character tweets เป็นส่วนขยายของ Chrome ที่พัฒนาโดย Conor และคุณลักษณะหลักของมันคือ "Hide all long and bloated 280 character tweets from your Twitter."

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

screenshot

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Block280 - Hide annoying 280 character tweets

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

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

                        Collapse and hide any tweet that is above the classic 140 character limit. 

Be free of these bloated 280 character tweets! 


- No ads or annoying popups! Now and forever! :)


http://www.theconorbrowne.com/block280
http://www.twitter.com/theconorbrowne                    

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

ชื่อ Block280 - Hide annoying 280 character tweets Block280 - Hide annoying 280 character tweets
ID lffmealjiholcaclidnmdpnkcmilicoa
URL อย่างเป็นทางการ https://chromewebstore.google.com/detail/block280-hide-annoying-28/lffmealjiholcaclidnmdpnkcmilicoa
คำอธิบาย Hide all long and bloated 280 character tweets from your Twitter.
ขนาดไฟล์ 383 KB
จำนวนการติดตั้ง 25
เวอร์ชันปัจจุบัน 1.2
อัปเดตครั้งล่าสุด 2017-09-29
วันที่เผยแพร่ 2017-09-29
คะแนน 3.00/5 รวมทั้งหมด 1 คะแนน
ผู้พัฒนา Conor
ประเภทการชำระเงิน free
เว็บไซต์ส่วนขยาย http://theconorbrowne.com/block280
ภาษาที่รองรับ en
manifest.json
{
    "browser_action": {
        "default_icon": "smallIcon.png",
        "default_popup": "twitterFilterPopup.html"
    },
    "content_scripts": [
        {
            "css": [
                "styles.css",
                "css\/font-awesome.min.css"
            ],
            "js": [
                "jquery.js",
                "twitterFilter.js",
                "bootstrap.min.js"
            ],
            "matches": [
                "https:\/\/twitter.com\/*"
            ]
        }
    ],
    "description": "Hide all long and bloated 280 character tweets from your Twitter.",
    "icons": {
        "128": "twIcon128.png",
        "16": "twIcon16.png",
        "48": "twIcon48.png"
    },
    "manifest_version": 2,
    "name": "Block280 - Hide annoying 280 character tweets",
    "options_page": "twitterFilterPopup.html",
    "permissions": [
        "https:\/\/twitter.com\/*",
        "storage"
    ],
    "short_name": "Tweet Filter",
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "version": "1.2",
    "web_accessible_resources": [
        "jquery.js",
        "twitterFilter.js",
        "fonts\/fontawesome-webfont.eot",
        "fonts\/fontawesome-webfont.svg",
        "fonts\/fontawesome-webfont.ttf",
        "fonts\/fontawesome-webfont.woff",
        "twIcon19.png"
    ]
}