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 파일 다운로드

크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 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
도움말 페이지 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\/*"
    ]
}