Ahero Extension

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

What is Ahero Extension?

Ahero Extension is a Chrome extension developed by Sidekick, and its main feature is "Browser extension that supports the Ahero app. Get focused by blocking sites, planning your day, and setting long term goals.".

Extension Screenshots

screenshot
screenshot
screenshot

Download Ahero Extension Extension CRX File

Download Ahero Extension extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.

Extension Usage Instructions

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

Extension Basic Information

Name Ahero Extension Ahero Extension
ID hnmindbmmjgfpidamckcmlkcaaajgkfd
Official URL https://chromewebstore.google.com/detail/ahero-extension/hnmindbmmjgfpidamckcmlkcaaajgkfd
Description Browser extension that supports the Ahero app. Get focused by blocking sites, planning your day, and setting long term goals.
File Size 12.38 KB
Installation Count 41
Current Version 1.0.0
Last Updated 2022-11-13
Publish Date 2022-11-12
Developer Sidekick
Email [email protected]
Payment Type free
Extension Website https://www.thesidekick.app/
Privacy Policy Page URL https://thesidekick.app/policy
Supported Languages 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"
    }
}