Mastodon Handles in Twitter
A helper to find people on Twitter that use Mastodon.
ما هو Mastodon Handles in Twitter؟
Mastodon Handles in Twitter هو إضافة Chrome تم تطويرها بواسطة Lennard Scheibel، والميزة الرئيسية لها هي "A helper to find people on Twitter that use Mastodon.".
لقطات شاشة التمديد
تحميل ملف CRX للإضافة Mastodon Handles in Twitter
قم بتنزيل ملفات الامتداد Mastodon Handles in Twitter بتنسيق crx ، وقم بتثبيت الامتدادات يدويًا في متصفح Chrome ، أو شارك ملفات crx مع الأصدقاء لتثبيت الامتدادات بسهولة.
تعليمات استخدام التمديد
This extension adds a little mastodon icon next to users that mention their mastodon handle in their bio. Simply click the icon to go to their mastodon account.
معلومات أساسية عن التمديد
الاسم | Mastodon Handles in Twitter |
ID | ncgejfiheecflhpoifeembagnjgigioi |
عنوان URL الرسمي | https://chromewebstore.google.com/detail/mastodon-handles-in-twitt/ncgejfiheecflhpoifeembagnjgigioi |
الوصف | A helper to find people on Twitter that use Mastodon. |
حجم الملف | 11.34 KB |
عدد التثبيتات | 130 |
النسخة الحالية | 1.2.1 |
آخر تحديث | 2023-12-02 |
تاريخ النشر | 2022-11-15 |
تقييم | 4.00/5 مجموع تقييمات 3 |
المطور | Lennard Scheibel |
البريد الإلكتروني | [email protected] |
نوع الدفع | free |
موقع الإضافة | https://github.com/lscheibel/mastodon-handles-in-twitter |
عنوان صفحة المساعدة | https://github.com/lscheibel/mastodon-handles-in-twitter/issues |
اللغات المدعومة | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Mastodon Handles in Twitter", "description": "A helper to find people on Twitter that use Mastodon.", "version": "1.2.1", "manifest_version": 3, "permissions": [ "https:\/\/*.twitter.com\/*", "scripting" ], "host_permissions": [ "https:\/\/*.twitter.com\/*" ], "background": { "service_worker": "background.js" }, "content_scripts": [ { "matches": [ "https:\/\/*.twitter.com\/*" ], "css": [ "styles.css" ] } ], "action": { "default_icon": "icon.png" } } |