Just another SEO Extension

Your SEO Swiss Army Knife

Cos'è Just another SEO Extension?

Just another SEO Extension è un'estensione di Chrome sviluppata da https://seoextension.org, e la sua funzione principale è "Your SEO Swiss Army Knife".

Screenshot dell'Estensione

screenshot
screenshot
screenshot
screenshot
screenshot

Scarica il file CRX dell'estensione Just another SEO Extension

Scarica i file di estensione Just another SEO Extension 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

                        Just another SEO Extension you didn't ask for (it's JASE, for the friends)

Annoyed by having 15 different SEO extensions? Tired of all the javascript bookmarklets you pinned in your Chrome bookmarks bar? I was

~ Built by an iGaming full-time SEO guy for himself and whoever wants                    

Informazioni di Base sull'Estensione

Nome Just another SEO Extension Just another SEO Extension
ID mdekkbffhfneambodkphlbflelobaanl
URL Ufficiale https://chromewebstore.google.com/detail/just-another-seo-extensio/mdekkbffhfneambodkphlbflelobaanl
Descrizione Your SEO Swiss Army Knife
Dimensione del File 179 KB
Conteggio Installazioni 128
Versione Corrente 1.1.1
Ultimo Aggiornamento 2023-07-04
Data di Pubblicazione 2023-04-20
Valutazione 5.00/5 Totale 2 Valutazioni
Sviluppatore https://seoextension.org
Email [email protected]
Tipo di Pagamento free
Sito Web dell'Estensione https://seoextension.org/
URL della Pagina di Aiuto https://seoextension.org/
URL della Pagina della Politica sulla Privacy https://www.iubenda.com/privacy-policy/76827271
Lingue Supportate en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Just another SEO Extension",
    "description": "Your SEO Swiss Army Knife",
    "version": "1.1.1",
    "manifest_version": 3,
    "background": {
        "service_worker": "contextMenu.js"
    },
    "content_scripts": [
        {
            "matches": [
                ""
            ],
            "js": [
                "injectUtils.js",
                "background.js"
            ]
        }
    ],
    "action": {
        "default_popup": "index.html",
        "default_icon": ".\/logo198.png"
    },
    "permissions": [
        "scripting",
        "storage",
        "tabs",
        "contextMenus"
    ],
    "host_permissions": [
        ""
    ],
    "icons": {
        "198": ".\/logo198.png"
    }
}