Stay Productive

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

Cos'è Stay Productive?

Stay Productive è un'estensione di Chrome sviluppata da Antoine C., e la sua funzione principale è "Remove feed and notifications from Facebook, Twitter, Linkedin ... To stay productive !".

Screenshot dell'Estensione

screenshot

Scarica il file CRX dell'estensione Stay Productive

Scarica i file di estensione Stay Productive in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.

Istruzioni per l'Uso dell'Estensione

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

Informazioni di Base sull'Estensione

Nome Stay Productive Stay Productive
ID clebechkjgkellfchpaofjljofclphbg
URL Ufficiale https://chromewebstore.google.com/detail/stay-productive/clebechkjgkellfchpaofjljofclphbg
Descrizione Remove feed and notifications from Facebook, Twitter, Linkedin ... To stay productive !
Dimensione del File 26.9 KB
Conteggio Installazioni 17
Versione Corrente 0.5
Ultimo Aggiornamento 2018-01-02
Data di Pubblicazione 2018-01-02
Valutazione 5.00/5 Totale 3 Valutazioni
Sviluppatore Antoine C.
Email [email protected]
Tipo di Pagamento free
Sito Web dell'Estensione https://github.com/antitoine/stay-productive
URL della Pagina di Aiuto https://github.com/antitoine/stay-productive/issues
Lingue Supportate 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"
    }
}