Twitter Image Preview Blocker

Block inline image previews on twitter

Twitter Image Preview Blocker란 무엇입니까?

Twitter Image Preview Blocker은(는) jeffrey.tierney에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Block inline image previews on twitter"입니다.

확장 프로그램 스크린샷

screenshot

Twitter Image Preview Blocker 확장 프로그램 CRX 파일 다운로드

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

확장 프로그램 사용 설명서

                        A simple extension to block the inline image previews on twitter.                    

확장 프로그램 기본 정보

이름 Twitter Image Preview Blocker Twitter Image Preview Blocker
ID iokmkidbmoacjdmenafapdmiheodmmbe
공식 URL https://chromewebstore.google.com/detail/twitter-image-preview-blo/iokmkidbmoacjdmenafapdmiheodmmbe
설명 Block inline image previews on twitter
파일 크기 38.13 KB
설치 횟수 222
현재 버전 0.0.3
최근 업데이트 2013-11-01
출시 날짜 2013-10-31
평점 3.72/5 총 25 개의 평점
개발자 jeffrey.tierney
이메일 [email protected]
결제 유형 free
지원되는 언어 en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Twitter Image Preview Blocker",
    "version": "0.0.3",
    "manifest_version": 2,
    "description": "Block inline image previews on twitter",
    "content_scripts": [
        {
            "matches": [
                "http:\/\/*.twitter.com\/*",
                "https:\/\/*.twitter.com\/*"
            ],
            "css": [
                "css\/twimgblocker.css"
            ]
        }
    ],
    "icons": {
        "16": "img\/twimgblocker_16.png",
        "48": "img\/twimgblocker_48.png",
        "128": "img\/twimgblocker_128.png"
    }
}