The Shaqtivator

Shaqtivate everything.

The Shaqtivatorとは何ですか?

The ShaqtivatorはUnknownによって開発されたChromeの拡張機能で、その主な機能は「Shaqtivate everything.」です。

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

screenshot

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

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

拡張機能の使用方法

                        When you need more Shaq in your life.                    

拡張機能の基本情報

名前 The Shaqtivator The Shaqtivator
ID lolmpapdgmhiibeibpggkljocaacneff
公式URL https://chromewebstore.google.com/detail/the-shaqtivator/lolmpapdgmhiibeibpggkljocaacneff
説明 Shaqtivate everything.
ファイルサイズ 36.15 KB
インストール数 23
現在のバージョン 1.11
最終更新日 2018-09-14
公開日 2018-09-14
開発者 Unknown
支払い方法 free
対応言語 en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "The Shaqtivator",
    "version": "1.11",
    "description": "Shaqtivate everything.",
    "browser_action": {
        "default_popup": "popup.html"
    },
    "permissions": [
        "storage",
        "contextMenus",
        "tabs"
    ],
    "icons": {
        "16": "icon16.png",
        "48": "icon48.png",
        "128": "icon128.png"
    },
    "content_scripts": [
        {
            "matches": [
                "*:\/\/*\/*"
            ],
            "js": [
                "content.js"
            ],
            "run_at": "document_end"
        }
    ]
}