Kill News Feed & Stories.

Saves your time by removing the Facebook news feed and Stories in your Browser.

什麼是Kill News Feed & Stories.?

Kill News Feed & Stories.是由arryanggaputra開發的Chrome擴展程式,該擴展的主要功能是“Saves your time by removing the Facebook news feed and Stories in your Browser.”。

擴展截圖

screenshot
screenshot
screenshot

下載Kill News Feed & Stories.擴展crx文件

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

擴展使用說明

                        Saves your time by removing the Facebook news feed and Stories in your Browser.
Remove the news feed and storiess. That's it. You can still check your messages and notifications, update status, and do everything you could do before. You just won't get distracting news feed posts and stories anymore.

No more wasting time on Facebook. Be Productive!

Changelog:
1.0.2
- reload facebook when configuration changes                    

擴展基本資訊

名稱 Kill News Feed & Stories. Kill News Feed & Stories.
ID ggjocnbfiiifcaghdkkpgcpdednmnocb
官方網址 https://chromewebstore.google.com/detail/kill-news-feed-stories/ggjocnbfiiifcaghdkkpgcpdednmnocb
簡介 Saves your time by removing the Facebook news feed and Stories in your Browser.
檔案大小 60.32 KB
安裝次數 3,061
目前版本 1.0.2
更新時間 2020-03-29
上架時間 2020-03-29
評分 2.45/5 共 22 次評分
開發者 arryanggaputra
電子郵箱 [email protected]
付費類型 free
擴展官網 https://kopi.dev
說明頁面URL https://kopi.dev
支援的語言 en
manifest.json
{
    "content_scripts": [
        {
            "js": [
                "beProductive.js"
            ],
            "matches": [
                "*:\/\/*.facebook.com\/*"
            ],
            "run_at": "document_start"
        }
    ],
    "name": "Kill News Feed & Stories.",
    "description": "Saves your time by removing the Facebook news feed and Stories in your Browser.",
    "manifest_version": 2,
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "version": "1.0.2",
    "browser_action": {
        "default_popup": "popup.html"
    },
    "background": {
        "scripts": [
            "background.js"
        ]
    },
    "permissions": [
        "storage",
        "tabs",
        "activeTab"
    ],
    "icons": {
        "128": "images\/icon-128.png",
        "16": "images\/icon-16.png",
        "48": "images\/icon-48.png"
    }
}