Liberal to Lizard
Replaces the text 'liberal' with 'lizard'.
Co to jest Liberal to Lizard?
Liberal to Lizard to rozszerzenie Chrome opracowane przez Alex Hixon, a jego główną funkcją jest „Replaces the text 'liberal' with 'lizard'.”.
Pobierz plik CRX rozszerzenia Liberal to Lizard
Pobierz pliki rozszerzeń Liberal to Lizard 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 | gffjgnochcilollgommfhgndmfanbbnk |
Oficjalny URL | https://chrome.google.com/webstore/detail/liberal-to-lizard/gffjgnochcilollgommfhgndmfanbbnk |
Opis | Replaces the text 'liberal' with 'lizard'. |
Rozmiar pliku | 19.06 KB |
Liczba instalacji | 31 |
Aktualna Wersja | 1.0 |
Ostatnia Aktualizacja | 2014-09-05 |
Data Publikacji | 2014-09-05 |
Ocena | 1.00/5 Łącznie 1 Oceny |
Deweloper | Alex Hixon |
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": "Liberal to Lizard", "version": "1.0", "description": "Replaces the text 'liberal' with 'lizard'.", "content_scripts": [ { "matches": [ "*:\/\/*\/*" ], "js": [ "content_script.js" ], "run_at": "document_end" } ], "icons": { "16": "16.png", "48": "48.png", "128": "128.png" } } |