Some Circus Clown
An extension that replaces 'Ben Carson' with 'some circus clown'
什麼是Some Circus Clown?
Some Circus Clown是由kathleenburk08開發的Chrome擴展程式,該擴展的主要功能是“An extension that replaces 'Ben Carson' with 'some circus clown'”。
擴展截圖
下載Some Circus Clown擴展crx文件
下載Some Circus Clown擴展crx格式的文件,手動將Chrome擴充功能安裝到瀏覽器中,也可以將crx文件分享給朋友,輕鬆安裝Chrome擴充功能。
擴展使用說明
An extension that replaces 'Ben Carson' with 'some circus clown' Version 1.0 Refactored code Version 0.2 Working code! Replaces 'Carson' with 'the circus clown', 'Dr. Ben Carson' with 'Dr. Circus Clown', and 'Dr. Benjamin Carson' with 'Dr. Barnum and Bailey Circus Clown Supreme'. Version 0.1 Test run, not working
擴展基本資訊
名稱 | Some Circus Clown |
ID | iaamcepimkmnknomgcodjeihafpnfhmf |
官方網址 | https://chromewebstore.google.com/detail/some-circus-clown/iaamcepimkmnknomgcodjeihafpnfhmf |
簡介 | An extension that replaces 'Ben Carson' with 'some circus clown' |
檔案大小 | 34.78 KB |
安裝次數 | 14 |
目前版本 | 1.0 |
更新時間 | 2015-11-09 |
上架時間 | 2015-11-08 |
評分 | 5.00/5 共 1 次評分 |
開發者 | kathleenburk08 |
付費類型 | free |
支援的語言 | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "Some Circus Clown", "description": "An extension that replaces 'Ben Carson' with 'some circus clown'", "version": "1.0", "icons": { "128": "icon_128.png" }, "content_scripts": [ { "matches": [ "http:\/\/*\/*", "https:\/\/*\/*" ], "js": [ "content.js" ], "run_at": "document_end" } ] } |