Putin to Unicorn
Replaces the text 'Vladmir Putin' with 'Grand Magical Unicorn'
Co to jest Putin to Unicorn?
Putin to Unicorn to rozszerzenie Chrome opracowane przez sumita913, a jego główną funkcją jest „Replaces the text 'Vladmir Putin' with 'Grand Magical Unicorn'”.
Zrzuty ekranu rozszerzenia
Pobierz plik CRX rozszerzenia Putin to Unicorn
Pobierz pliki rozszerzeń Putin to Unicorn 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
Changes the name "Vladimir Putin" to "The Grand Magical Unicorn." Podstawowe informacje o rozszerzeniu
| Nazwa | |
| ID | aifgmfjbhcjjbdbgkojdhemaeidmlnla |
| Oficjalny URL | https://chromewebstore.google.com/detail/putin-to-unicorn/aifgmfjbhcjjbdbgkojdhemaeidmlnla |
| Opis | Replaces the text 'Vladmir Putin' with 'Grand Magical Unicorn' |
| Rozmiar pliku | 4.6 KB |
| Liczba instalacji | 342 |
| Aktualna Wersja | 1.0 |
| Ostatnia Aktualizacja | 2014-03-28 |
| Data Publikacji | 2014-03-28 |
| Ocena | 4.78/5 Łącznie 18 Oceny |
| Deweloper | sumita913 |
| Typ Płatności | free |
| Obsługiwane Języki | en-US |
| manifest.json | |
{
"update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
"manifest_version": 2,
"name": "Putin to Unicorn",
"version": "1.0",
"description": "Replaces the text 'Vladmir Putin' with 'Grand Magical Unicorn'",
"content_scripts": [
{
"matches": [
"*:\/\/*\/*"
],
"js": [
"content_script.js"
],
"run_at": "document_end"
}
]
} | |