kidpix dynamite

blows up the webpage

Qu'est-ce que kidpix dynamite ?

kidpix dynamite est une extension Chrome développée par aconanlai, et sa fonction principale est "blows up the webpage".

Captures d'Écran de l'Extension

screenshot

Télécharger le fichier CRX de l'extension kidpix dynamite

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

                        replicates Kid Pix's dynamite eraser tool in Chrome - blow up any website on sight.                    

Informations de Base sur l'Extension

Nom kidpix dynamite kidpix dynamite
ID mihhbojlannhiamnekmdbdeimiehhjal
URL Officiel https://chrome.google.com/webstore/detail/kidpix-dynamite/mihhbojlannhiamnekmdbdeimiehhjal
Description blows up the webpage
Taille du Fichier 9.84 KB
Nombre d'Installations 231
Version Actuelle 1.0
Dernière Mise à Jour 2017-06-15
Date de Publication 2017-06-15
Évaluation 3.67/5 Total 3 Évaluations
Développeur aconanlai
Type de Paiement free
Langues Prises en Charge en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "kidpix dynamite",
    "short_name": "kidpix_dynamite",
    "description": "blows up the webpage",
    "version": "1.0",
    "icons": {
        "24": "icon24.png",
        "48": "icon48.png"
    },
    "browser_action": {
        "default_title": "blow up",
        "default_icon": "icon24.png"
    },
    "background": {
        "scripts": [
            "background.js"
        ]
    },
    "content_scripts": [
        {
            "matches": [
                ""
            ],
            "css": [
                "style.css"
            ],
            "js": [
                "index.js"
            ]
        }
    ],
    "permissions": [
        "tabs",
        ""
    ],
    "content_security_policy": "script-src 'self' 'unsafe-eval'; object-src 'self'"
}