Tax To Butt
Replaces occurrences of tax-related words with butt-related words.
什麼是Tax To Butt?
Tax To Butt是由zebraspots開發的Chrome擴展程式,該擴展的主要功能是“Replaces occurrences of tax-related words with butt-related words.”。
擴展截圖
下載Tax To Butt擴展crx文件
下載Tax To Butt擴展crx格式的文件,手動將Chrome擴充功能安裝到瀏覽器中,也可以將crx文件分享給朋友,輕鬆安裝Chrome擴充功能。
擴展使用說明
Make tax time fun with this extension that replaces tax-related words with butt-related words!
Adapted from Cloud to Butt, located at https://github.com/panicsteve/cloud-to-butt, and with code to protect from XSS vulnerability from https://github.com/hank/cloud-to-butt. 擴展基本資訊
| 名稱 | |
| ID | kbpekihcfdamaofaiffjjcbkcolhbdkf |
| 官方網址 | https://chromewebstore.google.com/detail/tax-to-butt/kbpekihcfdamaofaiffjjcbkcolhbdkf |
| 簡介 | Replaces occurrences of tax-related words with butt-related words. |
| 檔案大小 | 16.72 KB |
| 安裝次數 | 29 |
| 目前版本 | 1.2 |
| 更新時間 | 2015-01-16 |
| 上架時間 | 2015-01-15 |
| 評分 | 5.00/5 共 4 次評分 |
| 開發者 | zebraspots |
| 付費類型 | free |
| 支援的語言 | en |
| manifest.json | |
{
"update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
"manifest_version": 2,
"name": "Tax To Butt",
"version": "1.2",
"description": "Replaces occurrences of tax-related words with butt-related words.",
"icons": {
"16": "icon-16.png",
"48": "icon-48.png",
"128": "icon-128.png"
},
"content_scripts": [
{
"matches": [
"*:\/\/*\/*"
],
"js": [
"content_script.js"
],
"run_at": "document_end"
}
]
} | |