Retain me not

Free your FFXIV inventory up

¿Qué es Retain me not?

Retain me not es una extensión de Chrome desarrollada por Giuliano Riccio, y su función principal es "Free your FFXIV inventory up".

Capturas de Pantalla de la Extensión

screenshot
screenshot

Descargar Archivo CRX de la Extensión Retain me not

Descarga archivos de extensión Retain me not en formato crx, instala manualmente las extensiones de Chrome en el navegador o comparte los archivos crx con amigos para instalar fácilmente las extensiones de Chrome.

Instrucciones de Uso de la Extensión

                        Additional information is added to your lodestone retainer's inventory page to help you reduce the number of occupied inventory slots.                    

Información Básica de la Extensión

Nombre Retain me not Retain me not
ID elcalhmjjbiopoblmomhgelkfafpgogb
URL Oficial https://chrome.google.com/webstore/detail/retain-me-not/elcalhmjjbiopoblmomhgelkfafpgogb
Descripción Free your FFXIV inventory up
Tamaño del Archivo 65.67 KB
Cantidad de Instalaciones 2,982
Versión Actual 1.5.0
Última Actualización 2019-01-22
Fecha de Publicación 2019-01-22
Calificación 4.94/5 Total de 16 Calificaciones
Desarrollador Giuliano Riccio
Correo electrónico [email protected]
Tipo de Pago free
Sitio Web de la Extensión https://github.com/giulianoriccio/retain-me-not
URL de la Página de Ayuda https://github.com/giulianoriccio/retain-me-not/issues
Idiomas Soportados en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Retain me not",
    "description": "Free your FFXIV inventory up",
    "version": "1.5.0",
    "icons": {
        "128": "icon.png"
    },
    "author": "Giuliano Riccio",
    "browser_action": {
        "default_icon": "icon.png"
    },
    "minimum_chrome_version": "45",
    "options_ui": {
        "page": "options.html",
        "chrome_style": true
    },
    "options_page": "options.html",
    "background": {
        "scripts": [
            "jquery.js",
            "background.js"
        ],
        "persistent": true
    },
    "content_scripts": [
        {
            "matches": [
                "https:\/\/*.finalfantasyxiv.com\/lodestone\/character\/*\/retainer\/*\/baggage\/"
            ],
            "css": [
                "style.css"
            ],
            "js": [
                "jquery.js",
                "sanitizer.js",
                "content.js"
            ]
        }
    ],
    "content_security_policy": "script-src 'self' https:\/\/img.finalfantasyxiv.com; object-src 'self'",
    "permissions": [
        "storage",
        "unlimitedStorage",
        "https:\/\/retainmenot.ffxivaddons.com\/*"
    ]
}