Touhou Tab Sounds

An extension that plays touhou SFX on tab open/close

What is Touhou Tab Sounds?

Touhou Tab Sounds is a Chrome extension developed by Kawashiro Software, and its main feature is "An extension that plays touhou SFX on tab open/close".

Extension Screenshots

screenshot

Download Touhou Tab Sounds Extension CRX File

Download Touhou Tab Sounds 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

                        When opening a tab the 1up sound is played and when closing a tab the pichuun sound is played                    

Extension Basic Information

Name Touhou Tab Sounds Touhou Tab Sounds
ID ceplnjcehppdldkchmcmlafahmmaidab
Official URL https://chrome.google.com/webstore/detail/touhou-tab-sounds/ceplnjcehppdldkchmcmlafahmmaidab
Description An extension that plays touhou SFX on tab open/close
File Size 156 KB
Installation Count 530
Current Version 1.0
Last Updated 2019-11-27
Publish Date 2019-11-27
Rating 4.57/5 Total 7 Ratings
Developer Kawashiro Software
Payment Type free
Extension Website https://github.com/99710/2huTab
Supported Languages en-GB
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Touhou Tab Sounds",
    "version": "1.0",
    "description": "An extension that plays touhou SFX on tab open\/close",
    "permissions": [
        "tabs",
        "storage"
    ],
    "background": {
        "scripts": [
            "main.js"
        ],
        "persistent": false
    },
    "icons": {
        "48": "icon.png"
    },
    "browser_action": {
        "default_icon": {
            "48": "icon.png",
            "128": "icon.png"
        },
        "default_popup": "popup.html"
    },
    "manifest_version": 2
}