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 द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Search image copies on Yandex.ru, Google.com, Bing.com and Tineye.com via right click menu"।
एक्सटेंशन स्क्रीनशॉट्स
एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें
crx प्रारूप में Who stole my pictures? एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।
एक्सटेंशन उपयोग निर्देश
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 |
ईमेल | [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" ] } |