Hamburgers to Steamed Hams
Replaces the text 'Hamburgers' with 'Steamed Hams' to support regional dialect.
What is Hamburgers to Steamed Hams?
Hamburgers to Steamed Hams is a Chrome extension developed by https://freemanonthe.land, and its main feature is "Replaces the text 'Hamburgers' with 'Steamed Hams' to support regional dialect.".
Extension Screenshots
Download Hamburgers to Steamed Hams Extension CRX File
Download Hamburgers to Steamed Hams extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.
Extension Usage Instructions
Extension Basic Information
Name | |
ID | fieooplcpndnceolckkkhnfkecpfeije |
Official URL | https://chromewebstore.google.com/detail/hamburgers-to-steamed-ham/fieooplcpndnceolckkkhnfkecpfeije |
Description | Replaces the text 'Hamburgers' with 'Steamed Hams' to support regional dialect. |
File Size | 44.86 KB |
Installation Count | 24 |
Current Version | 2.0 |
Last Updated | 2018-04-17 |
Publish Date | 2018-04-16 |
Rating | 4.33/5 Total 3 Ratings |
Developer | https://freemanonthe.land |
Payment Type | free |
Supported Languages | 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" } ] } |