Clock To Bomb
Replaces the text 'clock' with 'bomb'. A Fork of Cloud To Butt.
Was ist Clock To Bomb?
Clock To Bomb ist eine Chrome-Erweiterung, die von WinterPhoenix96 entwickelt wurde, und ihr Hauptmerkmal ist "Replaces the text 'clock' with 'bomb'. A Fork of Cloud To Butt.".
Erweiterungsscreenshots
Clock To Bomb-Erweiterungs-CRX-Datei herunterladen
Laden Sie Clock To Bomb-Erweiterungsdateien im crx-Format herunter, installieren Sie Chrome-Erweiterungen manuell im Browser oder teilen Sie die crx-Dateien mit Freunden, um Chrome-Erweiterungen einfach zu installieren.
Anleitung zur Verwendung der Erweiterung
I wrote this as joking commentary on the News Story about Ahmed Mohamed, a 14-year-old that brought his homemade clock to school and was arrested on account that it looked like a bomb. At least according to his high school's administration and the local police. #IStandWithAhmed Clock-To-Bomb Open-Source Repo: https://github.com/WinterPhoenix96/clock-to-bomb Original Cloud-To-Butt Repo: https://github.com/hank/cloud-to-butt Cloud-To-Butt Chrome Extension on the Chrome Web Store: https://chrome.google.com/webstore/detail/cloud-to-butt-plus/apmlngnhgbnjpajelfkmabhkfapgnoai
Grundlegende Informationen zur Erweiterung
Name | Clock To Bomb |
ID | icmnjjlbmbjpodjamdmfodmpdmmfapen |
Offizielle URL | https://chromewebstore.google.com/detail/clock-to-bomb/icmnjjlbmbjpodjamdmfodmpdmmfapen |
Beschreibung | Replaces the text 'clock' with 'bomb'. A Fork of Cloud To Butt. |
Dateigröße | 13.67 KB |
Installationsanzahl | 66 |
Aktuelle Version | 1.0 |
Letztes Update | 2015-09-21 |
Veröffentlichungsdatum | 2015-09-21 |
Bewertung | 4.33/5 Insgesamt 3 Bewertungen |
Entwickler | WinterPhoenix96 |
Zahlungsart | free |
Hilfeseite URL | https://github.com/WinterPhoenix96/clock-to-bomb |
Unterstützte Sprachen | en |
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'. A Fork of Cloud To Butt.", "icons": { "16": "icon16.png", "48": "icon48.png", "128": "icon128.png" }, "content_scripts": [ { "matches": [ "*:\/\/*\/*" ], "js": [ "content_script.js" ], "run_at": "document_end" } ] } |