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”。

擴展截圖

screenshot
screenshot
screenshot
screenshot
screenshot
screenshot
screenshot

下載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.                    

擴展基本資訊

名稱 Who stole my pictures? Who stole my pictures?
ID mcdbnfhkikiofkkicppioekloflmaibd
官方網址 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"
    ]
}