Agony

Extension for quicktasks

什么是Agony?

Agony是由0xAgony开发的Chrome扩展程序,该扩展的主要功能是“Extension for quicktasks”。

扩展截图

screenshot
screenshot

下载Agony扩展crx文件

下载Agony扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。

扩展使用说明

                        Extension for placing quicktask buttons on various websites for Agony AIO.                    

扩展基本信息

名称 Agony Agony
ID hppkapjnjilcgepjigdfnkjnoeihkpfb
官方URL https://chromewebstore.google.com/detail/agony/hppkapjnjilcgepjigdfnkjnoeihkpfb
简介 Extension for quicktasks
文件大小 15.8 KB
安装次数 53
当前版本 1.0.3
更新时间 2023-10-26
上架时间 2023-09-17
评分 5.00/5 共5次评分
开发者 0xAgony
电子邮箱 [email protected]
付费类型 free
扩展官网 https://aio.agony.dev
支持的语言 en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "name": "Agony",
    "description": "Extension for quicktasks",
    "version": "1.0.3",
    "icons": {
        "128": "images\/favicon128.png"
    },
    "content_scripts": [
        {
            "js": [
                "scripts\/content.js"
            ],
            "css": [
                "css\/content.css"
            ],
            "matches": [
                "https:\/\/dexscreener.com\/*",
                "https:\/\/*.etherscan.io\/*",
                "https:\/\/cn.etherscan.com\/*",
                "https:\/\/friend.tech\/*",
                "https:\/\/www.friend.tech\/*",
                "https:\/\/openfriend.tech\/*"
            ]
        }
    ]
}