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은(는) Conor에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Hide all long and bloated 280 character tweets from your Twitter."입니다.

확장 프로그램 스크린샷

screenshot

Block280 - Hide annoying 280 character tweets 확장 프로그램 CRX 파일 다운로드

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

확장 프로그램 사용 설명서

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