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? là gì?
Who stole my pictures? là một tiện ích mở rộng Chrome được phát triển bởi Wink, và tính năng chính của nó là "Search image copies on Yandex.ru, Google.com, Bing.com and Tineye.com via right click menu".
Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng
Tải xuống tệp CRX của tiện ích mở rộng Who stole my pictures?
Tải xuống các tệp mở rộng Who stole my pictures? dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.
Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng
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.
Thông Tin Cơ Bản về Tiện Ích Mở Rộng
Tên | |
ID | mcdbnfhkikiofkkicppioekloflmaibd |
URL Chính Thức | https://chrome.google.com/webstore/detail/who-stole-my-pictures/mcdbnfhkikiofkkicppioekloflmaibd |
Mô tả | Search image copies on Yandex.ru, Google.com, Bing.com and Tineye.com via right click menu |
Kích Thước Tệp | 178 KB |
Số Lần Cài Đặt | 3,000 |
Phiên Bản Hiện Tại | 0.65 |
Cập Nhật Lần Cuối | 2020-02-15 |
Ngày Phát Hành | 2020-02-15 |
Đánh Giá | 4.17/5 Tổng số 6 Đánh Giá |
Nhà Phát Triển | Wink |
[email protected] | |
Loại Thanh Toán | free |
Ngôn Ngữ Được Hỗ Trợ | 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" ] } |