washing machine

This extension simulates a washing machine in your browser!

What is washing machine?

washing machine is a Chrome extension developed by joak, and its main feature is "This extension simulates a washing machine in your browser!".

Extension Screenshots

screenshot

Download washing machine Extension CRX File

Download washing machine 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 washing machine washing machine
ID dhijppimaboapijfjocmmephlbbfpcil
Official URL https://chromewebstore.google.com/detail/washing-machine/dhijppimaboapijfjocmmephlbbfpcil
Description This extension simulates a washing machine in your browser!
File Size 414 KB
Installation Count 2,043
Current Version 1.0
Last Updated 2017-02-04
Publish Date 2017-02-03
Rating 5.00/5 Total 5 Ratings
Developer joak
Payment Type free
Extension Website http://ilu.servus.at/issue8.html
Supported Languages en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "washing machine",
    "description": "This extension simulates a washing machine in your browser!",
    "version": "1.0",
    "author": "joak",
    "permissions": [
        "activeTab"
    ],
    "browser_action": {
        "default_icon": "icon.png",
        "default_popup": "popup.html"
    },
    "icons": {
        "128": "icon128.png"
    },
    "content_scripts": [
        {
            "matches": [
                ""
            ],
            "js": [
                "script.js",
                "jquery.js"
            ]
        }
    ],
    "web_accessible_resources": [
        "animationwashingmachine.css",
        "start.mp3",
        "spinning.mp3",
        "sound.mp3"
    ]
}