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 파일 다운로드

크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.

확장 프로그램 사용 설명서

                        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
공식 URL 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"
}