Retain me not

Free your FFXIV inventory up

Co je Retain me not?

Retain me not je rozšíření Chrome vyvinuté Giuliano Riccio, a jeho hlavní funkcí je „Free your FFXIV inventory up“.

Snímky obrazovky rozšíření

screenshot
screenshot

Stáhnout soubor CRX rozšíření Retain me not

Stáhněte si soubory rozšíření Retain me not ve formátu crx, ručně nainstalujte rozšíření Chrome do prohlížeče nebo sdílejte soubory crx s přáteli, abyste jednoduše nainstalovali rozšíření Chrome.

Pokyny pro Použití Rozšíření

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

Základní Informace o Rozšíření

Název Retain me not Retain me not
ID elcalhmjjbiopoblmomhgelkfafpgogb
Oficiální URL https://chrome.google.com/webstore/detail/retain-me-not/elcalhmjjbiopoblmomhgelkfafpgogb
Popis Free your FFXIV inventory up
Velikost souboru 65.67 KB
Počet instalací 2,982
Aktuální Verze 1.5.0
Poslední Aktualizace 2019-01-22
Datum Vydání 2019-01-22
Hodnocení 4.94/5 Celkem 16 Hodnocení
Vývojář Giuliano Riccio
E-mail [email protected]
Typ Platby free
Webové stránky Rozšíření https://github.com/giulianoriccio/retain-me-not
URL Stránky Nápovědy https://github.com/giulianoriccio/retain-me-not/issues
Podporované Jazyky 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\/*"
    ]
}