The Shaqtivator

Shaqtivate everything.

Cos'è The Shaqtivator?

The Shaqtivator è un'estensione di Chrome sviluppata da Unknown, e la sua funzione principale è "Shaqtivate everything.".

Screenshot dell'Estensione

screenshot

Scarica il file CRX dell'estensione The Shaqtivator

Scarica i file di estensione The Shaqtivator in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.

Istruzioni per l'Uso dell'Estensione

                        When you need more Shaq in your life.                    

Informazioni di Base sull'Estensione

Nome The Shaqtivator The Shaqtivator
ID lolmpapdgmhiibeibpggkljocaacneff
URL Ufficiale https://chromewebstore.google.com/detail/the-shaqtivator/lolmpapdgmhiibeibpggkljocaacneff
Descrizione Shaqtivate everything.
Dimensione del File 36.15 KB
Conteggio Installazioni 23
Versione Corrente 1.11
Ultimo Aggiornamento 2018-09-14
Data di Pubblicazione 2018-09-14
Sviluppatore Unknown
Tipo di Pagamento free
Lingue Supportate 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"
        }
    ]
}