Retain me not
Free your FFXIV inventory up
Qu'est-ce que Retain me not ?
Retain me not est une extension Chrome développée par Giuliano Riccio, et sa fonction principale est "Free your FFXIV inventory up".
Captures d'Écran de l'Extension
Télécharger le fichier CRX de l'extension Retain me not
Téléchargez les fichiers d'extension Retain me not au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.
Instructions d'Utilisation de l'Extension
Additional information is added to your lodestone retainer's inventory page to help you reduce the number of occupied inventory slots.
Informations de Base sur l'Extension
Nom | |
ID | elcalhmjjbiopoblmomhgelkfafpgogb |
URL Officiel | https://chrome.google.com/webstore/detail/retain-me-not/elcalhmjjbiopoblmomhgelkfafpgogb |
Description | Free your FFXIV inventory up |
Taille du Fichier | 65.67 KB |
Nombre d'Installations | 2,982 |
Version Actuelle | 1.5.0 |
Dernière Mise à Jour | 2019-01-22 |
Date de Publication | 2019-01-22 |
Évaluation | 4.94/5 Total 16 Évaluations |
Développeur | Giuliano Riccio |
[email protected] | |
Type de Paiement | free |
Site Web de l'Extension | https://github.com/giulianoriccio/retain-me-not |
URL de la Page d'Aide | https://github.com/giulianoriccio/retain-me-not/issues |
Langues Prises en Charge | 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\/*" ] } |