CoinTab

Delight your tabs with mario sounds

What is CoinTab?

CoinTab is a Chrome extension developed by KennyPizza, and its main feature is "Delight your tabs with mario sounds".

Extension Screenshots

screenshot

Download CoinTab Extension CRX File

Download CoinTab 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

                        Make opening and closing your tabs delightful by adding classic Mario sounds to your browser!
Follow me on twitter @kenny_pizza                    

Extension Basic Information

Name CoinTab CoinTab
ID ebgnlfhfojdpkeajnnhiehjmbfhklflo
Official URL https://chrome.google.com/webstore/detail/cointab/ebgnlfhfojdpkeajnnhiehjmbfhklflo
Description Delight your tabs with mario sounds
File Size 139 KB
Installation Count 121
Current Version 1.0
Last Updated 2017-01-15
Publish Date 2017-01-15
Rating 4.00/5 Total 6 Ratings
Developer KennyPizza
Email [email protected]
Payment Type free
Supported Languages en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "CoinTab",
    "version": "1.0",
    "description": "Delight your tabs with mario sounds",
    "author": "@kenny_pizza",
    "permissions": [
        "tabs"
    ],
    "background": {
        "scripts": [
            "background.js"
        ],
        "persistent": false
    },
    "icons": {
        "16": "shroom.png",
        "48": "shroom.png",
        "128": "shroom.png"
    },
    "browser_action": {
        "default_icon": "shroom.png",
        "deault_title": "CoinTab"
    },
    "manifest_version": 2
}