Content Finder

The easiest way to identify the endpoint where the content is coming from.

Qu'est-ce que Content Finder ?

Content Finder est une extension Chrome développée par White Tower Software LLC, et sa fonction principale est "The easiest way to identify the endpoint where the content is coming from.".

Captures d'Écran de l'Extension

screenshot
screenshot

Télécharger le fichier CRX de l'extension Content Finder

Téléchargez les fichiers d'extension Content 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

                                            

Informations de Base sur l'Extension

Nom Content Finder Content Finder
ID bbamdlhecgcmakehkkolcdgpanlkjapc
URL Officiel https://chromewebstore.google.com/detail/content-finder/bbamdlhecgcmakehkkolcdgpanlkjapc
Description The easiest way to identify the endpoint where the content is coming from.
Taille du Fichier 884 KB
Nombre d'Installations 100
Version Actuelle 1.1
Dernière Mise à Jour 2018-03-07
Date de Publication 2018-03-07
Évaluation 5.00/5 Total 1 Évaluations
Développeur White Tower Software LLC
Email [email protected]
Type de Paiement free
Langues Prises en Charge en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Content Finder",
    "description": "The easiest way to identify the endpoint where the content is coming from.",
    "version": "1.1",
    "author": "White Tower Software LLC",
    "browser_action": {
        "default_icon": "icon.png",
        "default_popup": "popup.html",
        "default_title": "Content Finder"
    },
    "icons": {
        "16": "icon.png",
        "48": "icon.png",
        "128": "icon.png"
    },
    "permissions": [
        "activeTab",
        "storage",
        "tabs"
    ],
    "content_scripts": [
        {
            "matches": [
                ""
            ],
            "run_at": "document_start",
            "js": [
                "contentscript.js"
            ],
            "css": [
                "main.css",
                "fonts\/css\/fontawesome-all.min.css"
            ]
        }
    ],
    "background": {
        "scripts": [
            "background.js"
        ]
    },
    "web_accessible_resources": [
        "inject.js",
        "fonts\/webfonts\/*"
    ]
}