Bye Bye Bad iStock Stock Photos

This extension will hide all those dumb stock photos you're tired of seeing. This app currently supports: iStockPhoto.com

Bye Bye Bad iStock Stock Photos란 무엇입니까?

Bye Bye Bad iStock Stock Photos은(는) http://www.internetshaper.com에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "This extension will hide all those dumb stock photos you're tired of seeing. This app currently supports: iStockPhoto.com"입니다.

확장 프로그램 스크린샷

screenshot
screenshot

Bye Bye Bad iStock Stock Photos 확장 프로그램 CRX 파일 다운로드

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

확장 프로그램 사용 설명서

                        Ever find yourself browsing through the SAME awful stock photos? This extension will hide all those stock photos you're tired of seeing every time you do an image search.

Currently Supported Stock Photo Websites: iStockPhoto.com (iStock)

** How to use **
1) If the "X" doesn't show up above each image, make sure you are using the "Classic Version" of iStockPhoto. The link is on the bottom of the page.
2) Click an image you never want to see again.
3) You have 5 seconds to undo the deletion, unless you click another photo's "x" in that time. In which case, you have 5 seconds to undo that deletion!
4) That's it!

* To revert back to all images, click on Window > Extensions > Bye Bye Bad Stock Photos Options (link) and click "Restore"                    

확장 프로그램 기본 정보

이름 Bye Bye Bad iStock Stock Photos Bye Bye Bad iStock Stock Photos
ID ilmhckampjhaoecjcloaaajflhahakkn
공식 URL https://chrome.google.com/webstore/detail/bye-bye-bad-istock-stock/ilmhckampjhaoecjcloaaajflhahakkn
설명 This extension will hide all those dumb stock photos you're tired of seeing. This app currently supports: iStockPhoto.com
파일 크기 357 KB
설치 횟수 80
현재 버전 1.11
최근 업데이트 2015-07-15
출시 날짜 2015-07-15
평점 3.00/5 총 2 개의 평점
개발자 http://www.internetshaper.com
결제 유형 free
지원되는 언어 en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Bye Bye Bad iStock Stock Photos",
    "short_name": "ByeBadPhotos",
    "description": "This extension will hide all those dumb stock photos you're tired of seeing. This app currently supports: iStockPhoto.com",
    "version": "1.11",
    "content_scripts": [
        {
            "matches": [
                "http:\/\/www.istockphoto.com\/*"
            ],
            "css": [
                "styles.css"
            ],
            "js": [
                "jquery-1.11.3.min.js",
                "scripts.js"
            ]
        }
    ],
    "icons": {
        "16": "icon16.png",
        "48": "icon48.png",
        "128": "icon128.png"
    },
    "permissions": [
        "tabs",
        "storage"
    ],
    "options_ui": {
        "page": "options.html",
        "chrome_style": false
    }
}