President Toilet
Swaps all instances of the 45th president’s name for some porcelain. Thanks, Cher, for the inspiration. 😘💋
Cos'è President Toilet?
President Toilet è un'estensione di Chrome sviluppata da https://www.presidenttoilet.com, e la sua funzione principale è "Swaps all instances of the 45th president’s name for some porcelain. Thanks, Cher, for the inspiration. 😘💋".
Screenshot dell'Estensione
Scarica il file CRX dell'estensione President Toilet
Scarica i file di estensione President Toilet in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.
Istruzioni per l'Uso dell'Estensione
Informazioni di Base sull'Estensione
| Nome | |
| ID | ffhonfinhcmadaiapenloombkmekogha |
| URL Ufficiale | https://chromewebstore.google.com/detail/president-toilet/ffhonfinhcmadaiapenloombkmekogha |
| Descrizione | Swaps all instances of the 45th president’s name for some porcelain. Thanks, Cher, for the inspiration. 😘💋 |
| Dimensione del File | 12.31 KB |
| Conteggio Installazioni | 29 |
| Versione Corrente | 1.3 |
| Ultimo Aggiornamento | 2017-05-11 |
| Data di Pubblicazione | 2017-05-11 |
| Valutazione | 5.00/5 Totale 1 Valutazioni |
| Sviluppatore | https://www.presidenttoilet.com |
| Tipo di Pagamento | free |
| Sito Web dell'Estensione | https://www.presidenttoilet.com |
| Lingue Supportate | 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"
}
]
} | |