FediAct
Simplifies interactions on other Mastodon instances than your own. Visit https://github.com/lartsch/FediAct for more.
Wat is FediAct?
FediAct is een Chrome-extensie ontwikkeld door @[email protected], en de belangrijkste functie is "Simplifies interactions on other Mastodon instances than your own. Visit https://github.com/lartsch/FediAct for more.".
Extensie Screenshots
Download het CRX-bestand van de extensie FediAct
Download FediAct-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
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
Basisinformatie over de Extensie
Naam | FediAct |
ID | lmpcajpkjcclkjbliapfjfolocffednm |
Officiële URL | https://chromewebstore.google.com/detail/fediact/lmpcajpkjcclkjbliapfjfolocffednm |
Beschrijving | Simplifies interactions on other Mastodon instances than your own. Visit https://github.com/lartsch/FediAct for more. |
Bestandsgrootte | 56.38 KB |
Aantal Installaties | 1,881 |
Huidige Versie | 0.9.8.7 |
Laatst Bijgewerkt | 2022-12-31 |
Publicatiedatum | 2022-11-23 |
Beoordeling | 4.90/5 Totaal 10 Beoordelingen |
Ontwikkelaar | @[email protected] |
[email protected] | |
Betalingswijze | free |
Extensiewebsite | https://github.com/lartsch/FediAct |
Help Pagina-URL | https://github.com/lartsch/FediAct/issues |
Ondersteunde Talen | 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" } } |