Billary Clinton
Changes all text containing 'Hillary Clinton' to 'Billary Clinton'
Co to jest Billary Clinton?
Billary Clinton to rozszerzenie Chrome opracowane przez stubuchbinder79, a jego główną funkcją jest „Changes all text containing 'Hillary Clinton' to 'Billary Clinton'”.
Zrzuty ekranu rozszerzenia
Pobierz plik CRX rozszerzenia Billary Clinton
Pobierz pliki rozszerzeń Billary Clinton 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
Hillary Clinton will never escape her husband's shadow. This extension changes all occurrences of 'Hillary Clinton' to 'Billary Clinton'
Podstawowe informacje o rozszerzeniu
Nazwa | Billary Clinton |
ID | ifhboffmilcifpimbdjbnljhdnkaacnp |
Oficjalny URL | https://chromewebstore.google.com/detail/billary-clinton/ifhboffmilcifpimbdjbnljhdnkaacnp |
Opis | Changes all text containing 'Hillary Clinton' to 'Billary Clinton' |
Rozmiar pliku | 3.53 KB |
Liczba instalacji | 18 |
Aktualna Wersja | 0.1 |
Ostatnia Aktualizacja | 2016-03-04 |
Data Publikacji | 2016-03-04 |
Ocena | 5.00/5 Łącznie 1 Oceny |
Deweloper | stubuchbinder79 |
Typ Płatności | free |
Obsługiwane Języki | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "Billary Clinton", "description": "Changes all text containing 'Hillary Clinton' to 'Billary Clinton'", "version": "0.1", "content_scripts": [ { "matches": [ "http:\/\/*\/*", "https:\/\/*\/*" ], "js": [ "content.js" ], "run_at": "document_end" } ] } |