Gate to Fart
Replaces the text 'gate' with 'fart'.
Vad är Gate to Fart?
Gate to Fart är en Chrome-tillägg utvecklad av Sana, och dess huvudfunktion är "Replaces the text 'gate' with 'fart'.".
Tilläggsskärmbilder
Ladda ner Gate to Fart-förlängningens CRX-fil
Ladda ner Gate to Fart-filändelser i crx-format, installera Chrome-tillägg manuellt i webbläsaren eller dela crx-filerna med vänner för att enkelt installera Chrome-tillägg.
Användarmanual för Tillägg
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.
Grundläggande Information om Tillägg
Namn | Gate to Fart |
ID | iagclbkbkodngkiiipcnefjeilkfjflm |
Officiell webbadress | https://chromewebstore.google.com/detail/gate-to-fart/iagclbkbkodngkiiipcnefjeilkfjflm |
Beskrivning | Replaces the text 'gate' with 'fart'. |
Filstorlek | 7.99 KB |
Antal Installationer | 31 |
Aktuell Version | 1.1 |
Senast Uppdaterad | 2015-07-19 |
Publiceringsdatum | 2015-07-19 |
Betyg | 5.00/5 Totalt 1 Betyg |
Utvecklare | Sana |
Betalningssätt | free |
Tilläggswebbplats | https://github.com/bigshika/gate-to-fart |
Stödda Språk | 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" } ] } |