fightcade-links

Converts fightcade challenge IDs to clickable links

Wat is fightcade-links?

fightcade-links is een Chrome-extensie ontwikkeld door Pau Oliva (pof), en de belangrijkste functie is "Converts fightcade challenge IDs to clickable links".

Extensie Screenshots

screenshot
screenshot

Download het CRX-bestand van de extensie fightcade-links

Download fightcade-links-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

                        Converts fightcade challenge IDs to clickable links                    

Basisinformatie over de Extensie

Naam fightcade-links fightcade-links
ID jipdnjgddjgofdliaeeccpolfaokphhj
Officiële URL https://chromewebstore.google.com/detail/fightcade-links/jipdnjgddjgofdliaeeccpolfaokphhj
Beschrijving Converts fightcade challenge IDs to clickable links
Bestandsgrootte 45.47 KB
Aantal Installaties 75
Huidige Versie 1.1
Laatst Bijgewerkt 2015-05-20
Publicatiedatum 2015-05-20
Beoordeling 5.00/5 Totaal 2 Beoordelingen
Ontwikkelaar Pau Oliva (pof)
Betalingswijze free
Help Pagina-URL https://github.com/poliva/fightcade-links/issues
Ondersteunde Talen en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "fightcade-links",
    "version": "1.1",
    "manifest_version": 2,
    "description": "Converts fightcade challenge IDs to clickable links",
    "icons": {
        "16": "icon16.png",
        "48": "icon48.png",
        "128": "icon128.png"
    },
    "content_scripts": [
        {
            "matches": [
                "http:\/\/*\/*",
                "https:\/\/*\/*"
            ],
            "exclude_globs": [
                "*:\/\/fightcade.com\/*",
                "*:\/\/*.fightcade.com\/*"
            ],
            "js": [
                "jquery.min.js",
                "jquery.ba-replacetext.js",
                "replace.js"
            ]
        }
    ]
}