Retain me not
Free your FFXIV inventory up
Retain me not là gì?
Retain me not là một tiện ích mở rộng Chrome được phát triển bởi Giuliano Riccio, và tính năng chính của nó là "Free your FFXIV inventory up".
Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng
Tải xuống tệp CRX của tiện ích mở rộng Retain me not
Tải xuống các tệp mở rộng Retain me not dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.
Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng
Additional information is added to your lodestone retainer's inventory page to help you reduce the number of occupied inventory slots.
Thông Tin Cơ Bản về Tiện Ích Mở Rộng
Tên | |
ID | elcalhmjjbiopoblmomhgelkfafpgogb |
URL Chính Thức | https://chrome.google.com/webstore/detail/retain-me-not/elcalhmjjbiopoblmomhgelkfafpgogb |
Mô tả | Free your FFXIV inventory up |
Kích Thước Tệp | 65.67 KB |
Số Lần Cài Đặt | 2,982 |
Phiên Bản Hiện Tại | 1.5.0 |
Cập Nhật Lần Cuối | 2019-01-22 |
Ngày Phát Hành | 2019-01-22 |
Đánh Giá | 4.94/5 Tổng số 16 Đánh Giá |
Nhà Phát Triển | Giuliano Riccio |
[email protected] | |
Loại Thanh Toán | free |
Trang Web Mở Rộng | https://github.com/giulianoriccio/retain-me-not |
URL Trang Trợ Giúp | https://github.com/giulianoriccio/retain-me-not/issues |
Ngôn Ngữ Được Hỗ Trợ | 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\/*" ] } |