Better News Feed

Increases productivity by replacing Facebook News Feed with photo and inspirational quote

Apa itu Better News Feed?

Better News Feed adalah ekstensi Chrome yang dikembangkan oleh vpontis, dan fitur utamanya adalah "Increases productivity by replacing Facebook News Feed with photo and inspirational quote".

Screenshot Ekstensi

screenshot

Unduh Berkas CRX Ekstensi Better News Feed

Unduh file ekstensi Better News 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

                        Replace your News Feed with an inspirational quote and nice picture. Save time by having more control over your News Feed. This extension blocks News Feed by default but also allows you to selectively enable News Feed for when you want to browse. 

This is a fork and improvement of Neal Wu's Kill News Feed.                    

Informasi Dasar Ekstensi

Nama Better News Feed Better News Feed
ID ckkppjogapagpeimgiadengmdphhline
URL Resmi https://chromewebstore.google.com/detail/better-news-feed/ckkppjogapagpeimgiadengmdphhline
Deskripsi Increases productivity by replacing Facebook News Feed with photo and inspirational quote
Ukuran File 1.2 MB
Jumlah Instalasi 150
Versi Saat Ini 1.3.1
Terakhir Diperbarui 2016-01-03
Tanggal Publikasi 2016-01-03
Penilaian 4.42/5 Total 12 Penilaian
Pengembang vpontis
Tipe Pembayaran free
Bahasa yang Didukung en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "content_scripts": [
        {
            "js": [
                "jquery.min.js",
                "betterify.js"
            ],
            "matches": [
                "*:\/\/*.facebook.com\/*"
            ],
            "run_at": "document_start"
        }
    ],
    "description": "Increases productivity by replacing Facebook News Feed with photo and inspirational quote",
    "icons": {
        "16": "images\/bnf-logo16.png",
        "48": "images\/bnf-logo48.png",
        "128": "images\/bnf-logo128.png"
    },
    "manifest_version": 2,
    "name": "Better News Feed",
    "options_page": "options.html",
    "permissions": [
        "storage"
    ],
    "web_accessible_resources": [
        "images\/*",
        "pictures.json",
        "quotes.json"
    ],
    "version": "1.3.1"
}