Clock To Bomb
Replaces the text 'clock' with 'bomb'.
Hvad er Clock To Bomb?
Clock To Bomb er en Chrome-udvidelse udviklet af kpbballer, og dens hovedfunktion er "Replaces the text 'clock' with 'bomb'.".
Udvidelsesskærmbilleder
Download Clock To Bomb-udvidelses-CRX-fil
Download Clock To Bomb-udvidelsesfiler i crx-format, installer Chrome-udvidelser manuelt i browseren eller del crx-filer med venner for nemt at installere Chrome-udvidelser.
Brugsanvisning til Udvidelsen
                        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                     Grundlæggende oplysninger om udvidelsen
| Navn |   |  
| ID | ladhcjndigimcmjdcgddofpcjhnbkbhm | 
| Officiel URL | https://chromewebstore.google.com/detail/clock-to-bomb/ladhcjndigimcmjdcgddofpcjhnbkbhm | 
| Beskrivelse | Replaces the text 'clock' with 'bomb'. | 
| Filstørrelse | 3.81 KB | 
| Antal Installationer | 11 | 
| Nuværende Version | 1.0 | 
| Senest Opdateret | 2016-02-01 | 
| Udgivelsesdato | 2016-02-01 | 
| Bedømmelse | 5.00/5 Samlet 1 Bedømmelser | 
| Udvikler | kpbballer | 
| Betalingsmetode | free | 
| Understøttede Sprog | 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"
        }
    ]
}  |  |