Stay Productive

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

Wat is Stay Productive?

Stay Productive is een Chrome-extensie ontwikkeld door Antoine C., en de belangrijkste functie is "Remove feed and notifications from Facebook, Twitter, Linkedin ... To stay productive !".

Extensie Screenshots

screenshot

Download het CRX-bestand van de extensie Stay Productive

Download Stay Productive-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.

Instructies voor het Gebruik van de Extensie

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

Basisinformatie over de Extensie

Naam Stay Productive Stay Productive
ID clebechkjgkellfchpaofjljofclphbg
Officiële URL https://chromewebstore.google.com/detail/stay-productive/clebechkjgkellfchpaofjljofclphbg
Beschrijving Remove feed and notifications from Facebook, Twitter, Linkedin ... To stay productive !
Bestandsgrootte 26.9 KB
Aantal Installaties 17
Huidige Versie 0.5
Laatst Bijgewerkt 2018-01-02
Publicatiedatum 2018-01-02
Beoordeling 5.00/5 Totaal 3 Beoordelingen
Ontwikkelaar Antoine C.
E-mail [email protected]
Betalingswijze free
Extensiewebsite https://github.com/antitoine/stay-productive
Help Pagina-URL https://github.com/antitoine/stay-productive/issues
Ondersteunde Talen 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"
    }
}