Sakuga Extended

Enjoy a better experience with SAKUGABOORU! Previews on posts, frame control on videos...

Was ist Sakuga Extended?

Sakuga Extended ist eine Chrome-Erweiterung, die von Wevolve Team entwickelt wurde, und ihr Hauptmerkmal ist "Enjoy a better experience with SAKUGABOORU! Previews on posts, frame control on videos...".

Erweiterungsscreenshots

screenshot
screenshot

Sakuga Extended-Erweiterungs-CRX-Datei herunterladen

Laden Sie Sakuga Extended-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

                        Sakuga Extended improves sakugabooru's UI and allows you to load video previews and see the main tags on the posts, frame step videos, check relevant tags directly on the homepage... You can also play games or customize the settings on the extension's popup page.                    

Grundlegende Informationen zur Erweiterung

Name Sakuga Extended Sakuga Extended
ID khmnmdaghmhkcbooicndamlhkcmpklmc
Offizielle URL https://chromewebstore.google.com/detail/sakuga-extended/khmnmdaghmhkcbooicndamlhkcmpklmc
Beschreibung Enjoy a better experience with SAKUGABOORU! Previews on posts, frame control on videos...
Dateigröße 420 KB
Installationsanzahl 4,673
Aktuelle Version 2.1.1
Letztes Update 2024-01-05
Veröffentlichungsdatum 2020-07-08
Bewertung 5.00/5 Insgesamt 24 Bewertungen
Entwickler Wevolve Team
E-Mail [email protected]
Zahlungsart free
Unterstützte Sprachen en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "name": "Sakuga Extended",
    "short_name": "Sakuga Extended",
    "description": "Enjoy a better experience with SAKUGABOORU! Previews on posts, frame control on videos...",
    "version": "2.1.1",
    "author": "ftLoic",
    "icons": {
        "128": "icons\/logo-128.png",
        "96": "icons\/logo-96.png",
        "64": "icons\/logo-64.png",
        "32": "icons\/logo-32.png"
    },
    "action": {
        "default_icon": {
            "64": "icons\/logo-64.png",
            "32": "icons\/logo-32.png"
        },
        "default_title": "Sakuga Extended",
        "default_popup": "popup.html"
    },
    "content_scripts": [
        {
            "matches": [
                "*:\/\/www.sakugabooru.com\/*",
                "*:\/\/sakugabooru.com\/*"
            ],
            "run_at": "document_end",
            "css": [
                "css\/style.css"
            ],
            "js": [
                "js\/redesign.js"
            ]
        },
        {
            "matches": [
                "*:\/\/www.sakugabooru.com\/",
                "*:\/\/sakugabooru.com\/"
            ],
            "run_at": "document_idle",
            "css": [
                "css\/index.css"
            ],
            "js": [
                "js\/index.js"
            ]
        },
        {
            "matches": [
                "*:\/\/www.sakugabooru.com\/post\/show\/*",
                "*:\/\/sakugabooru.com\/post\/show\/*",
                "*:\/\/www.sakugabooru.com\/comment*",
                "*:\/\/sakugabooru.com\/comment*"
            ],
            "run_at": "document_end",
            "css": [
                "css\/search.css"
            ],
            "js": [
                "js\/commentsTooltips.js"
            ]
        },
        {
            "matches": [
                "*:\/\/www.sakugabooru.com\/post",
                "*:\/\/www.sakugabooru.com\/post?*",
                "*:\/\/www.sakugabooru.com\/post\/popular*",
                "*:\/\/www.sakugabooru.com\/pool\/show*",
                "*:\/\/www.sakugabooru.com\/user\/show\/*",
                "*:\/\/sakugabooru.com\/post",
                "*:\/\/sakugabooru.com\/post?*",
                "*:\/\/sakugabooru.com\/post\/popular*",
                "*:\/\/sakugabooru.com\/pool\/show*",
                "*:\/\/sakugabooru.com\/user\/show\/*"
            ],
            "run_at": "document_idle",
            "css": [
                "css\/preview.css"
            ],
            "js": [
                "js\/preview.js"
            ]
        },
        {
            "matches": [
                "*:\/\/www.sakugabooru.com\/post",
                "*:\/\/www.sakugabooru.com\/post?*",
                "*:\/\/www.sakugabooru.com\/post\/popular*",
                "*:\/\/sakugabooru.com\/post",
                "*:\/\/sakugabooru.com\/post?*",
                "*:\/\/sakugabooru.com\/post\/popular*"
            ],
            "run_at": "document_end",
            "css": [
                "css\/search.css"
            ],
            "js": [
                "js\/search.js",
                "js\/fastaveragecolor.js"
            ]
        },
        {
            "matches": [
                "*:\/\/www.sakugabooru.com\/post\/show\/*",
                "*:\/\/sakugabooru.com\/post\/show\/*"
            ],
            "run_at": "document_end",
            "css": [
                "css\/post.css",
                "css\/search.css"
            ],
            "js": [
                "js\/frames.js",
                "js\/settings.js",
                "js\/libgif.js",
                "js\/search.js",
                "js\/screenshot.js"
            ]
        },
        {
            "matches": [
                "*:\/\/www.sakugabooru.com\/data\/*",
                "*:\/\/sakugabooru.com\/data\/*"
            ],
            "run_at": "document_idle",
            "css": [
                "css\/post.css"
            ],
            "js": [
                "js\/framesData.js",
                "js\/libgif.js"
            ]
        }
    ],
    "permissions": [
        "storage",
        "scripting"
    ],
    "host_permissions": [
        "*:\/\/www.sakugabooru.com\/*",
        "*:\/\/sakugabooru.com\/*"
    ],
    "externally_connectable": {
        "matches": [
            "*:\/\/www.sakugabooru.com\/*",
            "*:\/\/sakugabooru.com\/*"
        ]
    },
    "web_accessible_resources": [
        {
            "resources": [
                "changelog.html",
                "css\/*",
                "html\/*",
                "fonts\/*",
                "js\/framesScript.js",
                "js\/pictureEvents.js",
                "js\/commentsNotice.js",
                "js\/resetVideo.js"
            ],
            "matches": [
                "*:\/\/www.sakugabooru.com\/*",
                "*:\/\/sakugabooru.com\/*"
            ]
        }
    ]
}