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 с друзьями, чтобы легко установить расширения Chrome.

Инструкции по использованию расширения

                        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
URL страницы помощи 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\/*"
    ]
}