Ahero Extension

Browser extension that supports the Ahero app. Get focused by blocking sites, planning your day, and setting long term goals.

Что такое Ahero Extension?

Ahero Extension - это расширение Chrome, разработанное Sidekick, и его основная функция - "Browser extension that supports the Ahero app. Get focused by blocking sites, planning your day, and setting long term goals.".

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

screenshot
screenshot
screenshot

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

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

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

                        Browser extension that supports the Windows version of the Ahero app. Get focused by blocking sites, planning your day, and setting long term goals.                    

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

Название Ahero Extension Ahero Extension
ID hnmindbmmjgfpidamckcmlkcaaajgkfd
Официальный URL https://chromewebstore.google.com/detail/ahero-extension/hnmindbmmjgfpidamckcmlkcaaajgkfd
Описание Browser extension that supports the Ahero app. Get focused by blocking sites, planning your day, and setting long term goals.
Размер файла 12.38 KB
Количество установок 41
Текущая Версия 1.0.0
Последнее Обновление 2022-11-13
Дата публикации 2022-11-12
Разработчик Sidekick
Электронная почта [email protected]
Тип оплаты free
Официальный сайт расширения https://www.thesidekick.app/
URL страницы политики конфиденциальности https://thesidekick.app/policy
Поддерживаемые языки en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Ahero Extension",
    "version": "1.0.0",
    "manifest_version": 3,
    "description": "Browser extension that supports the Ahero app. Get focused by blocking sites, planning your day, and setting long term goals.",
    "permissions": [],
    "content_scripts": [
        {
            "matches": [
                ""
            ],
            "js": [
                "content-script.js"
            ]
        }
    ],
    "icons": {
        "16": "images\/16x16.png",
        "32": "images\/32x32.png",
        "64": "images\/64x64.png"
    },
    "action": {
        "default_icon": {
            "16": "images\/16x16.png",
            "32": "images\/32x32.png",
            "64": "images\/64x64.png"
        },
        "default_popup": "popup.html"
    }
}