Remove Unnecessary Tweets

Extension removes tweets other people's likes, from your timeline.

ما هو Remove Unnecessary Tweets؟

Remove Unnecessary Tweets هو إضافة Chrome تم تطويرها بواسطة emreerkoca، والميزة الرئيسية لها هي "Extension removes tweets other people's likes, from your timeline.".

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

screenshot

تحميل ملف CRX للإضافة Remove Unnecessary Tweets

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

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

                        You' re following some account for information but some people like funny tweets. If you think this is time loosing and you don' t want to see 'X liked this' etc. tweets, you can use this. So you can obtain more good Twitter timeline.                    

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

الاسم Remove Unnecessary Tweets Remove Unnecessary Tweets
ID daicnhdooapknokokdpigjfmljkiekmd
عنوان URL الرسمي https://chrome.google.com/webstore/detail/daicnhdooapknokokdpigjfmljkiekmd
الوصف Extension removes tweets other people's likes, from your timeline.
حجم الملف 6.95 KB
عدد التثبيتات 80
النسخة الحالية 0.0.2
آخر تحديث 2020-11-05
تاريخ النشر 2020-11-05
المطور emreerkoca
نوع الدفع free
اللغات المدعومة en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Remove Unnecessary Tweets",
    "description": "Extension removes tweets other people's likes, from your timeline.",
    "version": "0.0.2",
    "content_scripts": [
        {
            "js": [
                "content.js"
            ],
            "matches": [
                "https:\/\/twitter.com\/*"
            ]
        }
    ],
    "browser_action": {
        "default_icon": "twitter_icon.png",
        "default_popup": "popup.html"
    }
}