Substitoot — improved Mastodon federation
Loads missing replies to boosted toots directly from the source server.
Substitoot — improved Mastodon federationคืออะไร?
Substitoot — improved Mastodon federation เป็นส่วนขยายของ Chrome ที่พัฒนาโดย Kludge Guru และคุณลักษณะหลักของมันคือ "Loads missing replies to boosted toots directly from the source server."
ภาพหน้าจอของส่วนขยาย
ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Substitoot — improved Mastodon federation
ดาวน์โหลดไฟล์ส่วนขยาย Substitoot — improved Mastodon federation ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย
คำแนะนำในการใช้ส่วนขยาย
Mastodon often fails to show up-to-date context and information on posts from remote instances. This addon does that properly. • See all the replies to any post on your home instance. Local and remote replies are now loaded in parallel so there is no extra delay. • Interact with all the remote posts as normal. They will be fetched to your instance as needed. • See the actual latest 20 posts in any user's profile. • See up-to-date boost/favorite counts on posts. It should work reliably on mainline Mastodon versions 4.0 and up, your mileage may vary for older instances or forks. Make sure to open the addon settings and type in the instances it should be active on! ---- It can fetch statuses and contexts from Akkoma/Pleroma and most Misskey/FireFish/Sharkey/IceShrimp/etc instances, better compatibility is a work in progress. However, it can only run on Mastodon as a home server, and has been tested to work on vanilla and Glitch editions on current development version (4.3.0). ---- Visit the website for more info!
ข้อมูลพื้นฐานของส่วนขยาย
ชื่อ | Substitoot — improved Mastodon federation |
ID | oedncfcpfcmehalbpdnekgaaldefpaef |
URL อย่างเป็นทางการ | https://chromewebstore.google.com/detail/substitoot-%E2%80%94-improved-mas/oedncfcpfcmehalbpdnekgaaldefpaef |
คำอธิบาย | Loads missing replies to boosted toots directly from the source server. |
ขนาดไฟล์ | 91.73 KB |
จำนวนการติดตั้ง | 64 |
เวอร์ชันปัจจุบัน | 0.7.2.0 |
อัปเดตครั้งล่าสุด | 2024-02-14 |
วันที่เผยแพร่ | 2023-04-25 |
คะแนน | 5.00/5 รวมทั้งหมด 2 คะแนน |
ผู้พัฒนา | Kludge Guru |
อีเมล | [email protected] |
ประเภทการชำระเงิน | free |
เว็บไซต์ส่วนขยาย | https://substitoot.kludge.guru/ |
URL หน้าช่วยเหลือ | https://loud.computer/@virtulis |
ภาษาที่รองรับ | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "description": "Loads missing replies to boosted toots directly from the source server.", "manifest_version": 3, "name": "Substitoot \u2014 improved Mastodon federation", "short_name": "Substitoot", "author": "virtulis", "version": "0.7.2.0", "homepage_url": "https:\/\/github.com\/virtulis\/substitoot", "icons": { "48": "static\/logo48.png", "128": "static\/logo.png" }, "permissions": [ "storage", "scripting" ], "optional_host_permissions": [ "https:\/\/*\/*" ], "options_ui": { "page": "static\/options.html", "browser_style": true }, "background": { "service_worker": "dist\/service-worker.js", "type": "module" }, "web_accessible_resources": [ { "resources": [ "dist\/inject.js" ], "matches": [ "https:\/\/*\/*" ] } ], "action": [] } |