tweet-hider

tweet-hider is a simple way to hide replies and retweets in order to read only unique content in a user's profile

ما هو tweet-hider؟

tweet-hider هو إضافة Chrome تم تطويرها بواسطة http://tweet-hider.ru، والميزة الرئيسية لها هي "tweet-hider is a simple way to hide replies and retweets in order to read only unique content in a user's profile".

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

screenshot
screenshot

تحميل ملف CRX للإضافة tweet-hider

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

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

                        tweet-hider is a simple way to hide replies and retweets in order to read only unique content in a user's profile 

Tired of endless retweets? Twitter looks like a chat? Tweet-hider easily deals with that!

The extension will help you to hide replies and retweets in in a user's profile with one click.

How to use the extension:

After installing «Hide @ and RT» button will appear above the tweets. It hides all replies and retweets. Get the replies and retweets back by pressing the button again.

Invented by RiverCity - http://river-city.ru                    

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

الاسم tweet-hider tweet-hider
ID ndagpendmajgnailamkkghmbhiadnjkk
عنوان URL الرسمي https://chrome.google.com/webstore/detail/tweet-hider/ndagpendmajgnailamkkghmbhiadnjkk
الوصف tweet-hider is a simple way to hide replies and retweets in order to read only unique content in a user's profile
حجم الملف 37.21 KB
عدد التثبيتات 31
النسخة الحالية 1.6
آخر تحديث 2012-10-02
تاريخ النشر 2012-10-02
تقييم 3.67/5 مجموع تقييمات 9
المطور http://tweet-hider.ru
نوع الدفع free
موقع الإضافة http://tweet-hider.ru
اللغات المدعومة en
manifest.json
{
    "update_url": "http:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "tweet-hider",
    "version": "1.6",
    "description": "tweet-hider is a simple way to hide replies and retweets in order to read only unique content in a user's profile",
    "content_scripts": [
        {
            "matches": [
                "http:\/\/twitter.com\/*",
                "https:\/\/twitter.com\/*"
            ],
            "js": [
                "jquery.js",
                "th.js"
            ]
        }
    ],
    "manifest_version": 2,
    "homepage_url": "http:\/\/tweet-hider.ru\/",
    "permissions": [
        "http:\/\/twitter.com\/*",
        "https:\/\/twitter.com\/*"
    ]
}