Stay Productive

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

O que é Stay Productive?

Stay Productive é uma extensão do Chrome desenvolvida por Antoine C., e sua principal característica é "Remove feed and notifications from Facebook, Twitter, Linkedin ... To stay productive !".

Capturas de Tela da Extensão

screenshot

Baixar o arquivo CRX da Extensão Stay Productive

Baixe arquivos de extensão Stay Productive no formato crx, instale manualmente as extensões do Chrome no navegador ou compartilhe os arquivos crx com amigos para instalar facilmente as extensões do Chrome.

Instruções de Uso da Extensão

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

Informações Básicas da Extensão

Nome Stay Productive Stay Productive
ID clebechkjgkellfchpaofjljofclphbg
URL Oficial https://chromewebstore.google.com/detail/stay-productive/clebechkjgkellfchpaofjljofclphbg
Descrição Remove feed and notifications from Facebook, Twitter, Linkedin ... To stay productive !
Tamanho do Arquivo 26.9 KB
Contagem de Instalações 17
Versão Atual 0.5
Última Atualização 2018-01-02
Data de Publicação 2018-01-02
Classificação 5.00/5 Total de 3 Avaliações
Desenvolvedor Antoine C.
Email [email protected]
Tipo de Pagamento free
Site da Extensão https://github.com/antitoine/stay-productive
URL da Página de Ajuda https://github.com/antitoine/stay-productive/issues
Idiomas Suportados 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"
    }
}