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 |
官方網址 | 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" } ] } |