Unworthy

NO MOAR UPWORTHY

Unworthy란 무엇입니까?

Unworthy은(는) cullenbmacdonald에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "NO MOAR UPWORTHY"입니다.

확장 프로그램 스크린샷

screenshot

Unworthy 확장 프로그램 CRX 파일 다운로드

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

확장 프로그램 사용 설명서

                        UNWORTHY 2.0 HAS LAUNCHED. You can now specify your own sites to block.

This one mind blowing extension that every adult should know only comes once in a generation. The story will bring you to tears.

Block dumb articles that your friends post from any site you want.

This extenstion will block all facebook feed posts from the following sites by default
"faithit.com",
"elitedaily.com",
"upworthy.com",
"distractify.com",
"viralnova.com",
"twistedsifter.com",
"knowmore.washingonpost.com",
"ijreview.com",
"buzzfeed.com",
"jolt24.com",
"lawlzone.com"                    

확장 프로그램 기본 정보

이름 Unworthy Unworthy
ID eboeobmfoikaeccipmgfnagffkdjnbjp
공식 URL https://chromewebstore.google.com/detail/unworthy/eboeobmfoikaeccipmgfnagffkdjnbjp
설명 NO MOAR UPWORTHY
파일 크기 48.85 KB
설치 횟수 117
현재 버전 2
최근 업데이트 2014-02-20
출시 날짜 2014-02-20
평점 3.90/5 총 10 개의 평점
개발자 cullenbmacdonald
결제 유형 free
지원되는 언어 en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Unworthy",
    "version": "2",
    "description": "NO MOAR UPWORTHY",
    "permissions": [
        "tabs",
        "*:\/\/*.facebook.com\/*",
        "storage"
    ],
    "manifest_version": 2,
    "page_action": {
        "default_icon": "unworthy-icon.png",
        "default_title": "Unworthy",
        "default_popup": "popup.html"
    },
    "background": {
        "scripts": [
            "background.js"
        ]
    },
    "content_scripts": [
        {
            "matches": [
                "*:\/\/*.facebook.com\/*"
            ],
            "js": [
                "content_script.js"
            ]
        }
    ]
}