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 파일 다운로드

크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.

확장 프로그램 사용 설명서

                        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
공식 URL 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:\/\/*\/"
    ]
}