Who stole my pictures?
Search image copies on Yandex.ru, Google.com, Bing.com and Tineye.com via right click menu
Who stole my pictures?とは何ですか?
Who stole my pictures?はWinkによって開発されたChromeの拡張機能で、その主な機能は「Search image copies on Yandex.ru, Google.com, Bing.com and Tineye.com via right click menu」です。
拡張機能のスクリーンショット
Who stole my pictures?拡張機能のCRXファイルをダウンロード
Who stole my pictures?拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。
拡張機能の使用方法
You can use this add-on to search for your own photos used without your permission, or to search for copies of the images in the best quality or without watermarks. Just click the right mouse button on any picture and choose "Search Image on Yandex" or "Search Image on Google" Bonus: you can search images by selecting any text on web pages. Free and fun. No advert, spam links and hidden bitcoin miners inside.
拡張機能の基本情報
名前 | |
ID | mcdbnfhkikiofkkicppioekloflmaibd |
公式URL | https://chrome.google.com/webstore/detail/who-stole-my-pictures/mcdbnfhkikiofkkicppioekloflmaibd |
説明 | Search image copies on Yandex.ru, Google.com, Bing.com and Tineye.com via right click menu |
ファイルサイズ | 178 KB |
インストール数 | 3,000 |
現在のバージョン | 0.65 |
最終更新日 | 2020-02-15 |
公開日 | 2020-02-15 |
評価 | 4.17/5 合計 6 レビュー |
開発者 | Wink |
Eメール | [email protected] |
支払い方法 | free |
対応言語 | en,ru |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "version": "0.65", "default_locale": "en", "name": "__MSG_name__", "short_name": "__MSG_name__", "description": "__MSG_description__", "author": "Wink", "icons": { "16": "icons\/eye.png", "32": "icons\/logo.png", "48": "icons\/logo_48.png", "64": "icons\/logo_64.png", "128": "icons\/logo_128.png" }, "content_scripts": [ { "matches": [ "http:\/\/*\/*", "https:\/\/*\/*" ], "js": [ "content\/content.js" ], "run_at": "document_start", "all_frames": true } ], "options_ui": { "chrome_style": false, "page": "options\/options.html", "open_in_tab": true }, "background": { "scripts": [ "background.js" ] }, "permissions": [ "contextMenus", "storage", "tabs", "notifications" ] } |