President Toilet
Swaps all instances of the 45th president’s name for some porcelain. Thanks, Cher, for the inspiration. 😘💋
Vad är President Toilet?
President Toilet är en Chrome-tillägg utvecklad av https://www.presidenttoilet.com, och dess huvudfunktion är "Swaps all instances of the 45th president’s name for some porcelain. Thanks, Cher, for the inspiration. 😘💋".
Tilläggsskärmbilder
Ladda ner President Toilet-förlängningens CRX-fil
Ladda ner President Toilet-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
Grundläggande Information om Tillägg
| Namn | |
| ID | ffhonfinhcmadaiapenloombkmekogha |
| Officiell webbadress | https://chromewebstore.google.com/detail/president-toilet/ffhonfinhcmadaiapenloombkmekogha |
| Beskrivning | Swaps all instances of the 45th president’s name for some porcelain. Thanks, Cher, for the inspiration. 😘💋 |
| Filstorlek | 12.31 KB |
| Antal Installationer | 29 |
| Aktuell Version | 1.3 |
| Senast Uppdaterad | 2017-05-11 |
| Publiceringsdatum | 2017-05-11 |
| Betyg | 5.00/5 Totalt 1 Betyg |
| Utvecklare | https://www.presidenttoilet.com |
| Betalningssätt | free |
| Tilläggswebbplats | https://www.presidenttoilet.com |
| Stödda Språk | en |
| manifest.json | |
{
"update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
"manifest_version": 2,
"name": "President Toilet",
"description": "Swaps all instances of the 45th president\u2019s name for some porcelain. Thanks, Cher, for the inspiration. \ud83d\ude18\ud83d\udc8b",
"icons": {
"16": "images\/icon_16.png",
"48": "images\/icon_48.png",
"128": "images\/icon_128.png"
},
"version": "1.3",
"content_scripts": [
{
"matches": [
"*:\/\/*\/*"
],
"js": [
"content.js"
],
"run_at": "document_end"
}
]
} | |