Liberal to Lizard
Replaces the text 'liberal' with 'lizard'.
What is Liberal to Lizard?
Liberal to Lizard is a Chrome extension developed by Alex Hixon, and its main feature is "Replaces the text 'liberal' with 'lizard'.".
Download Liberal to Lizard Extension CRX File
Download Liberal to Lizard 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 | gffjgnochcilollgommfhgndmfanbbnk |
Official URL | https://chrome.google.com/webstore/detail/liberal-to-lizard/gffjgnochcilollgommfhgndmfanbbnk |
Description | Replaces the text 'liberal' with 'lizard'. |
File Size | 19.06 KB |
Installation Count | 31 |
Current Version | 1.0 |
Last Updated | 2014-09-05 |
Publish Date | 2014-09-05 |
Rating | 1.00/5 Total 1 Ratings |
Developer | Alex Hixon |
Payment Type | free |
Supported Languages | 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" } } |