Agony
Extension for quicktasks
Wat is Agony?
Agony is een Chrome-extensie ontwikkeld door 0xAgony, en de belangrijkste functie is "Extension for quicktasks".
Extensie Screenshots
Download het CRX-bestand van de extensie Agony
Download Agony-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.
Instructies voor het Gebruik van de Extensie
Extension for placing quicktask buttons on various websites for Agony AIO.
Basisinformatie over de Extensie
Naam | Agony |
ID | hppkapjnjilcgepjigdfnkjnoeihkpfb |
Officiële URL | https://chromewebstore.google.com/detail/agony/hppkapjnjilcgepjigdfnkjnoeihkpfb |
Beschrijving | Extension for quicktasks |
Bestandsgrootte | 15.8 KB |
Aantal Installaties | 53 |
Huidige Versie | 1.0.3 |
Laatst Bijgewerkt | 2023-10-26 |
Publicatiedatum | 2023-09-17 |
Beoordeling | 5.00/5 Totaal 5 Beoordelingen |
Ontwikkelaar | 0xAgony |
[email protected] | |
Betalingswijze | free |
Extensiewebsite | https://aio.agony.dev |
Ondersteunde Talen | 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\/*" ] } ] } |