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

Qu'est-ce que Bye Bye Bad iStock Stock Photos ?

Bye Bye Bad iStock Stock Photos est une extension Chrome développée par http://www.internetshaper.com, et sa fonction principale est "This extension will hide all those dumb stock photos you're tired of seeing. This app currently supports: iStockPhoto.com".

Captures d'Écran de l'Extension

screenshot
screenshot

Télécharger le fichier CRX de l'extension Bye Bye Bad iStock Stock Photos

Téléchargez les fichiers d'extension Bye Bye Bad iStock Stock Photos au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.

Instructions d'Utilisation de l'Extension

                        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"                    

Informations de Base sur l'Extension

Nom Bye Bye Bad iStock Stock Photos Bye Bye Bad iStock Stock Photos
ID ilmhckampjhaoecjcloaaajflhahakkn
URL Officiel https://chrome.google.com/webstore/detail/bye-bye-bad-istock-stock/ilmhckampjhaoecjcloaaajflhahakkn
Description This extension will hide all those dumb stock photos you're tired of seeing. This app currently supports: iStockPhoto.com
Taille du Fichier 357 KB
Nombre d'Installations 80
Version Actuelle 1.11
Dernière Mise à Jour 2015-07-15
Date de Publication 2015-07-15
Évaluation 3.00/5 Total 2 Évaluations
Développeur http://www.internetshaper.com
Type de Paiement free
Langues Prises en Charge 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
    }
}