Funtime

Make your website FUN

Funtimeとは何ですか?

Funtimeはmgpalpha1によって開発されたChromeの拡張機能で、その主な機能は「Make your website FUN」です。

拡張機能のスクリーンショット

screenshot

Funtime拡張機能のCRXファイルをダウンロード

Funtime拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。

拡張機能の使用方法

                        A small extension that makes any website FUN.                    

拡張機能の基本情報

名前 Funtime Funtime
ID chkjncdalnlnofhpdbdfkkhpcdbbmhmd
公式URL https://chrome.google.com/webstore/detail/funtime/chkjncdalnlnofhpdbdfkkhpcdbbmhmd
説明 Make your website FUN
ファイルサイズ 4.25 KB
インストール数 31
現在のバージョン 1.1
最終更新日 2018-10-03
公開日 2018-10-03
評価 5.00/5 合計 1 レビュー
開発者 mgpalpha1
支払い方法 free
対応言語 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": []
}