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
Eメール [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\/*"
            ]
        }
    ]
}