Clock To Bomb

Replaces the text 'clock' with 'bomb'.

Qu'est-ce que Clock To Bomb ?

Clock To Bomb est une extension Chrome développée par kpbballer, et sa fonction principale est "Replaces the text 'clock' with 'bomb'.".

Captures d'Écran de l'Extension

screenshot

Télécharger le fichier CRX de l'extension Clock To Bomb

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

                        This extension changes the word 'clock' to the word 'bomb'.

I'm open source too, this is the GitHub link: https://github.com/kevinarefunny/clock-to-bomb                    

Informations de Base sur l'Extension

Nom Clock To Bomb Clock To Bomb
ID ladhcjndigimcmjdcgddofpcjhnbkbhm
URL Officiel https://chromewebstore.google.com/detail/clock-to-bomb/ladhcjndigimcmjdcgddofpcjhnbkbhm
Description Replaces the text 'clock' with 'bomb'.
Taille du Fichier 3.81 KB
Nombre d'Installations 11
Version Actuelle 1.0
Dernière Mise à Jour 2016-02-01
Date de Publication 2016-02-01
Évaluation 5.00/5 Total 1 Évaluations
Développeur kpbballer
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": "Clock To Bomb",
    "version": "1.0",
    "description": "Replaces the text 'clock' with 'bomb'.",
    "icons": [],
    "content_scripts": [
        {
            "matches": [
                "*:\/\/*\/*"
            ],
            "js": [
                "content_script.js"
            ],
            "run_at": "document_end"
        }
    ]
}