While you were away Remover

Hides that annoying 'While you were away...' section on Twitter, since repeatedly telling them to stop showing it doesn't work

While you were away Remover란 무엇입니까?

While you were away Remover은(는) Mark에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Hides that annoying 'While you were away...' section on Twitter, since repeatedly telling them to stop showing it doesn't work"입니다.

While you were away Remover 확장 프로그램 CRX 파일 다운로드

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

확장 프로그램 사용 설명서

                        Want to remove Twitter's new "While you were away" 'feature'? This extension does just that, and nothing else.

This simple extension, worth 2 lines of code, automatically hides the "While you were away" block from your Twitter feed, meaning you can start using Twitter again the way it was intended.

May add feature to remove the follower suggestions that pop up in the middle of the timeline as well if users want.                    

확장 프로그램 기본 정보

이름 While you were away Remover While you were away Remover
ID kfhdopamocjnncalnifjpcbhkckbndlb
공식 URL https://chromewebstore.google.com/detail/while-you-were-away-remov/kfhdopamocjnncalnifjpcbhkckbndlb
설명 Hides that annoying 'While you were away...' section on Twitter, since repeatedly telling them to stop showing it doesn't work
파일 크기 56.99 KB
설치 횟수 65
현재 버전 0.1
최근 업데이트 2016-02-03
출시 날짜 2016-02-02
평점 4.00/5 총 8 개의 평점
개발자 Mark
결제 유형 free
지원되는 언어 en-GB
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "While you were away Remover",
    "version": "0.1",
    "icons": {
        "48": "IconSmall.jpg",
        "128": "Icon.jpg"
    },
    "description": "Hides that annoying 'While you were away...' section on Twitter, since repeatedly telling them to stop showing it doesn't work",
    "short_name": "WYWARemover",
    "content_scripts": [
        {
            "matches": [
                "https:\/\/twitter.com\/*",
                "http:\/\/twitter.com\/*"
            ],
            "js": [
                "jquery-2.2.0.min.js",
                "removeWYWA.js"
            ]
        }
    ]
}