Clock To Bomb
Replaces the text 'clock' with 'bomb'. A Fork of Cloud To Butt.
什么是Clock To Bomb?
Clock To Bomb是由WinterPhoenix96开发的Chrome扩展程序,该扩展的主要功能是“Replaces the text 'clock' with 'bomb'. A Fork of Cloud To Butt.”。
扩展截图
下载Clock To Bomb扩展crx文件
下载Clock To Bomb扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。
扩展使用说明
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
扩展基本信息
名称 | Clock To Bomb |
ID | icmnjjlbmbjpodjamdmfodmpdmmfapen |
官方URL | https://chromewebstore.google.com/detail/clock-to-bomb/icmnjjlbmbjpodjamdmfodmpdmmfapen |
简介 | Replaces the text 'clock' with 'bomb'. A Fork of Cloud To Butt. |
文件大小 | 13.67 KB |
安装次数 | 66 |
当前版本 | 1.0 |
更新时间 | 2015-09-21 |
上架时间 | 2015-09-21 |
评分 | 4.33/5 共3次评分 |
开发者 | WinterPhoenix96 |
付费类型 | free |
帮助页面URL | https://github.com/WinterPhoenix96/clock-to-bomb |
支持的语言 | 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" } ] } |