Ants

A life-changing productivity hack

What is Ants?

Ants is a Chrome extension developed by maxwell.oliver.white, and its main feature is "A life-changing productivity hack".

Extension Screenshots

screenshot
screenshot

Download Ants Extension CRX File

Download Ants 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

                        Have you ever looked at a webpage filled with text and wished there were way fewer words ... and way more ants? We've been there, and we've got you covered.                    

Extension Basic Information

Name Ants Ants
ID dkedeomphfmenkbcpcnkhpkkhiillaka
Official URL https://chromewebstore.google.com/detail/ants/dkedeomphfmenkbcpcnkhpkkhiillaka
Description A life-changing productivity hack
File Size 5.78 MB
Installation Count 103
Current Version 2.0
Last Updated 2023-04-17
Publish Date 2018-04-16
Rating 5.00/5 Total 3 Ratings
Developer maxwell.oliver.white
Email [email protected]
Payment Type free
Extension Website https://github.com/DuckBrothers/Antz
Supported Languages en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Ants",
    "description": "A life-changing productivity hack",
    "version": "2.0",
    "permissions": [
        "tabs",
        "scripting"
    ],
    "action": {
        "default_title": "ReadySetGo",
        "default_icon": ".\/img\/bugKiller.png",
        "default_popup": "hello.html"
    },
    "host_permissions": [
        "http:\/\/*\/*",
        "https:\/\/*\/*"
    ],
    "web_accessible_resources": [
        {
            "resources": [
                "img\/*"
            ],
            "matches": [
                "*:\/\/*\/*"
            ]
        }
    ],
    "manifest_version": 3
}