Clock To Bomb
Replaces the text 'clock' with 'bomb'.
Wat is Clock To Bomb?
Clock To Bomb is een Chrome-extensie ontwikkeld door kpbballer, en de belangrijkste functie is "Replaces the text 'clock' with 'bomb'.".
Extensie Screenshots
Download het CRX-bestand van de extensie Clock To Bomb
Download Clock To Bomb-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.
Instructies voor het Gebruik van de Extensie
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
Basisinformatie over de Extensie
Naam | Clock To Bomb |
ID | ladhcjndigimcmjdcgddofpcjhnbkbhm |
Officiële URL | https://chromewebstore.google.com/detail/clock-to-bomb/ladhcjndigimcmjdcgddofpcjhnbkbhm |
Beschrijving | Replaces the text 'clock' with 'bomb'. |
Bestandsgrootte | 3.81 KB |
Aantal Installaties | 11 |
Huidige Versie | 1.0 |
Laatst Bijgewerkt | 2016-02-01 |
Publicatiedatum | 2016-02-01 |
Beoordeling | 5.00/5 Totaal 1 Beoordelingen |
Ontwikkelaar | kpbballer |
Betalingswijze | free |
Ondersteunde Talen | 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" } ] } |