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 |
官方網址 | 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] |
電子郵箱 | [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" } } |