Gate to Fart
Replaces the text 'gate' with 'fart'.
Hvad er Gate to Fart?
Gate to Fart er en Chrome-udvidelse udviklet af Sana, og dens hovedfunktion er "Replaces the text 'gate' with 'fart'.".
Udvidelsesskærmbilleder
Download Gate to Fart-udvidelses-CRX-fil
Download Gate to Fart-udvidelsesfiler i crx-format, installer Chrome-udvidelser manuelt i browseren eller del crx-filer med venner for nemt at installere Chrome-udvidelser.
Brugsanvisning til Udvidelsen
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æggende oplysninger om udvidelsen
| Navn | |
| ID | iagclbkbkodngkiiipcnefjeilkfjflm |
| Officiel URL | https://chromewebstore.google.com/detail/gate-to-fart/iagclbkbkodngkiiipcnefjeilkfjflm |
| Beskrivelse | Replaces the text 'gate' with 'fart'. |
| Filstørrelse | 7.99 KB |
| Antal Installationer | 31 |
| Nuværende Version | 1.1 |
| Senest Opdateret | 2015-07-19 |
| Udgivelsesdato | 2015-07-19 |
| Bedømmelse | 5.00/5 Samlet 1 Bedømmelser |
| Udvikler | Sana |
| Betalingsmetode | free |
| Udvidelseswebsted | https://github.com/bigshika/gate-to-fart |
| Understøttede Sprog | 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"
}
]
} | |