Startup Sound for Chromebook™

Play startup sound on Chromebooks and other ChromeOS devices!

What is Startup Sound for Chromebook™?

Startup Sound for Chromebook™ is a Chrome extension developed by BrowserNative, and its main feature is "Play startup sound on Chromebooks and other ChromeOS devices!".

Extension Screenshots

screenshot

Download Startup Sound for Chromebook™ Extension CRX File

Download Startup Sound for Chromebook™ 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

                        Play the startup sound of Windows, Ubuntu, or macOS every time you boot your Chromebook (or any other ChromeOS device). 

Doesn't work on Windows, Mac or Linux.

Any feedback or suggestion? Visit home page: https://browsernative.com/chrome-startup-sound/                    

Extension Basic Information

Name Startup Sound for Chromebook™ Startup Sound for Chromebook™
ID fdbccimagkgnaafahaaeknnkindiiopl
Official URL https://chromewebstore.google.com/detail/startup-sound-for-chromeb/fdbccimagkgnaafahaaeknnkindiiopl
Description Play startup sound on Chromebooks and other ChromeOS devices!
File Size 844 KB
Installation Count 1,930
Current Version 0.0.12
Last Updated 2020-09-15
Publish Date 2019-11-13
Rating 4.37/5 Total 104 Ratings
Developer BrowserNative
Email [email protected]
Payment Type free
Extension Website https://browsernative.com/chromebook-startup-sound/
Help Page URL https://browsernative.com/chromebook-startup-sound/
Privacy Policy Page URL https://browsernative.com/extensions-privacy-policy
Supported Languages en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Startup Sound for Chromebook\u2122",
    "description": "Play startup sound on Chromebooks and other ChromeOS devices!",
    "permissions": [
        "storage"
    ],
    "offline_enabled": true,
    "version": "0.0.12",
    "homepage_url": "https:\/\/browsernative.com\/chromebook-startup-sound\/",
    "options_page": "options.html",
    "options_ui": {
        "page": "options.html",
        "open_in_tab": true
    },
    "background": {
        "persistent": false,
        "scripts": [
            "background.js"
        ]
    },
    "icons": {
        "128": "static\/128.png"
    },
    "browser_action": {
        "default_icon": "static\/128.png",
        "default_title": "Startup Sound for Chrome OS"
    }
}