Just another SEO Extension

Your SEO Swiss Army Knife

Wat is Just another SEO Extension?

Just another SEO Extension is een Chrome-extensie ontwikkeld door https://seoextension.org, en de belangrijkste functie is "Your SEO Swiss Army Knife".

Extensie Screenshots

screenshot
screenshot
screenshot
screenshot
screenshot

Download het CRX-bestand van de extensie Just another SEO Extension

Download Just another SEO Extension-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.

Instructies voor het Gebruik van de Extensie

                        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                    

Basisinformatie over de Extensie

Naam Just another SEO Extension Just another SEO Extension
ID mdekkbffhfneambodkphlbflelobaanl
Officiële URL https://chromewebstore.google.com/detail/just-another-seo-extensio/mdekkbffhfneambodkphlbflelobaanl
Beschrijving Your SEO Swiss Army Knife
Bestandsgrootte 179 KB
Aantal Installaties 128
Huidige Versie 1.1.1
Laatst Bijgewerkt 2023-07-04
Publicatiedatum 2023-04-20
Beoordeling 5.00/5 Totaal 2 Beoordelingen
Ontwikkelaar https://seoextension.org
E-mail [email protected]
Betalingswijze free
Extensiewebsite https://seoextension.org/
Help Pagina-URL https://seoextension.org/
URL van de Privacybeleid Pagina https://www.iubenda.com/privacy-policy/76827271
Ondersteunde Talen 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"
    }
}