Newsfeed Burner

Burn away the distractions and increase your productivity by blocking newsfeeds from Linkedin, Facebook and Youtube.

Newsfeed Burnerとは何ですか?

Newsfeed BurnerはNewsfeed Burnerによって開発されたChromeの拡張機能で、その主な機能は「Burn away the distractions and increase your productivity by blocking newsfeeds from Linkedin, Facebook and Youtube.」です。

拡張機能のスクリーンショット

screenshot
screenshot
screenshot

Newsfeed Burner拡張機能のCRXファイルをダウンロード

Newsfeed Burner拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。

拡張機能の使用方法

                        Do you catch yourself having spent the last 15min watching cat videos or a Jimmy Kimmel clip? Have you gone to LinkedIn to check your messages and ended up solving some dumb math problems on the newsfeed? Perhaps ever opened Facebook and your skipped a thought since there was a twerking video that some person you added 2 years ago and don't really know liked?

This extension is supposed to help with all that.                    

拡張機能の基本情報

名前 Newsfeed Burner Newsfeed Burner
ID gdjcjcbjnaelafcijbnceapahcgkpjkl
公式URL https://chromewebstore.google.com/detail/newsfeed-burner/gdjcjcbjnaelafcijbnceapahcgkpjkl
説明 Burn away the distractions and increase your productivity by blocking newsfeeds from Linkedin, Facebook and Youtube.
ファイルサイズ 50.17 KB
インストール数 966
現在のバージョン 1.0.2
最終更新日 2016-11-23
公開日 2016-11-23
評価 3.86/5 合計 22 レビュー
開発者 Newsfeed Burner
支払い方法 free
拡張機能のウェブサイト http://tj.mk
対応言語 en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "content_scripts": [
        {
            "js": [
                "js\/jquery.min.js",
                "js\/burner.min.js"
            ],
            "matches": [
                "*:\/\/*.facebook.com\/*",
                "*:\/\/*.youtube.com\/*",
                "*:\/\/*.linkedin.com\/*",
                "*:\/\/*.linkedin.com\/*"
            ],
            "run_at": "document_start"
        }
    ],
    "description": "Burn away the distractions and increase your productivity by blocking newsfeeds from Linkedin, Facebook and Youtube.",
    "icons": {
        "128": "images\/icon.png",
        "16": "images\/icon.png",
        "48": "images\/icon.png"
    },
    "browser_action": {
        "default_icon": "images\/icon.png",
        "default_popup": "html\/popup.html"
    },
    "permissions": [
        "storage"
    ],
    "manifest_version": 2,
    "name": "Newsfeed Burner",
    "version": "1.0.2"
}