https://github.com/tiknil/random-imei-extension
A chrome extension to generate a random IMEI on the input fields that expect a valid IMEI. Useful for testing and debugging purposes
https://github.com/tiknil/random-imei-extension
chrome-extension javascript
Last synced: about 2 months ago
JSON representation
A chrome extension to generate a random IMEI on the input fields that expect a valid IMEI. Useful for testing and debugging purposes
- Host: GitHub
- URL: https://github.com/tiknil/random-imei-extension
- Owner: tiknil
- License: mit
- Created: 2019-03-13T15:30:48.000Z (over 7 years ago)
- Default Branch: master
- Last Pushed: 2021-02-10T15:55:25.000Z (over 5 years ago)
- Last Synced: 2025-01-16T07:54:28.444Z (over 1 year ago)
- Topics: chrome-extension, javascript
- Language: JavaScript
- Homepage:
- Size: 31.3 KB
- Stars: 1
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# random-imei-extension
A chrome extension to generate a random IMEI on the input fields that expect a valid IMEI. Useful for testing and debugginf purposes
To install:
- clone the repo locally
`git clone https://github.com/tiknil/random-imei-extension.git`
- Open chrome and go to `chrome://extensions/`
- Select `Load unpacked extension`
- Select the project folder on your device
- Enjoy!

The extension will match any `input[type="text"]` in the page if its name or class contain the word `imei`