fightcade-links
Converts fightcade challenge IDs to clickable links
What is fightcade-links?
fightcade-links is a Chrome extension developed by Pau Oliva (pof), and its main feature is "Converts fightcade challenge IDs to clickable links".
Extension Screenshots
Download fightcade-links Extension CRX File
Download fightcade-links 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
Converts fightcade challenge IDs to clickable links
Extension Basic Information
Name | fightcade-links |
ID | jipdnjgddjgofdliaeeccpolfaokphhj |
Official URL | https://chromewebstore.google.com/detail/fightcade-links/jipdnjgddjgofdliaeeccpolfaokphhj |
Description | Converts fightcade challenge IDs to clickable links |
File Size | 45.47 KB |
Installation Count | 75 |
Current Version | 1.1 |
Last Updated | 2015-05-20 |
Publish Date | 2015-05-20 |
Rating | 5.00/5 Total 2 Ratings |
Developer | Pau Oliva (pof) |
Payment Type | free |
Help Page URL | https://github.com/poliva/fightcade-links/issues |
Supported Languages | 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" ] } ] } |