No Feed

Hide the Facebook News Feed

Apa itu No Feed?

No Feed adalah ekstensi Chrome yang dikembangkan oleh David Albert, dan fitur utamanya adalah "Hide the Facebook News Feed".

Screenshot Ekstensi

screenshot

Unduh Berkas CRX Ekstensi No Feed

Unduh file ekstensi No Feed 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

                        I find the Facebook News Feed too distracting. This extension hides it.                    

Informasi Dasar Ekstensi

Nama No Feed No Feed
ID ajhlinhaimmakhbabjcgmhchbpehgkog
URL Resmi https://chromewebstore.google.com/detail/no-feed/ajhlinhaimmakhbabjcgmhchbpehgkog
Deskripsi Hide the Facebook News Feed
Ukuran File 10.28 KB
Jumlah Instalasi 42
Versi Saat Ini 1.4
Terakhir Diperbarui 2013-11-23
Tanggal Publikasi 2013-11-23
Penilaian 4.50/5 Total 2 Penilaian
Pengembang David Albert
Tipe Pembayaran free
Situs Ekstensi http://github.com/davidbalbert/nofeed
Bahasa yang Didukung en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "No Feed",
    "version": "1.4",
    "manifest_version": 2,
    "description": "Hide the Facebook News Feed",
    "icons": {
        "128": "icons\/icon128.png",
        "16": "icons\/icon16.png",
        "48": "icons\/icon48.png"
    },
    "content_scripts": [
        {
            "matches": [
                "http:\/\/www.facebook.com\/",
                "https:\/\/www.facebook.com\/",
                "http:\/\/www.facebook.com\/home.php",
                "https:\/\/www.facebook.com\/home.php"
            ],
            "css": [
                "nofeed.css"
            ]
        }
    ]
}