GoToubun Subreddit Styler
Choose your favorite Quint(s) via the icon menu and see their reddit posts get stylized!
Was ist GoToubun Subreddit Styler?
GoToubun Subreddit Styler ist eine Chrome-Erweiterung, die von Unknown entwickelt wurde, und ihr Hauptmerkmal ist "Choose your favorite Quint(s) via the icon menu and see their reddit posts get stylized!".
Erweiterungsscreenshots
GoToubun Subreddit Styler-Erweiterungs-CRX-Datei herunterladen
Laden Sie GoToubun Subreddit Styler-Erweiterungsdateien im crx-Format herunter, installieren Sie Chrome-Erweiterungen manuell im Browser oder teilen Sie die crx-Dateien mit Freunden, um Chrome-Erweiterungen einfach zu installieren.
Anleitung zur Verwendung der Erweiterung
Grundlegende Informationen zur Erweiterung
Name | |
ID | nkpnepcgnkcblkehfbieghfplnafmckb |
Offizielle URL | https://chromewebstore.google.com/detail/gotoubun-subreddit-styler/nkpnepcgnkcblkehfbieghfplnafmckb |
Beschreibung | Choose your favorite Quint(s) via the icon menu and see their reddit posts get stylized! |
Dateigröße | 316 KB |
Installationsanzahl | 68 |
Aktuelle Version | 1.4 |
Letztes Update | 2019-02-23 |
Veröffentlichungsdatum | 2019-02-23 |
Bewertung | 5.00/5 Insgesamt 1 Bewertungen |
Entwickler | Unknown |
Zahlungsart | free |
Unterstützte Sprachen | 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" } } } |