Simple Lottery Generator
This extension will generate random lottery numbers.
What is Simple Lottery Generator?
Simple Lottery Generator is a Chrome extension developed by Will, and its main feature is "This extension will generate random lottery numbers.".
Extension Screenshots
Download Simple Lottery Generator Extension CRX File
Download Simple Lottery Generator 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
Generate random lottery numbers for Powerball and Mega Millions
Extension Basic Information
Name | |
ID | neidfboelnecgmakbkeiehiaaajpgegc |
Official URL | https://chrome.google.com/webstore/detail/neidfboelnecgmakbkeiehiaaajpgegc |
Description | This extension will generate random lottery numbers. |
File Size | 76.39 KB |
Installation Count | 76 |
Current Version | 1 |
Last Updated | 2019-03-31 |
Publish Date | 2019-03-31 |
Rating | 4.00/5 Total 1 Ratings |
Developer | Will |
[email protected] | |
Payment Type | free |
Supported Languages | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "Simple Lottery Generator", "description": "This extension will generate random lottery numbers.", "version": "1", "permissions": [ "activeTab" ], "browser_action": { "default_icon": "icon.png", "default_popup": "popup.html", "default_title": "Simple Lottery Generator" }, "background": { "scripts": [ "jquery-3.1.1.min.js" ], "persistent": false } } |