GoToubun Subreddit Styler
Choose your favorite Quint(s) via the icon menu and see their reddit posts get stylized!
GoToubun Subreddit Styler là gì?
GoToubun Subreddit Styler là một tiện ích mở rộng Chrome được phát triển bởi Unknown, và tính năng chính của nó là "Choose your favorite Quint(s) via the icon menu and see their reddit posts get stylized!".
Ả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 GoToubun Subreddit Styler
Tải xuống các tệp mở rộng GoToubun Subreddit Styler 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
Thông Tin Cơ Bản về Tiện Ích Mở Rộng
Tên | |
ID | nkpnepcgnkcblkehfbieghfplnafmckb |
URL Chính Thức | https://chromewebstore.google.com/detail/gotoubun-subreddit-styler/nkpnepcgnkcblkehfbieghfplnafmckb |
Mô tả | Choose your favorite Quint(s) via the icon menu and see their reddit posts get stylized! |
Kích Thước Tệp | 316 KB |
Số Lần Cài Đặt | 68 |
Phiên Bản Hiện Tại | 1.4 |
Cập Nhật Lần Cuối | 2019-02-23 |
Ngày Phát Hành | 2019-02-23 |
Đánh Giá | 5.00/5 Tổng số 1 Đánh Giá |
Nhà Phát Triển | Unknown |
Loại Thanh Toán | free |
Ngôn Ngữ Được Hỗ Trợ | 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" } } } |