FediAct
Simplifies interactions on other Mastodon instances than your own. Visit https://github.com/lartsch/FediAct for more.
FediAct là gì?
FediAct là một tiện ích mở rộng Chrome được phát triển bởi @[email protected], và tính năng chính của nó là "Simplifies interactions on other Mastodon instances than your own. Visit https://github.com/lartsch/FediAct for more.".
Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng
Tải xuống tệp CRX của tiện ích mở rộng FediAct
Tải xuống các tệp mở rộng FediAct dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.
Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng
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
Thông Tin Cơ Bản về Tiện Ích Mở Rộng
Tên | FediAct |
ID | lmpcajpkjcclkjbliapfjfolocffednm |
URL Chính Thức | https://chromewebstore.google.com/detail/fediact/lmpcajpkjcclkjbliapfjfolocffednm |
Mô tả | Simplifies interactions on other Mastodon instances than your own. Visit https://github.com/lartsch/FediAct for more. |
Kích Thước Tệp | 56.38 KB |
Số Lần Cài Đặt | 1,881 |
Phiên Bản Hiện Tại | 0.9.8.7 |
Cập Nhật Lần Cuối | 2022-12-31 |
Ngày Phát Hành | 2022-11-23 |
Đánh Giá | 4.90/5 Tổng số 10 Đánh Giá |
Nhà Phát Triển | @[email protected] |
[email protected] | |
Loại Thanh Toán | free |
Trang Web Mở Rộng | https://github.com/lartsch/FediAct |
URL Trang Trợ Giúp | https://github.com/lartsch/FediAct/issues |
Ngôn Ngữ Được Hỗ Trợ | 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" } } |