Substitoot — improved Mastodon federation
Loads missing replies to boosted toots directly from the source server.
Substitoot — improved Mastodon federation란 무엇입니까?
Substitoot — improved Mastodon federation은(는) Kludge Guru에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Loads missing replies to boosted toots directly from the source server."입니다.
확장 프로그램 스크린샷
Substitoot — improved Mastodon federation 확장 프로그램 CRX 파일 다운로드
크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.
확장 프로그램 사용 설명서
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": [] } |