Better News Feed

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

什麼是Better News Feed?

Better News Feed是由vpontis開發的Chrome擴展程式,該擴展的主要功能是“Increases productivity by replacing Facebook News Feed with photo and inspirational quote”。

擴展截圖

screenshot

下載Better News Feed擴展crx文件

下載Better News Feed擴展crx格式的文件,手動將Chrome擴充功能安裝到瀏覽器中,也可以將crx文件分享給朋友,輕鬆安裝Chrome擴充功能。

擴展使用說明

                        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.                    

擴展基本資訊

名稱 Better News Feed Better News Feed
ID ckkppjogapagpeimgiadengmdphhline
官方網址 https://chromewebstore.google.com/detail/better-news-feed/ckkppjogapagpeimgiadengmdphhline
簡介 Increases productivity by replacing Facebook News Feed with photo and inspirational quote
檔案大小 1.2 MB
安裝次數 150
目前版本 1.3.1
更新時間 2016-01-03
上架時間 2016-01-03
評分 4.42/5 共 12 次評分
開發者 vpontis
付費類型 free
支援的語言 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"
}