Random Vin!
Generates a random real vin number and copies it to your clipboard
What is Random Vin!?
Random Vin! is a Chrome extension developed by Unknown, and its main feature is "Generates a random real vin number and copies it to your clipboard".
Download Random Vin! Extension CRX File
Download Random Vin! 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 | Random Vin! |
ID | kmhkobmcnofkcjkilliplkgkdiichapm |
Official URL | https://chromewebstore.google.com/detail/random-vin/kmhkobmcnofkcjkilliplkgkdiichapm |
Description | Generates a random real vin number and copies it to your clipboard |
File Size | 110 KB |
Installation Count | 16 |
Current Version | 1.0 |
Last Updated | 2016-08-18 |
Publish Date | 2016-08-18 |
Rating | 5.00/5 Total 1 Ratings |
Developer | Unknown |
Payment Type | free |
Supported Languages | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "Random Vin!", "description": "Generates a random real vin number and copies it to your clipboard", "version": "1.0", "browser_action": { "default_icon": "icon.png", "default_popup": "popup.html" }, "content_security_policy": "script-src 'self' https:\/\/www.google.com\/jsapi; object-src 'self'", "permissions": [ "activeTab", "https:\/\/ajax.googleapis.com\/", "*:\/\/*\/*", "storage" ] } |