Content Script

Simple extension that allows running pre-defined JavaScript at any page. Developed by Simo Erkinheimo.

Qu'est-ce que Content Script ?

Content Script est une extension Chrome développée par Unknown, et sa fonction principale est "Simple extension that allows running pre-defined JavaScript at any page. Developed by Simo Erkinheimo.".

Captures d'Écran de l'Extension

screenshot

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

Téléchargez les fichiers d'extension Content Script 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 Script Content Script
ID fncbcbakeiaopklkfknhpckcoipoaefo
URL Officiel https://chromewebstore.google.com/detail/content-script/fncbcbakeiaopklkfknhpckcoipoaefo
Description Simple extension that allows running pre-defined JavaScript at any page. Developed by Simo Erkinheimo.
Taille du Fichier 22.97 KB
Nombre d'Installations 173
Version Actuelle 0.0.1
Dernière Mise à Jour 2016-07-19
Date de Publication 2016-07-19
Évaluation 5.00/5 Total 3 Évaluations
Développeur Unknown
Type de Paiement free
Langues Prises en Charge en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Content Script",
    "version": "0.0.1",
    "icons": {
        "128": "icon128.png"
    },
    "description": "Simple extension that allows running pre-defined JavaScript at any page. Developed by Simo Erkinheimo.",
    "author": "Simo Erkinheimo",
    "options_ui": {
        "page": "options.html",
        "chrome_style": true
    },
    "content_scripts": [
        {
            "matches": [
                ""
            ],
            "js": [
                "content.js"
            ],
            "run_at": "document_end"
        }
    ],
    "permissions": [
        "storage"
    ],
    "manifest_version": 2
}