Retain me not
Free your FFXIV inventory up
Wat is Retain me not?
Retain me not is een Chrome-extensie ontwikkeld door Giuliano Riccio, en de belangrijkste functie is "Free your FFXIV inventory up".
Extensie Screenshots
Download het CRX-bestand van de extensie Retain me not
Download Retain me not-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.
Instructies voor het Gebruik van de Extensie
Additional information is added to your lodestone retainer's inventory page to help you reduce the number of occupied inventory slots.
Basisinformatie over de Extensie
Naam | |
ID | elcalhmjjbiopoblmomhgelkfafpgogb |
Officiële URL | https://chrome.google.com/webstore/detail/retain-me-not/elcalhmjjbiopoblmomhgelkfafpgogb |
Beschrijving | Free your FFXIV inventory up |
Bestandsgrootte | 65.67 KB |
Aantal Installaties | 2,982 |
Huidige Versie | 1.5.0 |
Laatst Bijgewerkt | 2019-01-22 |
Publicatiedatum | 2019-01-22 |
Beoordeling | 4.94/5 Totaal 16 Beoordelingen |
Ontwikkelaar | Giuliano Riccio |
[email protected] | |
Betalingswijze | free |
Extensiewebsite | https://github.com/giulianoriccio/retain-me-not |
Help Pagina-URL | https://github.com/giulianoriccio/retain-me-not/issues |
Ondersteunde Talen | 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\/*" ] } |