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? هو إضافة Chrome تم تطويرها بواسطة Wink، والميزة الرئيسية لها هي "Search image copies on Yandex.ru, Google.com, Bing.com and Tineye.com via right click menu".
لقطات شاشة التمديد
تحميل ملف CRX للإضافة Who stole my pictures?
قم بتنزيل ملفات الامتداد Who stole my pictures? بتنسيق crx ، وقم بتثبيت الامتدادات يدويًا في متصفح Chrome ، أو شارك ملفات 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" ] } |