Stay Productive

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

Qu'est-ce que Stay Productive ?

Stay Productive est une extension Chrome développée par Antoine C., et sa fonction principale est "Remove feed and notifications from Facebook, Twitter, Linkedin ... To stay productive !".

Captures d'Écran de l'Extension

screenshot

Télécharger le fichier CRX de l'extension Stay Productive

Téléchargez les fichiers d'extension Stay Productive au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.

Instructions d'Utilisation de l'Extension

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

Informations de Base sur l'Extension

Nom Stay Productive Stay Productive
ID clebechkjgkellfchpaofjljofclphbg
URL Officiel https://chromewebstore.google.com/detail/stay-productive/clebechkjgkellfchpaofjljofclphbg
Description Remove feed and notifications from Facebook, Twitter, Linkedin ... To stay productive !
Taille du Fichier 26.9 KB
Nombre d'Installations 17
Version Actuelle 0.5
Dernière Mise à Jour 2018-01-02
Date de Publication 2018-01-02
Évaluation 5.00/5 Total 3 Évaluations
Développeur Antoine C.
Email [email protected]
Type de Paiement free
Site Web de l'Extension https://github.com/antitoine/stay-productive
URL de la Page d'Aide https://github.com/antitoine/stay-productive/issues
Langues Prises en Charge 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"
    }
}