Gate to Fart
Replaces the text 'gate' with 'fart'.
什麼是Gate to Fart?
Gate to Fart是由Sana開發的Chrome擴展程式,該擴展的主要功能是“Replaces the text 'gate' with 'fart'.”。
擴展截圖
下載Gate to Fart擴展crx文件
下載Gate to Fart擴展crx格式的文件,手動將Chrome擴充功能安裝到瀏覽器中,也可以將crx文件分享給朋友,輕鬆安裝Chrome擴充功能。
擴展使用說明
An extension that changes the text 'gate' to 'fart', inspired by a tweet from the Boston Globe about an FBI 'investifart'. Based on Cloud to Butt Plus, another great extension you should install to improve your internet experience.
Update 1.1: Removed an unnecessary icon. 擴展基本資訊
| 名稱 | |
| ID | iagclbkbkodngkiiipcnefjeilkfjflm |
| 官方網址 | https://chromewebstore.google.com/detail/gate-to-fart/iagclbkbkodngkiiipcnefjeilkfjflm |
| 簡介 | Replaces the text 'gate' with 'fart'. |
| 檔案大小 | 7.99 KB |
| 安裝次數 | 31 |
| 目前版本 | 1.1 |
| 更新時間 | 2015-07-19 |
| 上架時間 | 2015-07-19 |
| 評分 | 5.00/5 共 1 次評分 |
| 開發者 | Sana |
| 付費類型 | free |
| 擴展官網 | https://github.com/bigshika/gate-to-fart |
| 支援的語言 | en-US |
| manifest.json | |
{
"update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
"manifest_version": 2,
"name": "Gate to Fart",
"version": "1.1",
"description": "Replaces the text 'gate' with 'fart'.",
"icons": {
"48": "icon48.png"
},
"content_scripts": [
{
"matches": [
"*:\/\/*\/*"
],
"js": [
"content_script.js"
],
"run_at": "document_end"
}
]
} | |