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.”。
擴展截圖
下載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 |
ID | gdjcjcbjnaelafcijbnceapahcgkpjkl |
官方網址 | 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" } |