Hamburgers to Steamed Hams
Replaces the text 'Hamburgers' with 'Steamed Hams' to support regional dialect.
Co to jest Hamburgers to Steamed Hams?
Hamburgers to Steamed Hams to rozszerzenie Chrome opracowane przez https://freemanonthe.land, a jego główną funkcją jest „Replaces the text 'Hamburgers' with 'Steamed Hams' to support regional dialect.”.
Zrzuty ekranu rozszerzenia
Pobierz plik CRX rozszerzenia Hamburgers to Steamed Hams
Pobierz pliki rozszerzeń Hamburgers to Steamed Hams 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 | fieooplcpndnceolckkkhnfkecpfeije |
Oficjalny URL | https://chromewebstore.google.com/detail/hamburgers-to-steamed-ham/fieooplcpndnceolckkkhnfkecpfeije |
Opis | Replaces the text 'Hamburgers' with 'Steamed Hams' to support regional dialect. |
Rozmiar pliku | 44.86 KB |
Liczba instalacji | 24 |
Aktualna Wersja | 2.0 |
Ostatnia Aktualizacja | 2018-04-17 |
Data Publikacji | 2018-04-16 |
Ocena | 4.33/5 Łącznie 3 Oceny |
Deweloper | https://freemanonthe.land |
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": "Hamburgers to Steamed Hams", "short_name": "Steamed Clams", "description": "Replaces the text 'Hamburgers' with 'Steamed Hams' to support regional dialect.", "author": "Seymour Skinner", "version": "2.0", "icons": { "16": "skinner16.png", "32": "skinner32.png", "48": "skinner48.png", "128": "skinner128.png" }, "content_scripts": [ { "matches": [ "*:\/\/*\/*" ], "all_frames": true, "js": [ "content_script.js" ], "run_at": "document_end" } ] } |