Stay Productive

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

Что такое Stay Productive?

Stay Productive - это расширение Chrome, разработанное Antoine C., и его основная функция - "Remove feed and notifications from Facebook, Twitter, Linkedin ... To stay productive !".

Снимки экрана расширения

screenshot

Скачать файл CRX расширения Stay Productive

Скачайте файлы расширений Stay Productive в формате crx, установите расширения Chrome вручную в браузере или поделитесь файлами crx с друзьями, чтобы легко установить расширения Chrome.

Инструкции по использованию расширения

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

Основная информация о расширении

Название Stay Productive Stay Productive
ID clebechkjgkellfchpaofjljofclphbg
Официальный URL https://chromewebstore.google.com/detail/stay-productive/clebechkjgkellfchpaofjljofclphbg
Описание Remove feed and notifications from Facebook, Twitter, Linkedin ... To stay productive !
Размер файла 26.9 KB
Количество установок 17
Текущая Версия 0.5
Последнее Обновление 2018-01-02
Дата публикации 2018-01-02
Рейтинг 5.00/5 Всего 3 оценок
Разработчик Antoine C.
Электронная почта [email protected]
Тип оплаты free
Официальный сайт расширения https://github.com/antitoine/stay-productive
URL страницы помощи https://github.com/antitoine/stay-productive/issues
Поддерживаемые языки 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"
    }
}