No One Direction on Twitter

No longer want One direction to appear on your Twitter-feed? This is made just for you!

No One Direction on Twitter란 무엇입니까?

No One Direction on Twitter은(는) https://amees.me에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "No longer want One direction to appear on your Twitter-feed? This is made just for you!"입니다.

확장 프로그램 스크린샷

screenshot

No One Direction on Twitter 확장 프로그램 CRX 파일 다운로드

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

확장 프로그램 사용 설명서

                        Twitter is a beautiful medium. Ever since it was built, we've seen all kinds of annoying hypes coming and going.

Today it's time for a change.
No longer shall we accept the pollution of something beautiful.

Today, we shall no longer see any One direction-tweets.

Enjoy!;)

________________________________
1.0 Initial release:
- Now filters 1D-tweets once per page-load

1.2:
- Now constantly checks for One Direction-posts, also works when ajax-querys are run.                    

확장 프로그램 기본 정보

이름 No One Direction on Twitter No One Direction on Twitter
ID ahdbeaakcaaeoomldacepofdakigajkk
공식 URL https://chromewebstore.google.com/detail/no-one-direction-on-twitt/ahdbeaakcaaeoomldacepofdakigajkk
설명 No longer want One direction to appear on your Twitter-feed? This is made just for you!
파일 크기 51.52 KB
설치 횟수 16
현재 버전 1.2
최근 업데이트 2013-09-08
출시 날짜 2013-09-08
평점 3.50/5 총 8 개의 평점
개발자 https://amees.me
결제 유형 free
지원되는 언어 en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "No One Direction on Twitter",
    "version": "1.2",
    "manifest_version": 2,
    "icons": {
        "16": "icon16.png",
        "48": "icon48.png",
        "128": "icon128.png"
    },
    "description": "No longer want One direction to appear on your Twitter-feed? This is made just for you!",
    "permissions": [
        "http:\/\/twitter.com\/*",
        "https:\/\/twitter.com\/*",
        "http:\/\/*.twitter.com\/*",
        "https:\/\/*.twitter.com\/*"
    ],
    "content_scripts": [
        {
            "js": [
                "jquery.min.js",
                "background.js"
            ],
            "matches": [
                "http:\/\/*\/*",
                "https:\/\/*\/*"
            ]
        }
    ]
}