Stopbot

Easily turn image loading on and off to reduce data usage and speed up page loads.

Stopbot란 무엇입니까?

Stopbot은(는) Jonathan Kirst에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Easily turn image loading on and off to reduce data usage and speed up page loads."입니다.

확장 프로그램 스크린샷

screenshot
screenshot
screenshot

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

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

확장 프로그램 사용 설명서

                        When turned on, Stopbot changes your Chrome Content Settings to block images. To turn it on and block images, just click the extension icon at the top right of your browser. If you want to turn images back on, simply click it again and reload the page.


For a full description from Google about these settings, read more here:

https://support.google.com/chrome/answer/2392971?hl=en                    

확장 프로그램 기본 정보

이름 Stopbot Stopbot
ID ihdeebmfbnbncbkdfeleapkghoalldmg
공식 URL https://chromewebstore.google.com/detail/stopbot/ihdeebmfbnbncbkdfeleapkghoalldmg
설명 Easily turn image loading on and off to reduce data usage and speed up page loads.
파일 크기 4.94 KB
설치 횟수 77
현재 버전 1.0.4
최근 업데이트 2013-07-14
출시 날짜 2013-07-14
평점 4.71/5 총 7 개의 평점
개발자 Jonathan Kirst
결제 유형 free
지원되는 언어 en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Stopbot",
    "description": "Easily turn image loading on and off to reduce data usage and speed up page loads.",
    "version": "1.0.4",
    "permissions": [
        "contentSettings"
    ],
    "browser_action": {
        "default_icon": "photos.png"
    },
    "background": {
        "scripts": [
            "background.js"
        ],
        "persistent": false
    }
}