Avtohaker

A simple and user-friendly tool to analyze salvage auction lots. Avtohaker shows hidden information, hints and shipping calculators.

Avtohaker क्या है?

Avtohaker CARS WEST LLC द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "A simple and user-friendly tool to analyze salvage auction lots. Avtohaker shows hidden information, hints and shipping calculators."।

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

screenshot
screenshot

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

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

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

                        Avtohaker Tool is a simple and user-friendly tool for lot analysis of Copart and IAAI Lots.

Hidden information, hints and calculators. Don't buy a pig in a dwell! Analyze and make proper decisions!                    

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

नाम Avtohaker Avtohaker
ID mbhebmjkgagnagbgbkinmpggelafomic
आधिकारिक URL https://chromewebstore.google.com/detail/avtohaker/mbhebmjkgagnagbgbkinmpggelafomic
विवरण A simple and user-friendly tool to analyze salvage auction lots. Avtohaker shows hidden information, hints and shipping calculators.
फ़ाइल का आकार 692 KB
स्थापना संख्या 13,024
वर्तमान संस्करण 2.1.12
अंतिम अपडेट 2022-01-04
प्रकाशन तिथि 2020-06-20
रेटिंग 4.33/5 कुल 63 रेटिंग्स
डेवलपर CARS WEST LLC
ईमेल [email protected]
भुगतान के प्रकार free
एक्सटेंशन वेबसाइट https://carsfromwest.com
समर्थित भाषाएँ en,ru,uk
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "__MSG_extName__",
    "description": "__MSG_extDescr__",
    "version": "2.1.12",
    "manifest_version": 2,
    "minimum_chrome_version": "63",
    "default_locale": "en",
    "permissions": [
        "https:\/\/www.copart.com\/*",
        "https:\/\/www.iaai.com\/*",
        "https:\/\/carsfromwest.com\/*\/api\/",
        "https:\/\/www.google-analytics.com\/",
        "storage"
    ],
    "background": {
        "scripts": [
            "js\/vendor\/browser-polyfill-0.8.0.js",
            "js\/vendor\/jquery-3.6.0.js",
            "js\/vendor\/jquery-nimbleloader-2.0.1.js",
            "js\/global.js",
            "js\/background.js"
        ],
        "persistent": false
    },
    "content_scripts": [
        {
            "matches": [
                "https:\/\/www.copart.com\/*"
            ],
            "css": [
                "css\/lot.css",
                "css\/copart.css"
            ],
            "js": [
                "js\/vendor\/browser-polyfill-0.8.0.js",
                "js\/vendor\/jquery-3.6.0.js",
                "js\/vendor\/jquery-nimbleloader-2.0.1.js",
                "js\/vendor\/popover-3.4.1.js",
                "js\/vendor\/google-analytics-bundle.js",
                "js\/global.js",
                "js\/tax\/cu.js",
                "js\/tax\/eu.js",
                "js\/tax\/finland.js",
                "js\/tax\/georgia.js",
                "js\/tax\/germany.js",
                "js\/tax\/lithuania.js",
                "js\/tax\/poland.js",
                "js\/tax\/ukraine.js",
                "js\/taxfactory.js",
                "js\/templates\/copart\/main.js",
                "js\/templates\/copart\/lot-add-info.js",
                "js\/templates\/popup.js",
                "js\/avtohaker-base.js",
                "js\/avtohaker-copart.js"
            ]
        },
        {
            "matches": [
                "https:\/\/www.iaai.com\/*",
                "https:\/\/iaai.com\/*"
            ],
            "css": [
                "css\/lot.css",
                "css\/iaai.css",
                "css\/fontawesome.css"
            ],
            "js": [
                "js\/vendor\/browser-polyfill-0.8.0.js",
                "js\/vendor\/jquery-3.6.0.js",
                "js\/vendor\/jquery-nimbleloader-2.0.1.js",
                "js\/vendor\/popover-3.4.1.js",
                "js\/vendor\/google-analytics-bundle.js",
                "js\/global.js",
                "js\/tax\/cu.js",
                "js\/tax\/eu.js",
                "js\/tax\/finland.js",
                "js\/tax\/georgia.js",
                "js\/tax\/germany.js",
                "js\/tax\/lithuania.js",
                "js\/tax\/poland.js",
                "js\/tax\/ukraine.js",
                "js\/taxfactory.js",
                "js\/templates\/iaai\/main.js",
                "js\/templates\/iaai\/lot-add-info.js",
                "js\/templates\/popup.js",
                "js\/avtohaker-base.js",
                "js\/avtohaker-iaai.js"
            ]
        }
    ],
    "browser_action": {
        "default_title": "__MSG_extName__",
        "default_icon": "images\/icons\/32.png",
        "default_popup": "html\/popup.html"
    },
    "icons": {
        "16": "images\/icons\/16.png",
        "32": "images\/icons\/32.png",
        "48": "images\/icons\/48.png",
        "128": "images\/icons\/128.png"
    },
    "web_accessible_resources": [
        "fonts\/*.*",
        "images\/*.*",
        "js\/replain-init.js",
        "js\/copart-init.js"
    ]
}