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」です。
拡張機能のスクリーンショット
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"
拡張機能の基本情報
名前 | |
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 } } |