FediAct
Simplifies interactions on other Mastodon instances than your own. Visit https://github.com/lartsch/FediAct for more.
ما هو FediAct؟
FediAct هو إضافة Chrome تم تطويرها بواسطة @[email protected]، والميزة الرئيسية لها هي "Simplifies interactions on other Mastodon instances than your own. Visit https://github.com/lartsch/FediAct for more.".
لقطات شاشة التمديد
تحميل ملف CRX للإضافة FediAct
قم بتنزيل ملفات الامتداد FediAct بتنسيق crx ، وقم بتثبيت الامتدادات يدويًا في متصفح Chrome ، أو شارك ملفات crx مع الأصدقاء لتثبيت الامتدادات بسهولة.
تعليمات استخدام التمديد
                        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                     معلومات أساسية عن التمديد
| الاسم |   |  
| ID | lmpcajpkjcclkjbliapfjfolocffednm | 
| عنوان URL الرسمي | 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 | 
| عنوان صفحة المساعدة | 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"
    }
}  |  |