A-S Controller

Auction manager controller

What is A-S Controller?

A-S Controller is a Chrome extension developed by cargopolodev1, and its main feature is "Auction manager controller".

Extension Screenshots

screenshot

Download A-S Controller Extension CRX File

Download A-S Controller 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

                        I use this extension to control my another extension with ID: cfimdhcjajfnkibboommgboigdnhoena and Name: Cargo Polo. If Cargo Polo extension will be uninstalled or disabled Cargo Polo controller will refuse access user to Auctions Manager and also will log out from copart and iaai websites.                    

Extension Basic Information

Name A-S Controller A-S Controller
ID kncifdidjapdbegbnmpbjkiimajfapig
Official URL https://chromewebstore.google.com/detail/a-s-controller/kncifdidjapdbegbnmpbjkiimajfapig
Description Auction manager controller
File Size 10.04 KB
Installation Count 206
Current Version 0.0.1
Last Updated 2023-11-17
Publish Date 2023-11-17
Developer cargopolodev1
Email [email protected]
Payment Type free
Privacy Policy Page URL https://admin.cargopolo.com/privacy-and-policy
Supported Languages en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "A-S Controller",
    "description": "Auction manager controller",
    "version": "0.0.1",
    "icons": {
        "16": "obj-16x16.png",
        "32": "obj-32x32.png",
        "48": "obj-48x48.png",
        "128": "obj-128x128.png"
    },
    "permissions": [
        "management",
        "cookies"
    ],
    "background": {
        "service_worker": "background.js"
    },
    "action": {
        "default_icon": "obj-16x16.png",
        "default_popup": "index.html"
    },
    "host_permissions": [
        "https:\/\/www.copart.com\/*",
        "https:\/\/copart.com\/*",
        "https:\/\/www.iaai.com\/*",
        "https:\/\/iaai.com\/*"
    ],
    "content_scripts": [
        {
            "matches": [
                ""
            ],
            "js": [
                "content.js"
            ],
            "type": "module"
        }
    ],
    "manifest_version": 3
}