FediAct
Simplifies interactions on other Mastodon instances than your own. Visit https://github.com/lartsch/FediAct for more.
Co je FediAct?
FediAct je rozšíření Chrome vyvinuté @[email protected], a jeho hlavní funkcí je „Simplifies interactions on other Mastodon instances than your own. Visit https://github.com/lartsch/FediAct for more.“.
Snímky obrazovky rozšíření
Stáhnout soubor CRX rozšíření FediAct
Stáhněte si soubory rozšíření FediAct ve formátu crx, ručně nainstalujte rozšíření Chrome do prohlížeče nebo sdílejte soubory crx s přáteli, abyste jednoduše nainstalovali rozšíření Chrome.
Pokyny pro Použití Rozšíření
A Chrome/Firefox extension that simplifies following and post interactions on other Mastodon instances than your own. All data is processed on your machine locally! Visit the Github page to read up-to-date information on: - Supported features - Setup steps - Screenshots/GIFs - Additional usage notes https://github.com/lartsch/FediAct If you like this addon, consider donating: https://paypal.me/lartsch
Základní Informace o Rozšíření
Název | FediAct |
ID | lmpcajpkjcclkjbliapfjfolocffednm |
Oficiální URL | https://chromewebstore.google.com/detail/fediact/lmpcajpkjcclkjbliapfjfolocffednm |
Popis | Simplifies interactions on other Mastodon instances than your own. Visit https://github.com/lartsch/FediAct for more. |
Velikost souboru | 56.38 KB |
Počet instalací | 1,881 |
Aktuální Verze | 0.9.8.7 |
Poslední Aktualizace | 2022-12-31 |
Datum Vydání | 2022-11-23 |
Hodnocení | 4.90/5 Celkem 10 Hodnocení |
Vývojář | @[email protected] |
[email protected] | |
Typ Platby | free |
Webové stránky Rozšíření | https://github.com/lartsch/FediAct |
URL Stránky Nápovědy | https://github.com/lartsch/FediAct/issues |
Podporované Jazyky | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "FediAct", "version": "0.9.8.7", "description": "Simplifies interactions on other Mastodon instances than your own. Visit https:\/\/github.com\/lartsch\/FediAct for more.", "manifest_version": 3, "content_scripts": [ { "matches": [ "*:\/\/*\/*" ], "js": [ "src\/lib\/jquery-3.6.1.min.js", "src\/inject.min.js" ], "css": [ "src\/content_styles.min.css" ], "run_at": "document_start" } ], "background": { "service_worker": "src\/background.min.js" }, "permissions": [ "storage", "alarms", "tabs" ], "host_permissions": [ "https:\/\/*\/*", "http:\/\/*\/*" ], "options_ui": { "page": "src\/popup.html" }, "action": { "default_popup": "src\/popup.html", "default_icon": "src\/icon\/48.png", "default_title": "FediAct settings" }, "icons": { "48": "src\/icon\/48.png" } } |