MV-Usertools

Controles avanzados para la web mediavida.com

What is MV-Usertools?

MV-Usertools is a Chrome extension developed by Vegon, and its main feature is "Controles avanzados para la web mediavida.com".

Extension Screenshots

screenshot
screenshot
screenshot
screenshot

Download MV-Usertools Extension CRX File

Download MV-Usertools 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

                        Añade blacklist, links para firmar y mandar mensajes debajo de los avatares, foros favoritos, etiquetas para usuarios, más opciones en el menu de envio de posts,...

Todo con un menú para activar y desactivar las funcionalidades que te interesen.                    

Extension Basic Information

Name MV-Usertools MV-Usertools
ID opcpkpppilaajbkhhamcnobfhgnljofg
Official URL https://chromewebstore.google.com/detail/mv-usertools/opcpkpppilaajbkhhamcnobfhgnljofg
Description Controles avanzados para la web mediavida.com
File Size 84.41 KB
Installation Count 342
Current Version 1.10.1
Last Updated 2013-03-23
Publish Date 2013-03-23
Rating 4.97/5 Total 32 Ratings
Developer Vegon
Payment Type free
Extension Website http://mvusertools.com
Help Page URL http://www.mediavida.com/foro/4/mv-usertools-mp-desde-hilo-userscript-413818
Supported Languages es
manifest.json
{
    "update_url": "http:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "content_scripts": [
        {
            "exclude_matches": [],
            "include_globs": [
                "http:\/\/www.mediavida.com\/*"
            ],
            "js": [
                "jquery-1.8.2.min.js",
                "tinycon.min.js",
                "jquery.a-tools-1.5.2.js",
                "sisyphus.js",
                "mousetrap.js",
                "jquery.scrollto.js",
                "mvusertools.user.js"
            ],
            "matches": [
                "http:\/\/www.mediavida.com\/*",
                "http:\/\/mediavida.com\/*"
            ],
            "run_at": "document_idle"
        }
    ],
    "converted_from_user_script": true,
    "description": "Controles avanzados para la web mediavida.com",
    "name": "MV-Usertools",
    "version": "1.10.1",
    "icons": {
        "16": "icon16.png",
        "48": "icon48.png",
        "128": "icon128.png"
    }
}