FediAct
Simplifies interactions on other Mastodon instances than your own. Visit https://github.com/lartsch/FediAct for more.
FediActとは何ですか?
FediActは@[email protected]によって開発されたChromeの拡張機能で、その主な機能は「Simplifies interactions on other Mastodon instances than your own. Visit https://github.com/lartsch/FediAct for more.」です。
拡張機能のスクリーンショット
FediAct拡張機能のCRXファイルをダウンロード
FediAct拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。
拡張機能の使用方法
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
拡張機能の基本情報
名前 | FediAct |
ID | lmpcajpkjcclkjbliapfjfolocffednm |
公式URL | https://chromewebstore.google.com/detail/fediact/lmpcajpkjcclkjbliapfjfolocffednm |
説明 | Simplifies interactions on other Mastodon instances than your own. Visit https://github.com/lartsch/FediAct for more. |
ファイルサイズ | 56.38 KB |
インストール数 | 1,881 |
現在のバージョン | 0.9.8.7 |
最終更新日 | 2022-12-31 |
公開日 | 2022-11-23 |
評価 | 4.90/5 合計 10 レビュー |
開発者 | @[email protected] |
Eメール | [email protected] |
支払い方法 | free |
拡張機能のウェブサイト | https://github.com/lartsch/FediAct |
ヘルプページのURL | https://github.com/lartsch/FediAct/issues |
対応言語 | 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" } } |