Millennials to Snake People
Replaces the text 'Millennial' with 'Snake People'.
What is Millennials to Snake People?
Millennials to Snake People is a Chrome extension developed by Eric Bailey, and its main feature is "Replaces the text 'Millennial' with 'Snake People'.".
Extension Screenshots
Download Millennials to Snake People Extension CRX File
Download Millennials to Snake People 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
Learn the sad, sinister truth behind the mysterious Snake People. Who are they? What do they want?
Extension Basic Information
Name | Millennials to Snake People |
ID | jhkibealmjkbkafogihpeidfcgnigmlf |
Official URL | https://chromewebstore.google.com/detail/millennials-to-snake-peop/jhkibealmjkbkafogihpeidfcgnigmlf |
Description | Replaces the text 'Millennial' with 'Snake People'. |
File Size | 27.41 KB |
Installation Count | 9,627 |
Current Version | 2.3 |
Last Updated | 2019-03-11 |
Publish Date | 2019-03-10 |
Rating | 4.70/5 Total 343 Ratings |
Developer | Eric Bailey |
[email protected] | |
Payment Type | free |
Extension Website | https://github.com/ericwbailey/millennial-to-snake-people |
Help Page URL | https://github.com/ericwbailey/millennials-to-snake-people/issues |
Supported Languages | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "Millennials to Snake People", "short_name": "Snake People", "description": "Replaces the text 'Millennial' with 'Snake People'.", "author": "Eric Bailey", "version": "2.3", "icons": { "16": "icon16.png", "32": "icon32.png", "48": "icon48.png", "128": "icon128.png" }, "content_scripts": [ { "matches": [ "*:\/\/*\/*" ], "all_frames": true, "js": [ "content_script.js" ], "run_at": "document_end" } ] } |