Faster Vin Generator

The world's fastest and most feature rich Vehicle Identification Number Generator

Faster Vin Generator क्या है?

Faster Vin Generator brandonrudisel द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "The world's fastest and most feature rich Vehicle Identification Number Generator"।

एक्सटेंशन स्क्रीनशॉट्स

screenshot

एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें

crx प्रारूप में Faster Vin Generator एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।

एक्सटेंशन उपयोग निर्देश

                        A Vehicle Identification Number generator.

I developed it because I and many of my co-workers use VINs to test software at work. Having random VINs readily available greatly assists in the testing of our software.

Other features:
1) Decode VINs
2) History of decoded VINs
3) History of copied VINs
4) Return only old cars
5) Return only cool cars
6) Ludicrous speed mode
7) Generate HINs (Hull Identification Numbers)

Install it for any reason you like.                    

एक्सटेंशन की मूल जानकारी

नाम Faster Vin Generator Faster Vin Generator
ID kobnhfnaajceknpilmacpnlbgapmchid
आधिकारिक URL https://chromewebstore.google.com/detail/faster-vin-generator/kobnhfnaajceknpilmacpnlbgapmchid
विवरण The world's fastest and most feature rich Vehicle Identification Number Generator
फ़ाइल का आकार 47.03 KB
स्थापना संख्या 429
वर्तमान संस्करण 1.6.1.7
अंतिम अपडेट 2020-12-28
प्रकाशन तिथि 2019-11-30
रेटिंग 5.00/5 कुल 4 रेटिंग्स
डेवलपर brandonrudisel
ईमेल [email protected]
भुगतान के प्रकार free
समर्थित भाषाएँ en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Faster Vin Generator",
    "short_name": "FVG",
    "version": "1.6.1.7",
    "description": "The world's fastest and most feature rich Vehicle Identification Number Generator",
    "options_page": "options.html",
    "background": {
        "scripts": [
            "background.js"
        ],
        "persistent": false
    },
    "browser_action": {
        "default_title": "Clear Options:  CTRL + SHIFT + Y",
        "default_popup": "popup.html",
        "default_icon": {
            "16": "images\/v.png",
            "32": "images\/v.png",
            "48": "images\/v.png",
            "128": "images\/v.png"
        }
    },
    "icons": {
        "16": "images\/v.png",
        "32": "images\/v.png",
        "48": "images\/v.png",
        "128": "images\/v.png"
    },
    "commands": {
        "_execute_browser_action": {
            "suggested_key": {
                "default": "Ctrl+Shift+Z"
            }
        },
        "clearOptions": {
            "suggested_key": {
                "default": "Ctrl+Shift+Y"
            },
            "description": "Clear Options"
        }
    },
    "web_accessible_resources": [
        "options.html"
    ],
    "manifest_version": 2
}