The Shaqtivator

Shaqtivate everything.

What is The Shaqtivator?

The Shaqtivator is a Chrome extension developed by Unknown, and its main feature is "Shaqtivate everything.".

Extension Screenshots

screenshot

Download The Shaqtivator Extension CRX File

Download The Shaqtivator 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

                        When you need more Shaq in your life.                    

Extension Basic Information

Name The Shaqtivator The Shaqtivator
ID lolmpapdgmhiibeibpggkljocaacneff
Official URL https://chromewebstore.google.com/detail/the-shaqtivator/lolmpapdgmhiibeibpggkljocaacneff
Description Shaqtivate everything.
File Size 36.15 KB
Installation Count 23
Current Version 1.11
Last Updated 2018-09-14
Publish Date 2018-09-14
Developer Unknown
Payment Type free
Supported Languages 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"
        }
    ]
}