Retain me not

Free your FFXIV inventory up

Apa itu Retain me not?

Retain me not adalah ekstensi Chrome yang dikembangkan oleh Giuliano Riccio, dan fitur utamanya adalah "Free your FFXIV inventory up".

Screenshot Ekstensi

screenshot
screenshot

Unduh Berkas CRX Ekstensi Retain me not

Unduh file ekstensi Retain me not dalam format crx, pasang ekstensi Chrome secara manual di peramban, atau bagikan file crx dengan teman untuk menginstal ekstensi Chrome dengan mudah.

Petunjuk Penggunaan Ekstensi

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

Informasi Dasar Ekstensi

Nama Retain me not Retain me not
ID elcalhmjjbiopoblmomhgelkfafpgogb
URL Resmi https://chrome.google.com/webstore/detail/retain-me-not/elcalhmjjbiopoblmomhgelkfafpgogb
Deskripsi Free your FFXIV inventory up
Ukuran File 65.67 KB
Jumlah Instalasi 2,982
Versi Saat Ini 1.5.0
Terakhir Diperbarui 2019-01-22
Tanggal Publikasi 2019-01-22
Penilaian 4.94/5 Total 16 Penilaian
Pengembang Giuliano Riccio
Email [email protected]
Tipe Pembayaran free
Situs Ekstensi https://github.com/giulianoriccio/retain-me-not
URL Halaman Bantuan https://github.com/giulianoriccio/retain-me-not/issues
Bahasa yang Didukung 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\/*"
    ]
}