Clock To Bomb
Replaces the text 'clock' with 'bomb'. A Fork of Cloud To Butt.
Vad är Clock To Bomb?
Clock To Bomb är en Chrome-tillägg utvecklad av WinterPhoenix96, och dess huvudfunktion är "Replaces the text 'clock' with 'bomb'. A Fork of Cloud To Butt.".
Tilläggsskärmbilder
Ladda ner Clock To Bomb-förlängningens CRX-fil
Ladda ner Clock To Bomb-filändelser i crx-format, installera Chrome-tillägg manuellt i webbläsaren eller dela crx-filerna med vänner för att enkelt installera Chrome-tillägg.
Användarmanual för Tillägg
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
Grundläggande Information om Tillägg
Namn | Clock To Bomb |
ID | icmnjjlbmbjpodjamdmfodmpdmmfapen |
Officiell webbadress | https://chromewebstore.google.com/detail/clock-to-bomb/icmnjjlbmbjpodjamdmfodmpdmmfapen |
Beskrivning | Replaces the text 'clock' with 'bomb'. A Fork of Cloud To Butt. |
Filstorlek | 13.67 KB |
Antal Installationer | 66 |
Aktuell Version | 1.0 |
Senast Uppdaterad | 2015-09-21 |
Publiceringsdatum | 2015-09-21 |
Betyg | 4.33/5 Totalt 3 Betyg |
Utvecklare | WinterPhoenix96 |
Betalningssätt | free |
Hjälpsida URL | https://github.com/WinterPhoenix96/clock-to-bomb |
Stödda Språk | 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" } ] } |