Gate to Fart
Replaces the text 'gate' with 'fart'.
What is Gate to Fart?
Gate to Fart is a Chrome extension developed by Sana, and its main feature is "Replaces the text 'gate' with 'fart'.".
Extension Screenshots
Download Gate to Fart Extension CRX File
Download Gate to Fart extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.
Extension Usage Instructions
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.
Extension Basic Information
Name | Gate to Fart |
ID | iagclbkbkodngkiiipcnefjeilkfjflm |
Official URL | https://chromewebstore.google.com/detail/gate-to-fart/iagclbkbkodngkiiipcnefjeilkfjflm |
Description | Replaces the text 'gate' with 'fart'. |
File Size | 7.99 KB |
Installation Count | 31 |
Current Version | 1.1 |
Last Updated | 2015-07-19 |
Publish Date | 2015-07-19 |
Rating | 5.00/5 Total 1 Ratings |
Developer | Sana |
Payment Type | free |
Extension Website | https://github.com/bigshika/gate-to-fart |
Supported Languages | 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" } ] } |