Simplify Twitter Web UI

Simplify the new Twitter Web UI

ما هو Simplify Twitter Web UI؟

Simplify Twitter Web UI هو إضافة Chrome تم تطويرها بواسطة lukeed، والميزة الرئيسية لها هي "Simplify the new Twitter Web UI".

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

screenshot

تحميل ملف CRX للإضافة Simplify Twitter Web UI

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

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

                        **Why?**

- I don't like 3-column layouts (too busy)
- Hide "Trending For you" stuff – usually in the right sidebar
- Attempt to hide "Promoted Tweets" – currently works, but don't count on it

See the website for more info.                    

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

الاسم Simplify Twitter Web UI Simplify Twitter Web UI
ID pobjlebhmdjbgfjhfdhblilmpjkegbfd
عنوان URL الرسمي https://chromewebstore.google.com/detail/simplify-twitter-web-ui/pobjlebhmdjbgfjhfdhblilmpjkegbfd
الوصف Simplify the new Twitter Web UI
حجم الملف 10.53 KB
عدد التثبيتات 383
النسخة الحالية 2.0.0
آخر تحديث 2019-06-29
تاريخ النشر 2019-06-29
تقييم 5.00/5 مجموع تقييمات 2
المطور lukeed
نوع الدفع free
موقع الإضافة https://github.com/lukeed/twitter-simple-extension
عنوان صفحة المساعدة https://github.com/lukeed/twitter-simple-extension/issues
اللغات المدعومة en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Simplify Twitter Web UI",
    "version": "2.0.0",
    "manifest_version": 2,
    "description": "Simplify the new Twitter Web UI",
    "homepage_url": "https:\/\/github.com\/lukeed\/twitter-simple-extension",
    "icons": {
        "128": "128x128.png"
    },
    "permissions": [
        "https:\/\/twitter.com\/*",
        "https:\/\/*.twitter.com\/*"
    ],
    "content_scripts": [
        {
            "matches": [
                "https:\/\/twitter.com\/*",
                "https:\/\/*\/twitter.com\/*"
            ],
            "js": [
                "index.min.js"
            ]
        }
    ]
}