Trend Blocker

Blocks curiosity-clicks to Twitter trends.

Trend Blocker란 무엇입니까?

Trend Blocker은(는) https://klivk.com에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Blocks curiosity-clicks to Twitter trends."입니다.

확장 프로그램 스크린샷

screenshot

Trend Blocker 확장 프로그램 CRX 파일 다운로드

크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.

확장 프로그램 사용 설명서

                        Avoid all those useless tweets that you read just because you have reflexively clicked on catchy trending topic titles.

When you are super curious about one, you can always control-click or right-click to read it.                    

확장 프로그램 기본 정보

이름 Trend Blocker Trend Blocker
ID mmkljdkafmpccfjahboblagjedcdafpg
공식 URL https://chromewebstore.google.com/detail/trend-blocker/mmkljdkafmpccfjahboblagjedcdafpg
설명 Blocks curiosity-clicks to Twitter trends.
파일 크기 59.3 KB
설치 횟수 94
현재 버전 1.0.2.2
최근 업데이트 2012-04-24
출시 날짜 2012-04-24
개발자 https://klivk.com
이메일 [email protected]
결제 유형 free
개인정보 보호 정책 페이지 URL https://serdar.work/chrome-extensions/privacy-policy.html
지원되는 언어 en
manifest.json
{
    "update_url": "http:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Trend Blocker",
    "version": "1.0.2.2",
    "manifest_version": 2,
    "description": "Blocks curiosity-clicks to Twitter trends.",
    "icons": {
        "14": "icon14.png",
        "16": "icon16.png",
        "32": "icon32.png",
        "48": "icon48.png",
        "64": "icon64.png",
        "128": "icon128.png"
    },
    "default_locale": "en",
    "content_scripts": [
        {
            "matches": [
                "https:\/\/twitter.com\/*"
            ],
            "css": [
                "mystyles.css"
            ],
            "js": [
                "jquery.js",
                "myscript.js"
            ]
        }
    ],
    "homepage_url": "http:\/\/klivk.com\/trend-blocker"
}