Subkit Furigana Add-on

A Subkit plugin that adds furigana to Japanese subtitles.

What is Subkit Furigana Add-on?

Subkit Furigana Add-on is a Chrome extension developed by https://subkit.net, and its main feature is "A Subkit plugin that adds furigana to Japanese subtitles.".

Extension Screenshots

screenshot
screenshot
screenshot

Download Subkit Furigana Add-on Extension CRX File

Download Subkit Furigana Add-on 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

                        This is a companion plugin for the Subkit extension.  DO NOT install unless Subkit is installed first.  Otherwise you will need to re-install. 

Subkit: https://chromewebstore.google.com/detail/subkit/nbfimkdbifhjfambljjggekodjlppiad

Once installed and enabled, you can see furigana added to Japanese subtitles on popular streaming platforms like Netflix, YouTube, Amazon Prime, and Disney+.                    

Extension Basic Information

Name Subkit Furigana Add-on Subkit Furigana Add-on
ID lamnjmadmgalhpnghcfaijbpkekgfaig
Official URL https://chromewebstore.google.com/detail/subkit-furigana-add-on/lamnjmadmgalhpnghcfaijbpkekgfaig
Description A Subkit plugin that adds furigana to Japanese subtitles.
File Size 17.02 MB
Installation Count 46
Current Version 0.0.0.1
Last Updated 2024-02-01
Publish Date 2023-10-03
Developer https://subkit.net
Email [email protected]
Payment Type free
Privacy Policy Page URL https://subkit.net/privacy
Supported Languages en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "key": "MIIBIjANBgkqhkiG9w0BAQEFAAOCAQ8AMIIBCgKCAQEAhxUt0fyGYB1TMEGBmyvo27DKjTzHOIwYVHVfNcEdXhykyFpakYOVjV7LRLFUm242ZntPkCh4agFYZih9SsqyhwEPUeBpNx\/yk+6PpkBMWupfajTFRDoRbBCPvQkHx92y46ohwB+87RgoS7YLJl5KREtD+y96vh4RGoW4zN1XmilW0eelV+ZkTJIZSntS0lep4qp\/GsQ6zl+NOnQevkxi0K\/Tc1KSHFoVtHaNa2SCjA+ghJxLwymWRZoBZkoBEpPM0sdcWpYER5Dh\/pz\/Iy\/\/r8n6XB84tr\/iUg2iUXmPoxOysCSJkD43QTO+osq\/LU8uUrUxAU2rwcrS2m4\/wk8jUwIDAQAB",
    "icons": {
        "16": "icons\/icon16.png",
        "48": "icons\/icon48.png",
        "128": "icons\/icon128.png"
    },
    "name": "Subkit Furigana Add-on",
    "description": "A Subkit plugin that adds furigana to Japanese subtitles.",
    "version": "0.0.0.1",
    "host_permissions": [
        ""
    ],
    "permissions": [
        "scripting",
        "storage"
    ],
    "background": {
        "service_worker": "background.js"
    },
    "action": {
        "default_popup": "popup.html"
    },
    "web_accessible_resources": [
        {
            "resources": [
                "subkit-plugin-icon.svg"
            ],
            "matches": [
                ""
            ]
        }
    ]
}