President Toilet
Swaps all instances of the 45th president’s name for some porcelain. Thanks, Cher, for the inspiration. 😘💋
Co to jest President Toilet?
President Toilet to rozszerzenie Chrome opracowane przez https://www.presidenttoilet.com, a jego główną funkcją jest „Swaps all instances of the 45th president’s name for some porcelain. Thanks, Cher, for the inspiration. 😘💋”.
Zrzuty ekranu rozszerzenia
Pobierz plik CRX rozszerzenia President Toilet
Pobierz pliki rozszerzeń President Toilet w formacie crx, zainstaluj ręcznie rozszerzenia Chrome w przeglądarce lub udostępnij pliki crx znajomym, aby łatwo zainstalować rozszerzenia Chrome.
Instrukcja Użytkowania Rozszerzenia
Podstawowe informacje o rozszerzeniu
| Nazwa | |
| ID | ffhonfinhcmadaiapenloombkmekogha |
| Oficjalny URL | https://chromewebstore.google.com/detail/president-toilet/ffhonfinhcmadaiapenloombkmekogha |
| Opis | Swaps all instances of the 45th president’s name for some porcelain. Thanks, Cher, for the inspiration. 😘💋 |
| Rozmiar pliku | 12.31 KB |
| Liczba instalacji | 29 |
| Aktualna Wersja | 1.3 |
| Ostatnia Aktualizacja | 2017-05-11 |
| Data Publikacji | 2017-05-11 |
| Ocena | 5.00/5 Łącznie 1 Oceny |
| Deweloper | https://www.presidenttoilet.com |
| Typ Płatności | free |
| Strona Rozszerzenia | https://www.presidenttoilet.com |
| Obsługiwane Języki | 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"
}
]
} | |