iRacing Setup Spotter

This extension finds all posted setups in the current thread and lists them for download

Wat is iRacing Setup Spotter?

iRacing Setup Spotter is een Chrome-extensie ontwikkeld door Roel Beckers, en de belangrijkste functie is "This extension finds all posted setups in the current thread and lists them for download".

Extensie Screenshots

screenshot

Download het CRX-bestand van de extensie iRacing Setup Spotter

Download iRacing Setup Spotter-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.

Instructies voor het Gebruik van de Extensie

                        This extensions finds all setups posted in the current thread of the iRacing forum and shows them on a convenient location. You can directly download from the setup list or click the setup you are interested in to jump to the corresponding post.

Version 1.4
- fixed a couple of multi page bugs
- multi page setup spotting is more stable now                    

Basisinformatie over de Extensie

Naam iRacing Setup Spotter iRacing Setup Spotter
ID hgpaplkommmdjkapadhmpodjbnklibck
Officiële URL https://chrome.google.com/webstore/detail/iracing-setup-spotter/hgpaplkommmdjkapadhmpodjbnklibck
Beschrijving This extension finds all posted setups in the current thread and lists them for download
Bestandsgrootte 89.53 KB
Aantal Installaties 294
Huidige Versie 1.4
Laatst Bijgewerkt 2019-08-16
Publicatiedatum 2019-08-16
Beoordeling 3.67/5 Totaal 3 Beoordelingen
Ontwikkelaar Roel Beckers
E-mail [email protected]
Betalingswijze free
Ondersteunde Talen en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "iRacing Setup Spotter",
    "description": "This extension finds all posted setups in the current thread and lists them for download",
    "version": "1.4",
    "page_action": {
        "default_icon": "icon.png",
        "default_popup": "popup.html"
    },
    "permissions": [
        "activeTab",
        "*:\/\/members.iracing.com\/jforum\/posts\/*"
    ],
    "content_scripts": [
        {
            "matches": [
                "*:\/\/*.members.iracing.com\/jforum\/posts\/*"
            ],
            "js": [
                "jquery-3.1.0.min.js",
                "setupspotter.js"
            ],
            "css": [
                "setupspotter.css"
            ]
        }
    ],
    "web_accessible_resources": [
        "loader-svg.svg",
        "download.png"
    ]
}