GoToubun Subreddit Styler
Choose your favorite Quint(s) via the icon menu and see their reddit posts get stylized!
GoToubun Subreddit Stylerคืออะไร?
GoToubun Subreddit Styler เป็นส่วนขยายของ Chrome ที่พัฒนาโดย Unknown และคุณลักษณะหลักของมันคือ "Choose your favorite Quint(s) via the icon menu and see their reddit posts get stylized!"
ภาพหน้าจอของส่วนขยาย
ดาวน์โหลดไฟล์ CRX ของส่วนขยาย GoToubun Subreddit Styler
ดาวน์โหลดไฟล์ส่วนขยาย GoToubun Subreddit Styler ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย
คำแนะนำในการใช้ส่วนขยาย
ข้อมูลพื้นฐานของส่วนขยาย
ชื่อ | |
ID | nkpnepcgnkcblkehfbieghfplnafmckb |
URL อย่างเป็นทางการ | https://chromewebstore.google.com/detail/gotoubun-subreddit-styler/nkpnepcgnkcblkehfbieghfplnafmckb |
คำอธิบาย | Choose your favorite Quint(s) via the icon menu and see their reddit posts get stylized! |
ขนาดไฟล์ | 316 KB |
จำนวนการติดตั้ง | 68 |
เวอร์ชันปัจจุบัน | 1.4 |
อัปเดตครั้งล่าสุด | 2019-02-23 |
วันที่เผยแพร่ | 2019-02-23 |
คะแนน | 5.00/5 รวมทั้งหมด 1 คะแนน |
ผู้พัฒนา | Unknown |
ประเภทการชำระเงิน | free |
ภาษาที่รองรับ | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "GoToubun Subreddit Styler", "version": "1.4", "description": "Choose your favorite Quint(s) via the icon menu and see their reddit posts get stylized!", "manifest_version": 2, "background": { "scripts": [ "background.js" ], "persistent": false }, "content_scripts": [ { "matches": [ "https:\/\/www.reddit.com\/r\/5ToubunNoHanayome\/*" ], "css": [ "main.css" ], "js": [ "main.js" ] } ], "web_accessible_resources": [ "images\/yotsuba.png", "images\/yotsuba2.png", "images\/yotsubanner.png", "images\/ichikaPeek.png", "images\/ninoPeek.png", "images\/mikuPeek.png", "images\/yotsubaPeek.png", "images\/itsukiPeek.png" ], "icons": { "16": ".\/images\/appIcons\/yotsuba-icon-48.png", "32": ".\/images\/appIcons\/yotsuba-icon-48.png", "48": ".\/images\/appIcons\/yotsuba-icon-48.png", "128": ".\/images\/appIcons\/yotsuba-icon-128.png" }, "permissions": [ "storage" ], "browser_action": { "default_popup": "popup.html", "default_icon": { "16": ".\/images\/appIcons\/yotsuba-icon-48.png", "32": ".\/images\/appIcons\/yotsuba-icon-48.png", "48": ".\/images\/appIcons\/yotsuba-icon-48.png", "128": ".\/images\/appIcons\/yotsuba-icon-128.png" } } } |