No Feed
Hide the Facebook News Feed
什麼是No Feed?
No Feed是由David Albert開發的Chrome擴展程式,該擴展的主要功能是“Hide the Facebook News Feed”。
擴展截圖
下載No Feed擴展crx文件
下載No Feed擴展crx格式的文件,手動將Chrome擴充功能安裝到瀏覽器中,也可以將crx文件分享給朋友,輕鬆安裝Chrome擴充功能。
擴展使用說明
I find the Facebook News Feed too distracting. This extension hides it. 擴展基本資訊
| 名稱 | |
| ID | ajhlinhaimmakhbabjcgmhchbpehgkog |
| 官方網址 | https://chromewebstore.google.com/detail/no-feed/ajhlinhaimmakhbabjcgmhchbpehgkog |
| 簡介 | Hide the Facebook News Feed |
| 檔案大小 | 10.28 KB |
| 安裝次數 | 42 |
| 目前版本 | 1.4 |
| 更新時間 | 2013-11-23 |
| 上架時間 | 2013-11-23 |
| 評分 | 4.50/5 共 2 次評分 |
| 開發者 | David Albert |
| 付費類型 | free |
| 擴展官網 | http://github.com/davidbalbert/nofeed |
| 支援的語言 | en-US |
| manifest.json | |
{
"update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
"name": "No Feed",
"version": "1.4",
"manifest_version": 2,
"description": "Hide the Facebook News Feed",
"icons": {
"128": "icons\/icon128.png",
"16": "icons\/icon16.png",
"48": "icons\/icon48.png"
},
"content_scripts": [
{
"matches": [
"http:\/\/www.facebook.com\/",
"https:\/\/www.facebook.com\/",
"http:\/\/www.facebook.com\/home.php",
"https:\/\/www.facebook.com\/home.php"
],
"css": [
"nofeed.css"
]
}
]
} | |