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

Wat is Bye Bye Bad iStock Stock Photos?

Bye Bye Bad iStock Stock Photos is een Chrome-extensie ontwikkeld door http://www.internetshaper.com, en de belangrijkste functie is "This extension will hide all those dumb stock photos you're tired of seeing. This app currently supports: iStockPhoto.com".

Extensie Screenshots

screenshot
screenshot

Download het CRX-bestand van de extensie Bye Bye Bad iStock Stock Photos

Download Bye Bye Bad iStock Stock Photos-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.

Instructies voor het Gebruik van de Extensie

                        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"                    

Basisinformatie over de Extensie

Naam Bye Bye Bad iStock Stock Photos Bye Bye Bad iStock Stock Photos
ID ilmhckampjhaoecjcloaaajflhahakkn
Officiële URL https://chrome.google.com/webstore/detail/bye-bye-bad-istock-stock/ilmhckampjhaoecjcloaaajflhahakkn
Beschrijving This extension will hide all those dumb stock photos you're tired of seeing. This app currently supports: iStockPhoto.com
Bestandsgrootte 357 KB
Aantal Installaties 80
Huidige Versie 1.11
Laatst Bijgewerkt 2015-07-15
Publicatiedatum 2015-07-15
Beoordeling 3.00/5 Totaal 2 Beoordelingen
Ontwikkelaar http://www.internetshaper.com
Betalingswijze free
Ondersteunde Talen 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
    }
}