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 مع الأصدقاء لتثبيت الامتدادات بسهولة.

تعليمات استخدام التمديد

                        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/
عنوان صفحة سياسة الخصوصية 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"
    }
}