GoToubun Subreddit Styler

Choose your favorite Quint(s) via the icon menu and see their reddit posts get stylized!

Co je GoToubun Subreddit Styler?

GoToubun Subreddit Styler je rozšíření Chrome vyvinuté Unknown, a jeho hlavní funkcí je „Choose your favorite Quint(s) via the icon menu and see their reddit posts get stylized!“.

Snímky obrazovky rozšíření

screenshot

Stáhnout soubor CRX rozšíření GoToubun Subreddit Styler

Stáhněte si soubory rozšíření GoToubun Subreddit Styler ve formátu crx, ručně nainstalujte rozšíření Chrome do prohlížeče nebo sdílejte soubory crx s přáteli, abyste jednoduše nainstalovali rozšíření Chrome.

Pokyny pro Použití Rozšíření

                                            

Základní Informace o Rozšíření

Název GoToubun Subreddit Styler GoToubun Subreddit Styler
ID nkpnepcgnkcblkehfbieghfplnafmckb
Oficiální URL https://chromewebstore.google.com/detail/gotoubun-subreddit-styler/nkpnepcgnkcblkehfbieghfplnafmckb
Popis Choose your favorite Quint(s) via the icon menu and see their reddit posts get stylized!
Velikost souboru 316 KB
Počet instalací 68
Aktuální Verze 1.4
Poslední Aktualizace 2019-02-23
Datum Vydání 2019-02-23
Hodnocení 5.00/5 Celkem 1 Hodnocení
Vývojář Unknown
Typ Platby free
Podporované Jazyky 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"
        }
    }
}