Clock To Bomb
Replaces the text 'clock' with 'bomb'. A Fork of Cloud To Butt.
O que é Clock To Bomb?
Clock To Bomb é uma extensão do Chrome desenvolvida por WinterPhoenix96, e sua principal característica é "Replaces the text 'clock' with 'bomb'. A Fork of Cloud To Butt.".
Capturas de Tela da Extensão
Baixar o arquivo CRX da Extensão Clock To Bomb
Baixe arquivos de extensão Clock To Bomb no formato crx, instale manualmente as extensões do Chrome no navegador ou compartilhe os arquivos crx com amigos para instalar facilmente as extensões do Chrome.
Instruções de Uso da Extensão
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
Informações Básicas da Extensão
Nome | Clock To Bomb |
ID | icmnjjlbmbjpodjamdmfodmpdmmfapen |
URL Oficial | https://chromewebstore.google.com/detail/clock-to-bomb/icmnjjlbmbjpodjamdmfodmpdmmfapen |
Descrição | Replaces the text 'clock' with 'bomb'. A Fork of Cloud To Butt. |
Tamanho do Arquivo | 13.67 KB |
Contagem de Instalações | 66 |
Versão Atual | 1.0 |
Última Atualização | 2015-09-21 |
Data de Publicação | 2015-09-21 |
Classificação | 4.33/5 Total de 3 Avaliações |
Desenvolvedor | WinterPhoenix96 |
Tipo de Pagamento | free |
URL da Página de Ajuda | https://github.com/WinterPhoenix96/clock-to-bomb |
Idiomas Suportados | 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" } ] } |