Stay Productive

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

Hvad er Stay Productive?

Stay Productive er en Chrome-udvidelse udviklet af Antoine C., og dens hovedfunktion er "Remove feed and notifications from Facebook, Twitter, Linkedin ... To stay productive !".

Udvidelsesskærmbilleder

screenshot

Download Stay Productive-udvidelses-CRX-fil

Download Stay Productive-udvidelsesfiler i crx-format, installer Chrome-udvidelser manuelt i browseren eller del crx-filer med venner for nemt at installere Chrome-udvidelser.

Brugsanvisning til Udvidelsen

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

Grundlæggende oplysninger om udvidelsen

Navn Stay Productive Stay Productive
ID clebechkjgkellfchpaofjljofclphbg
Officiel URL https://chromewebstore.google.com/detail/stay-productive/clebechkjgkellfchpaofjljofclphbg
Beskrivelse Remove feed and notifications from Facebook, Twitter, Linkedin ... To stay productive !
Filstørrelse 26.9 KB
Antal Installationer 17
Nuværende Version 0.5
Senest Opdateret 2018-01-02
Udgivelsesdato 2018-01-02
Bedømmelse 5.00/5 Samlet 3 Bedømmelser
Udvikler Antoine C.
E-mail [email protected]
Betalingsmetode free
Udvidelseswebsted https://github.com/antitoine/stay-productive
Hjælpeside-URL https://github.com/antitoine/stay-productive/issues
Understøttede Sprog 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"
    }
}