Stolen Camera Finder

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

Qu'est-ce que Stolen Camera Finder ?

Stolen Camera Finder est une extension Chrome développée par https://www.stolencamerafinder.com, et sa fonction principale est "Silent extension that keeps an eye out for photos taken with stolen cameras".

Captures d'Écran de l'Extension

screenshot
screenshot

Télécharger le fichier CRX de l'extension Stolen Camera Finder

Téléchargez les fichiers d'extension Stolen Camera Finder au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.

Instructions d'Utilisation de l'Extension

                        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!                    

Informations de Base sur l'Extension

Nom Stolen Camera Finder Stolen Camera Finder
ID hfhlngbcdalpjiejaenfchpcajdmpeom
URL Officiel https://chromewebstore.google.com/detail/stolen-camera-finder/hfhlngbcdalpjiejaenfchpcajdmpeom
Description Silent extension that keeps an eye out for photos taken with stolen cameras
Taille du Fichier 57.26 KB
Nombre d'Installations 6,476
Version Actuelle 1.99.8
Dernière Mise à Jour 2018-04-27
Date de Publication 2018-04-27
Évaluation 4.38/5 Total 91 Évaluations
Développeur https://www.stolencamerafinder.com
Type de Paiement free
Site Web de l'Extension https://www.stolencamerafinder.com
URL de la Page d'Aide https://www.stolencamerafinder.com/howitworks.jsp
Langues Prises en Charge 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:\/\/*\/"
    ]
}