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.
拡張機能の基本情報
名前 | Tax To Butt |
ID | kbpekihcfdamaofaiffjjcbkcolhbdkf |
公式URL | 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" } ] } |