No Moments for Twitter

A chrome extension that hides the Moments button on the Twitter website.

ما هو No Moments for Twitter؟

No Moments for Twitter هو إضافة Chrome تم تطويرها بواسطة ungoldman، والميزة الرئيسية لها هي "A chrome extension that hides the Moments button on the Twitter website.".

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

screenshot
screenshot

تحميل ملف CRX للإضافة No Moments for Twitter

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

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

                        A chrome extension that hides the Moments button on the Twitter website.

Disclaimer:

This extension is distributed free of charge and made for educational/practical purposes only! No harm is intended toward the great nation of Twitter. I just don't want to accidentally click the `Moments` button anymore.                    

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

الاسم No Moments for Twitter No Moments for Twitter
ID kenlkkgfablehdjlhidnacobagpcbmcp
عنوان URL الرسمي https://chrome.google.com/webstore/detail/no-moments-for-twitter/kenlkkgfablehdjlhidnacobagpcbmcp
الوصف A chrome extension that hides the Moments button on the Twitter website.
حجم الملف 30.76 KB
عدد التثبيتات 34
النسخة الحالية 1.0.0
آخر تحديث 2015-12-04
تاريخ النشر 2015-12-04
تقييم 5.00/5 مجموع تقييمات 4
المطور ungoldman
نوع الدفع free
موقع الإضافة https://github.com/ngoldman/no-moments
اللغات المدعومة en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "No Moments for Twitter",
    "version": "1.0.0",
    "description": "A chrome extension that hides the Moments button on the Twitter website.",
    "homepage_url": "http:\/\/github.com\/ngoldman\/no-moments",
    "icons": {
        "16": "icons\/16.png",
        "48": "icons\/48.png",
        "128": "icons\/128.png"
    },
    "content_scripts": [
        {
            "matches": [
                "https:\/\/twitter.com\/*"
            ],
            "css": [
                "no-moments.css"
            ]
        }
    ]
}