Agony
Extension for quicktasks
What is Agony?
Agony is a Chrome extension developed by 0xAgony, and its main feature is "Extension for quicktasks".
Extension Screenshots
Download Agony Extension CRX File
Download Agony 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
Extension for placing quicktask buttons on various websites for Agony AIO.
Extension Basic Information
Name | Agony |
ID | hppkapjnjilcgepjigdfnkjnoeihkpfb |
Official URL | https://chromewebstore.google.com/detail/agony/hppkapjnjilcgepjigdfnkjnoeihkpfb |
Description | Extension for quicktasks |
File Size | 15.8 KB |
Installation Count | 53 |
Current Version | 1.0.3 |
Last Updated | 2023-10-26 |
Publish Date | 2023-09-17 |
Rating | 5.00/5 Total 5 Ratings |
Developer | 0xAgony |
[email protected] | |
Payment Type | free |
Extension Website | https://aio.agony.dev |
Supported Languages | 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\/*" ] } ] } |