Clock To Bomb
Replaces the text 'clock' with 'bomb'. A Fork of Cloud To Butt.
Qu'est-ce que Clock To Bomb ?
Clock To Bomb est une extension Chrome développée par WinterPhoenix96, et sa fonction principale est "Replaces the text 'clock' with 'bomb'. A Fork of Cloud To Butt.".
Captures d'Écran de l'Extension
Télécharger le fichier CRX de l'extension Clock To Bomb
Téléchargez les fichiers d'extension Clock To Bomb au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.
Instructions d'Utilisation de l'Extension
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
Informations de Base sur l'Extension
Nom | Clock To Bomb |
ID | icmnjjlbmbjpodjamdmfodmpdmmfapen |
URL Officiel | https://chromewebstore.google.com/detail/clock-to-bomb/icmnjjlbmbjpodjamdmfodmpdmmfapen |
Description | Replaces the text 'clock' with 'bomb'. A Fork of Cloud To Butt. |
Taille du Fichier | 13.67 KB |
Nombre d'Installations | 66 |
Version Actuelle | 1.0 |
Dernière Mise à Jour | 2015-09-21 |
Date de Publication | 2015-09-21 |
Évaluation | 4.33/5 Total 3 Évaluations |
Développeur | WinterPhoenix96 |
Type de Paiement | free |
URL de la Page d'Aide | https://github.com/WinterPhoenix96/clock-to-bomb |
Langues Prises en Charge | 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" } ] } |