Twitter Trends Terminator

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

什麼是Twitter Trends Terminator?

Twitter Trends Terminator是由Fabian Deitelhoff開發的Chrome擴展程式,該擴展的主要功能是“This extensions removes the Twitter trends element on the Twitter homepage when logged in.”。

擴展截圖

screenshot

下載Twitter Trends Terminator擴展crx文件

下載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
官方網址 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\/*"
    ]
}