Unworthy

NO MOAR UPWORTHY

Apa itu Unworthy?

Unworthy adalah ekstensi Chrome yang dikembangkan oleh cullenbmacdonald, dan fitur utamanya adalah "NO MOAR UPWORTHY".

Screenshot Ekstensi

screenshot

Unduh Berkas CRX Ekstensi Unworthy

Unduh file ekstensi Unworthy dalam format crx, pasang ekstensi Chrome secara manual di peramban, atau bagikan file crx dengan teman untuk menginstal ekstensi Chrome dengan mudah.

Petunjuk Penggunaan Ekstensi

                        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"                    

Informasi Dasar Ekstensi

Nama Unworthy Unworthy
ID eboeobmfoikaeccipmgfnagffkdjnbjp
URL Resmi https://chromewebstore.google.com/detail/unworthy/eboeobmfoikaeccipmgfnagffkdjnbjp
Deskripsi NO MOAR UPWORTHY
Ukuran File 48.85 KB
Jumlah Instalasi 117
Versi Saat Ini 2
Terakhir Diperbarui 2014-02-20
Tanggal Publikasi 2014-02-20
Penilaian 3.90/5 Total 10 Penilaian
Pengembang cullenbmacdonald
Tipe Pembayaran free
Bahasa yang Didukung 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"
            ]
        }
    ]
}