Stolen Camera Finder

Silent extension that keeps an eye out for photos taken with stolen cameras

什麼是Stolen Camera Finder?

Stolen Camera Finder是由https://www.stolencamerafinder.com開發的Chrome擴展程式,該擴展的主要功能是“Silent extension that keeps an eye out for photos taken with stolen cameras”。

擴展截圖

screenshot
screenshot

下載Stolen Camera Finder擴展crx文件

下載Stolen Camera Finder擴展crx格式的文件,手動將Chrome擴充功能安裝到瀏覽器中,也可以將crx文件分享給朋友,輕鬆安裝Chrome擴充功能。

擴展使用說明

                        Quietly sitting in the background, this extension enables you to help contribute to the search for lost and stolen cameras.

While you browse the internet, if you load a jpeg image that contains an embedded serial number, that serial number is submitted to the stolencamerafinder database.

We have no interest is exposing personal data and take active steps to try to prevent it. However, it must be understood that by using this plugin, any images you view in the browser could be listed in search results. For example, if you view an image online that is only secure in the sense that the url is hard to guess, it may end up being listed in the results. If you have any concerns about this, please get in touch.

For more information, or to search for a camera, visit https://www.stolencamerafinder.com

Thanks for your help, you're awesome!                    

擴展基本資訊

名稱 Stolen Camera Finder Stolen Camera Finder
ID hfhlngbcdalpjiejaenfchpcajdmpeom
官方網址 https://chromewebstore.google.com/detail/stolen-camera-finder/hfhlngbcdalpjiejaenfchpcajdmpeom
簡介 Silent extension that keeps an eye out for photos taken with stolen cameras
檔案大小 57.26 KB
安裝次數 6,476
目前版本 1.99.8
更新時間 2018-04-27
上架時間 2018-04-27
評分 4.38/5 共 91 次評分
開發者 https://www.stolencamerafinder.com
付費類型 free
擴展官網 https://www.stolencamerafinder.com
說明頁面URL https://www.stolencamerafinder.com/howitworks.jsp
支援的語言 en-GB
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Stolen Camera Finder",
    "version": "1.99.8",
    "description": "Silent extension that keeps an eye out for photos taken with stolen cameras",
    "icons": {
        "16": "icon16.png",
        "48": "icon48.png",
        "128": "icon128.png"
    },
    "content_scripts": [
        {
            "matches": [
                ""
            ],
            "js": [
                "jquery-1.7.1.min.js",
                "exiftool.js",
                "jquery.waitforimages.js",
                "content.js"
            ]
        }
    ],
    "permissions": [
        "http:\/\/*\/",
        "https:\/\/*\/"
    ]
}