Twitter UV

Browser Extension which enhances Twitter with Urbit Visor integration.

ما هو Twitter UV؟

Twitter UV هو إضافة Chrome تم تطويرها بواسطة dcSpark، والميزة الرئيسية لها هي "Browser Extension which enhances Twitter with Urbit Visor integration.".

لقطات شاشة التمديد

screenshot
screenshot

تحميل ملف CRX للإضافة Twitter UV

قم بتنزيل ملفات الامتداد Twitter UV بتنسيق crx ، وقم بتثبيت الامتدادات يدويًا في متصفح Chrome ، أو شارك ملفات crx مع الأصدقاء لتثبيت الامتدادات بسهولة.

تعليمات استخدام التمديد

                        Twitter UV is a web extension which bridges Twitter and Urbit. It allows users to easily share tweets and unroll whole threads at the click of a button directly onto their ships for sharing with others or archival purposes.                    

معلومات أساسية عن التمديد

الاسم Twitter UV Twitter UV
ID dfidmeghmgfhhflhfopoeinniomenjlf
عنوان URL الرسمي https://chromewebstore.google.com/detail/twitter-uv/dfidmeghmgfhhflhfopoeinniomenjlf
الوصف Browser Extension which enhances Twitter with Urbit Visor integration.
حجم الملف 253 KB
عدد التثبيتات 59
النسخة الحالية 0.2.2
آخر تحديث 2022-04-21
تاريخ النشر 2022-01-28
تقييم 5.00/5 مجموع تقييمات 1
المطور dcSpark
البريد الإلكتروني [email protected]
نوع الدفع free
موقع الإضافة https://github.com/dcSpark/twitter-uv
عنوان صفحة سياسة الخصوصية https://dcspark.io/legal/privacy
اللغات المدعومة en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Twitter UV",
    "version": "0.2.2",
    "description": "Browser Extension which enhances Twitter with Urbit Visor integration.",
    "manifest_version": 3,
    "icons": {
        "16": ".\/public\/images\/icon16.png",
        "48": ".\/public\/images\/icon48.png",
        "128": ".\/public\/images\/icon128.png"
    },
    "content_scripts": [
        {
            "matches": [
                "*:\/\/www.twitter.com\/*",
                "*:\/\/twitter.com\/*",
                "*:\/\/mobile.twitter.com\/*"
            ],
            "js": [
                "dev.js"
            ],
            "css": [
                "dev.css"
            ]
        }
    ],
    "action": {
        "default_icons": {
            "16": ".\/public\/images\/icon16.png",
            "48": ".\/public\/images\/icon48.png",
            "128": ".\/public\/images\/icon128.png"
        },
        "default_popup": ".\/popup.html",
        "default_title": "Twitter UV"
    },
    "permissions": [],
    "host_permissions": [
        "*:\/\/www.twitter.com\/*",
        "*:\/\/twitter.com\/*",
        "*:\/\/mobile.twitter.com\/*"
    ]
}