Garageband for pc

Replace Garageband Word with Garageband emoji works in windows, mac and chromebook

What is Garageband for pc?

Garageband for pc is a Chrome extension developed by teerresults.com, and its main feature is "Replace Garageband Word with Garageband emoji works in windows, mac and chromebook".

Extension Screenshots

screenshot

Download Garageband for pc Extension CRX File

Download Garageband for pc 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

                        Replace Garageband Word with Garageband emoji works in windows, mac and chromebook!

This extension get all the text content loaded on the webpage and convert the word  "Garageband" to an image of the Garageband emoji and replace it in the text.

It will work on windows computer, mac os and chromebook operating system.                    

Extension Basic Information

Name Garageband for pc Garageband for pc
ID fleoolipcegghdnjgbjeafmehbllicma
Official URL https://chromewebstore.google.com/detail/garageband-for-pc/fleoolipcegghdnjgbjeafmehbllicma
Description Replace Garageband Word with Garageband emoji works in windows, mac and chromebook
File Size 13.16 KB
Installation Count 3,013
Current Version 2.0
Last Updated 2022-11-25
Publish Date 2022-11-25
Rating 1.31/5 Total 13 Ratings
Developer teerresults.com
Email [email protected]
Payment Type free
Extension Website https://myappforpc.com/app/408709785/garageband
Help Page URL https://myappforpc.com/app/408709785/garageband
Supported Languages en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Garageband for pc",
    "description": "Replace Garageband Word with Garageband emoji works in windows, mac and chromebook",
    "version": "2.0",
    "manifest_version": 3,
    "icons": {
        "16": "itunes.png",
        "32": "itunes.png",
        "48": "itunes.png",
        "128": "itunes.png"
    },
    "content_scripts": [
        {
            "matches": [
                ""
            ],
            "js": [
                "script.js"
            ]
        }
    ],
    "host_permissions": [
        ""
    ]
}