President Toilet
Swaps all instances of the 45th president’s name for some porcelain. Thanks, Cher, for the inspiration. 😘💋
Co je President Toilet?
President Toilet je rozšíření Chrome vyvinuté https://www.presidenttoilet.com, a jeho hlavní funkcí je „Swaps all instances of the 45th president’s name for some porcelain. Thanks, Cher, for the inspiration. 😘💋“.
Snímky obrazovky rozšíření
Stáhnout soubor CRX rozšíření President Toilet
Stáhněte si soubory rozšíření President Toilet ve formátu crx, ručně nainstalujte rozšíření Chrome do prohlížeče nebo sdílejte soubory crx s přáteli, abyste jednoduše nainstalovali rozšíření Chrome.
Pokyny pro Použití Rozšíření
Základní Informace o Rozšíření
| Název | |
| ID | ffhonfinhcmadaiapenloombkmekogha |
| Oficiální URL | https://chromewebstore.google.com/detail/president-toilet/ffhonfinhcmadaiapenloombkmekogha |
| Popis | Swaps all instances of the 45th president’s name for some porcelain. Thanks, Cher, for the inspiration. 😘💋 |
| Velikost souboru | 12.31 KB |
| Počet instalací | 29 |
| Aktuální Verze | 1.3 |
| Poslední Aktualizace | 2017-05-11 |
| Datum Vydání | 2017-05-11 |
| Hodnocení | 5.00/5 Celkem 1 Hodnocení |
| Vývojář | https://www.presidenttoilet.com |
| Typ Platby | free |
| Webové stránky Rozšíření | https://www.presidenttoilet.com |
| Podporované Jazyky | 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"
}
]
} | |