FF14 The Lodestone Improve: Astrild
Improve FF14 The Lodestone Blog Page.
什麼是FF14 The Lodestone Improve: Astrild?
FF14 The Lodestone Improve: Astrild是由BIG-MON開發的Chrome擴展程式,該擴展的主要功能是“Improve FF14 The Lodestone Blog Page.”。
擴展截圖
下載FF14 The Lodestone Improve: Astrild擴展crx文件
下載FF14 The Lodestone Improve: Astrild擴展crx格式的文件,手動將Chrome擴充功能安裝到瀏覽器中,也可以將crx文件分享給朋友,輕鬆安裝Chrome擴充功能。
擴展使用說明
The entire page will be simple and elegant, so you can easy to explore FF14 community. This extension works for Final Fantasy XIV The Lodestone. In diary's list page: The aligned entries will greet you. In diary's detail page: The expanded space improves the sense of immersion in the diary, and the enlarged screenshot is displayed vividly. Block list function: It is possible to block from the details page of the diary of the user who wants to block. By adding to the block list, the user's diary will be hidden from the list page in the future. Creator & GitHub: Mon Meghnad at Ultima of Gaia https://jp.finalfantasyxiv.com/lodestone/character/23144084/ https://github.com/big-mon/lodestone-view
擴展基本資訊
名稱 | FF14 The Lodestone Improve: Astrild |
ID | ldnbicllipdlebclgijapccgefhkkfic |
官方網址 | https://chromewebstore.google.com/detail/ff14-the-lodestone-improv/ldnbicllipdlebclgijapccgefhkkfic |
簡介 | Improve FF14 The Lodestone Blog Page. |
檔案大小 | 101 KB |
安裝次數 | 100 |
目前版本 | 2.3.1 |
更新時間 | 2022-06-06 |
上架時間 | 2020-01-26 |
評分 | 5.00/5 共 1 次評分 |
開發者 | BIG-MON |
電子郵箱 | [email protected] |
付費類型 | free |
擴展官網 | https://github.com/big-mon/ff14-lodestone-view |
說明頁面URL | https://github.com/big-mon/ff14-lodestone-view |
支援的語言 | en,ja |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 3, "name": "FF14 The Lodestone Improve: Astrild", "short_name": "Astrild", "version": "2.3.1", "description": "__MSG_appDesc__", "default_locale": "ja", "icons": { "16": "images\/icon16.png", "48": "images\/icon48.png", "128": "images\/icon128.png" }, "content_scripts": [ { "matches": [ "https:\/\/*.finalfantasyxiv.com\/lodestone\/character\/*\/blog*", "https:\/\/*.finalfantasyxiv.com\/lodestone\/blog*" ], "css": [], "js": [ "js\/contentScripts.js" ], "run_at": "document_end" } ], "action": { "default_icon": "images\/icon48.png", "default_title": "", "default_popup": "popup\/popup.html" }, "permissions": [ "storage" ] } |