Retain me not

Free your FFXIV inventory up

Retain me not क्या है?

Retain me not Giuliano Riccio द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Free your FFXIV inventory up"।

एक्सटेंशन स्क्रीनशॉट्स

screenshot
screenshot

एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें

crx प्रारूप में Retain me not एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।

एक्सटेंशन उपयोग निर्देश

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

एक्सटेंशन की मूल जानकारी

नाम Retain me not Retain me not
ID elcalhmjjbiopoblmomhgelkfafpgogb
आधिकारिक URL https://chrome.google.com/webstore/detail/retain-me-not/elcalhmjjbiopoblmomhgelkfafpgogb
विवरण Free your FFXIV inventory up
फ़ाइल का आकार 65.67 KB
स्थापना संख्या 2,982
वर्तमान संस्करण 1.5.0
अंतिम अपडेट 2019-01-22
प्रकाशन तिथि 2019-01-22
रेटिंग 4.94/5 कुल 16 रेटिंग्स
डेवलपर Giuliano Riccio
ईमेल [email protected]
भुगतान के प्रकार free
एक्सटेंशन वेबसाइट https://github.com/giulianoriccio/retain-me-not
सहायता पृष्ठ URL https://github.com/giulianoriccio/retain-me-not/issues
समर्थित भाषाएँ 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\/*"
    ]
}