Stay Productive

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

What is Stay Productive?

Stay Productive is a Chrome extension developed by Antoine C., and its main feature is "Remove feed and notifications from Facebook, Twitter, Linkedin ... To stay productive !".

Extension Screenshots

screenshot

Download Stay Productive Extension CRX File

Download Stay Productive extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.

Extension Usage Instructions

                        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).                    

Extension Basic Information

Name Stay Productive Stay Productive
ID clebechkjgkellfchpaofjljofclphbg
Official URL https://chromewebstore.google.com/detail/stay-productive/clebechkjgkellfchpaofjljofclphbg
Description Remove feed and notifications from Facebook, Twitter, Linkedin ... To stay productive !
File Size 26.9 KB
Installation Count 17
Current Version 0.5
Last Updated 2018-01-02
Publish Date 2018-01-02
Rating 5.00/5 Total 3 Ratings
Developer Antoine C.
Email [email protected]
Payment Type free
Extension Website https://github.com/antitoine/stay-productive
Help Page URL https://github.com/antitoine/stay-productive/issues
Supported Languages 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"
    }
}