Unworthy

NO MOAR UPWORTHY

What is Unworthy?

Unworthy is a Chrome extension developed by cullenbmacdonald, and its main feature is "NO MOAR UPWORTHY".

Extension Screenshots

screenshot

Download Unworthy Extension CRX File

Download Unworthy extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.

Extension Usage Instructions

                        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"                    

Extension Basic Information

Name Unworthy Unworthy
ID eboeobmfoikaeccipmgfnagffkdjnbjp
Official URL https://chromewebstore.google.com/detail/unworthy/eboeobmfoikaeccipmgfnagffkdjnbjp
Description NO MOAR UPWORTHY
File Size 48.85 KB
Installation Count 117
Current Version 2
Last Updated 2014-02-20
Publish Date 2014-02-20
Rating 3.90/5 Total 10 Ratings
Developer cullenbmacdonald
Payment Type free
Supported Languages 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"
            ]
        }
    ]
}