web.Glitch()

do glitch on web

web.Glitch()とは何ですか?

web.Glitch()はhttps://www.funktroniclabs.comによって開発されたChromeの拡張機能で、その主な機能は「do glitch on web」です。

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

screenshot
screenshot

web.Glitch()拡張機能のCRXファイルをダウンロード

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

拡張機能の使用方法

                        Turn any website in a glitch-tastic experience with a press of a button!                    

拡張機能の基本情報

名前 web.Glitch() web.Glitch()
ID adgekmhmbbjeodgpjjpcnfgmeijefinp
公式URL https://chromewebstore.google.com/detail/webglitch/adgekmhmbbjeodgpjjpcnfgmeijefinp
説明 do glitch on web
ファイルサイズ 65.95 KB
インストール数 3,668
現在のバージョン 1.0.1
最終更新日 2014-04-24
公開日 2014-04-23
評価 4.63/5 合計 8 レビュー
開発者 https://www.funktroniclabs.com
支払い方法 free
対応言語 en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "web.Glitch()",
    "version": "1.0.1",
    "description": "do glitch on web",
    "short_name": "web.Glitch()",
    "browser_action": {
        "default_icon": "icon.png",
        "default_popup": "popup.html"
    },
    "icons": {
        "16": "icon16.png",
        "48": "icon48.png",
        "128": "icon128.png"
    },
    "content_scripts": [
        {
            "matches": [
                "http:\/\/*\/*",
                "https:\/\/*\/*"
            ],
            "js": [
                "jquery.js",
                "wobble.js"
            ],
            "run_at": "document_end"
        }
    ],
    "permissions": [
        "http:\/\/*\/*",
        "https:\/\/*\/*"
    ]
}