Funtime

Make your website FUN

What is Funtime?

Funtime is a Chrome extension developed by mgpalpha1, and its main feature is "Make your website FUN".

Extension Screenshots

screenshot

Download Funtime Extension CRX File

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

                        A small extension that makes any website FUN.                    

Extension Basic Information

Name Funtime Funtime
ID chkjncdalnlnofhpdbdfkkhpcdbbmhmd
Official URL https://chrome.google.com/webstore/detail/funtime/chkjncdalnlnofhpdbdfkkhpcdbbmhmd
Description Make your website FUN
File Size 4.25 KB
Installation Count 31
Current Version 1.1
Last Updated 2018-10-03
Publish Date 2018-10-03
Rating 5.00/5 Total 1 Ratings
Developer mgpalpha1
Payment Type free
Supported Languages en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Funtime",
    "version": "1.1",
    "description": "Make your website FUN",
    "manifest_version": 2,
    "background": {
        "scripts": [
            "background.js"
        ]
    },
    "permissions": [
        "declarativeContent",
        "tabs",
        "activeTab",
        ""
    ],
    "content_scripts": [
        {
            "matches": [
                ""
            ],
            "js": [
                "funtime.js"
            ]
        }
    ],
    "browser_action": []
}