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
官方URL 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"
    }
}