Republicans are The Sith
Replaces the word Republican/s with Sith Lord
Co to jest Republicans are The Sith?
Republicans are The Sith to rozszerzenie Chrome opracowane przez Saber Software, a jego główną funkcją jest „Replaces the word Republican/s with Sith Lord”.
Zrzuty ekranu rozszerzenia
Pobierz plik CRX rozszerzenia Republicans are The Sith
Pobierz pliki rozszerzeń Republicans are The Sith 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
this is a simple text replacement extension to replace variations of the word "republican" with "Sith Lord"
Podstawowe informacje o rozszerzeniu
Nazwa | Republicans are The Sith |
ID | deibjeokppgbnalcpgoognmdihkkaeac |
Oficjalny URL | https://chromewebstore.google.com/detail/republicans-are-the-sith/deibjeokppgbnalcpgoognmdihkkaeac |
Opis | Replaces the word Republican/s with Sith Lord |
Rozmiar pliku | 3.57 KB |
Liczba instalacji | 86 |
Aktualna Wersja | 1.0 |
Ostatnia Aktualizacja | 2017-09-29 |
Data Publikacji | 2017-09-29 |
Ocena | 5.00/5 Łącznie 1 Oceny |
Deweloper | Saber Software |
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": "Republicans are The Sith", "description": "Replaces the word Republican\/s with Sith Lord", "version": "1.0", "content_scripts": [ { "matches": [ "*:\/\/*\/*" ], "js": [ "content.js" ], "run_at": "document_end" } ] } |