Unworthy

NO MOAR UPWORTHY

Wat is Unworthy?

Unworthy is een Chrome-extensie ontwikkeld door cullenbmacdonald, en de belangrijkste functie is "NO MOAR UPWORTHY".

Extensie Screenshots

screenshot

Download het CRX-bestand van de extensie Unworthy

Download Unworthy-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.

Instructies voor het Gebruik van de Extensie

                        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"                    

Basisinformatie over de Extensie

Naam Unworthy Unworthy
ID eboeobmfoikaeccipmgfnagffkdjnbjp
Officiële URL https://chromewebstore.google.com/detail/unworthy/eboeobmfoikaeccipmgfnagffkdjnbjp
Beschrijving NO MOAR UPWORTHY
Bestandsgrootte 48.85 KB
Aantal Installaties 117
Huidige Versie 2
Laatst Bijgewerkt 2014-02-20
Publicatiedatum 2014-02-20
Beoordeling 3.90/5 Totaal 10 Beoordelingen
Ontwikkelaar cullenbmacdonald
Betalingswijze free
Ondersteunde Talen 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"
            ]
        }
    ]
}