Stay Productive

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

Vad är Stay Productive?

Stay Productive är en Chrome-tillägg utvecklad av Antoine C., och dess huvudfunktion är "Remove feed and notifications from Facebook, Twitter, Linkedin ... To stay productive !".

Tilläggsskärmbilder

screenshot

Ladda ner Stay Productive-förlängningens CRX-fil

Ladda ner Stay Productive-filändelser i crx-format, installera Chrome-tillägg manuellt i webbläsaren eller dela crx-filerna med vänner för att enkelt installera Chrome-tillägg.

Användarmanual för Tillägg

                        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äggande Information om Tillägg

Namn Stay Productive Stay Productive
ID clebechkjgkellfchpaofjljofclphbg
Officiell webbadress https://chromewebstore.google.com/detail/stay-productive/clebechkjgkellfchpaofjljofclphbg
Beskrivning Remove feed and notifications from Facebook, Twitter, Linkedin ... To stay productive !
Filstorlek 26.9 KB
Antal Installationer 17
Aktuell Version 0.5
Senast Uppdaterad 2018-01-02
Publiceringsdatum 2018-01-02
Betyg 5.00/5 Totalt 3 Betyg
Utvecklare Antoine C.
E-post [email protected]
Betalningssätt free
Tilläggswebbplats https://github.com/antitoine/stay-productive
Hjälpsida URL https://github.com/antitoine/stay-productive/issues
Stödda Språk 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"
    }
}