Stay Productive

Remove feed and notifications from Facebook, Twitter, Linkedin ... To stay productive !

什么是Stay Productive?

Stay Productive是由Antoine C.开发的Chrome扩展程序,该扩展的主要功能是“Remove feed and notifications from Facebook, Twitter, Linkedin ... To stay productive !”。

扩展截图

screenshot

下载Stay Productive扩展crx文件

下载Stay Productive扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。

扩展使用说明

                        This add-on injects CSS and Javascript to remove feed and notifications in Facebook, Twitter or Linkedin. You can choose to active or not this behavior directly on the page (next to the URL).                    

扩展基本信息

名称 Stay Productive Stay Productive
ID clebechkjgkellfchpaofjljofclphbg
官方URL https://chromewebstore.google.com/detail/stay-productive/clebechkjgkellfchpaofjljofclphbg
简介 Remove feed and notifications from Facebook, Twitter, Linkedin ... To stay productive !
文件大小 26.9 KB
安装次数 17
当前版本 0.5
更新时间 2018-01-02
上架时间 2018-01-02
评分 5.00/5 共3次评分
开发者 Antoine C.
电子邮箱 [email protected]
付费类型 free
扩展官网 https://github.com/antitoine/stay-productive
帮助页面URL https://github.com/antitoine/stay-productive/issues
支持的语言 en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "description": "Remove feed and notifications from Facebook, Twitter, Linkedin ... To stay productive !",
    "manifest_version": 2,
    "name": "Stay Productive",
    "version": "0.5",
    "homepage_url": "https:\/\/github.com\/antitoine\/stay-productive",
    "background": {
        "scripts": [
            "background.js"
        ]
    },
    "page_action": {
        "default_icon": "icon.png",
        "browser_style": true
    },
    "permissions": [
        "",
        "activeTab",
        "tabs",
        "storage"
    ],
    "options_ui": {
        "page": "settings\/settings.html"
    },
    "icons": {
        "48": "icon.png",
        "64": "icon64.png",
        "128": "icon128.png"
    }
}