Stolen Camera Finder

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

Stolen Camera Finderคืออะไร?

Stolen Camera Finder เป็นส่วนขยายของ Chrome ที่พัฒนาโดย https://www.stolencamerafinder.com และคุณลักษณะหลักของมันคือ "Silent extension that keeps an eye out for photos taken with stolen cameras"

ภาพหน้าจอของส่วนขยาย

screenshot
screenshot

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Stolen Camera Finder

ดาวน์โหลดไฟล์ส่วนขยาย 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
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:\/\/*\/"
    ]
}