Twitter Trends Terminator

This extensions removes the Twitter trends element on the Twitter homepage when logged in.

ما هو Twitter Trends Terminator؟

Twitter Trends Terminator هو إضافة Chrome تم تطويرها بواسطة Fabian Deitelhoff، والميزة الرئيسية لها هي "This extensions removes the Twitter trends element on the Twitter homepage when logged in.".

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

screenshot

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

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

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

                        This extensions removes the Twitter Trends element and the Who To Follow Box on the Twitter homepage when logged in.

You can choose in the options if the boxes should be removed or not.                    

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

الاسم Twitter Trends Terminator Twitter Trends Terminator
ID dhhcmkfgnglmhenndgcaaeankfiaicga
عنوان URL الرسمي https://chrome.google.com/webstore/detail/twitter-trends-terminator/dhhcmkfgnglmhenndgcaaeankfiaicga
الوصف This extensions removes the Twitter trends element on the Twitter homepage when logged in.
حجم الملف 53.3 KB
عدد التثبيتات 145
النسخة الحالية 0.0.3
آخر تحديث 2014-08-11
تاريخ النشر 2014-08-11
تقييم 3.50/5 مجموع تقييمات 8
المطور Fabian Deitelhoff
نوع الدفع free
موقع الإضافة http://www.fabiandeitelhoff.de
عنوان صفحة المساعدة http://www.fabiandeitelhoff.de/2014/08/let-me-introduce-the-twitter-trends-terminator/
اللغات المدعومة en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Twitter Trends Terminator",
    "version": "0.0.3",
    "manifest_version": 2,
    "description": "This extensions removes the Twitter trends element on the Twitter homepage when logged in.",
    "homepage_url": "http:\/\/www.fabiandeitelhoff.de\/2014\/08\/let-me-introduce-the-twitter-trends-terminator\/",
    "author": "Fabian Deitelhoff",
    "icons": {
        "16": "icons\/icon16.png",
        "19": "icons\/icon19.png",
        "48": "icons\/icon48.png",
        "128": "icons\/icon128.png"
    },
    "default_locale": "en",
    "background": {
        "scripts": [
            "src\/bg\/background.js"
        ],
        "persistent": false
    },
    "options_page": "src\/options\/index.html",
    "permissions": [
        "storage",
        "https:\/\/twitter.com\/*",
        "http:\/\/twitter.com\/*"
    ]
}