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文件

下載Bye Bye Bad iStock Stock Photos擴展crx格式的文件,手動將Chrome擴充功能安裝到瀏覽器中,也可以將crx文件分享給朋友,輕鬆安裝Chrome擴充功能。

擴展使用說明

                        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
官方網址 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
    }
}