Tagpro Sound Chrome Extension

What is Tagpro Sound Chrome Extension?

Tagpro Sound Chrome Extension is a Chrome extension developed by NewCompte, and its main feature is "".

Download Tagpro Sound Chrome Extension Extension CRX File

Download Tagpro Sound Chrome Extension 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

                                            

Extension Basic Information

Name Tagpro Sound Chrome Extension Tagpro Sound Chrome Extension
ID caplcjbcmpdkjfkchhjekmhjcipmhjoj
Official URL https://chrome.google.com/webstore/detail/tagpro-sound-chrome-exten/caplcjbcmpdkjfkchhjekmhjcipmhjoj
Description
File Size 437 KB
Installation Count 27
Current Version 1.3
Last Updated 2015-05-08
Publish Date 2015-05-08
Rating 5.00/5 Total 1 Ratings
Developer NewCompte
Payment Type free
Supported Languages en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Tagpro Sound Chrome Extension",
    "manifest_version": 2,
    "version": "1.3",
    "permissions": [
        "storage"
    ],
    "content_scripts": [
        {
            "matches": [
                "http:\/\/*.koalabeast.com\/*"
            ],
            "js": [
                "Audio.js"
            ]
        }
    ],
    "web_accessible_resources": [
        "*"
    ]
}