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 là gì?

Bye Bye Bad iStock Stock Photos là một tiện ích mở rộng Chrome được phát triển bởi http://www.internetshaper.com, và tính năng chính của nó là "This extension will hide all those dumb stock photos you're tired of seeing. This app currently supports: iStockPhoto.com".

Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng

screenshot
screenshot

Tải xuống tệp CRX của tiện ích mở rộng Bye Bye Bad iStock Stock Photos

Tải xuống các tệp mở rộng Bye Bye Bad iStock Stock Photos dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.

Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng

                        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"                    

Thông Tin Cơ Bản về Tiện Ích Mở Rộng

Tên Bye Bye Bad iStock Stock Photos Bye Bye Bad iStock Stock Photos
ID ilmhckampjhaoecjcloaaajflhahakkn
URL Chính Thức https://chrome.google.com/webstore/detail/bye-bye-bad-istock-stock/ilmhckampjhaoecjcloaaajflhahakkn
Mô tả This extension will hide all those dumb stock photos you're tired of seeing. This app currently supports: iStockPhoto.com
Kích Thước Tệp 357 KB
Số Lần Cài Đặt 80
Phiên Bản Hiện Tại 1.11
Cập Nhật Lần Cuối 2015-07-15
Ngày Phát Hành 2015-07-15
Đánh Giá 3.00/5 Tổng số 2 Đánh Giá
Nhà Phát Triển http://www.internetshaper.com
Loại Thanh Toán free
Ngôn Ngữ Được Hỗ Trợ 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
    }
}