GoToubun Subreddit Styler
Choose your favorite Quint(s) via the icon menu and see their reddit posts get stylized!
What is GoToubun Subreddit Styler?
GoToubun Subreddit Styler is a Chrome extension developed by Unknown, and its main feature is "Choose your favorite Quint(s) via the icon menu and see their reddit posts get stylized!".
Extension Screenshots
Download GoToubun Subreddit Styler Extension CRX File
Download GoToubun Subreddit Styler extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.
Extension Usage Instructions
Extension Basic Information
Name | |
ID | nkpnepcgnkcblkehfbieghfplnafmckb |
Official URL | https://chromewebstore.google.com/detail/gotoubun-subreddit-styler/nkpnepcgnkcblkehfbieghfplnafmckb |
Description | Choose your favorite Quint(s) via the icon menu and see their reddit posts get stylized! |
File Size | 316 KB |
Installation Count | 68 |
Current Version | 1.4 |
Last Updated | 2019-02-23 |
Publish Date | 2019-02-23 |
Rating | 5.00/5 Total 1 Ratings |
Developer | Unknown |
Payment Type | free |
Supported Languages | 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" } } } |