Clock To Bomb
Replaces the text 'clock' with 'bomb'. A Fork of Cloud To Butt.
Cos'è Clock To Bomb?
Clock To Bomb è un'estensione di Chrome sviluppata da WinterPhoenix96, e la sua funzione principale è "Replaces the text 'clock' with 'bomb'. A Fork of Cloud To Butt.".
Screenshot dell'Estensione
Scarica il file CRX dell'estensione Clock To Bomb
Scarica i file di estensione Clock To Bomb in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.
Istruzioni per l'Uso dell'Estensione
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 Informazioni di Base sull'Estensione
| Nome | |
| ID | icmnjjlbmbjpodjamdmfodmpdmmfapen |
| URL Ufficiale | https://chromewebstore.google.com/detail/clock-to-bomb/icmnjjlbmbjpodjamdmfodmpdmmfapen |
| Descrizione | Replaces the text 'clock' with 'bomb'. A Fork of Cloud To Butt. |
| Dimensione del File | 13.67 KB |
| Conteggio Installazioni | 66 |
| Versione Corrente | 1.0 |
| Ultimo Aggiornamento | 2015-09-21 |
| Data di Pubblicazione | 2015-09-21 |
| Valutazione | 4.33/5 Totale 3 Valutazioni |
| Sviluppatore | WinterPhoenix96 |
| Tipo di Pagamento | free |
| URL della Pagina di Aiuto | https://github.com/WinterPhoenix96/clock-to-bomb |
| Lingue Supportate | 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"
}
]
} | |