Just another SEO Extension

Your SEO Swiss Army Knife

Co je Just another SEO Extension?

Just another SEO Extension je rozšíření Chrome vyvinuté https://seoextension.org, a jeho hlavní funkcí je „Your SEO Swiss Army Knife“.

Snímky obrazovky rozšíření

screenshot
screenshot
screenshot
screenshot
screenshot

Stáhnout soubor CRX rozšíření Just another SEO Extension

Stáhněte si soubory rozšíření Just another SEO Extension ve formátu crx, ručně nainstalujte rozšíření Chrome do prohlížeče nebo sdílejte soubory crx s přáteli, abyste jednoduše nainstalovali rozšíření Chrome.

Pokyny pro Použití Rozšíření

                        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                    

Základní Informace o Rozšíření

Název Just another SEO Extension Just another SEO Extension
ID mdekkbffhfneambodkphlbflelobaanl
Oficiální URL https://chromewebstore.google.com/detail/just-another-seo-extensio/mdekkbffhfneambodkphlbflelobaanl
Popis Your SEO Swiss Army Knife
Velikost souboru 179 KB
Počet instalací 128
Aktuální Verze 1.1.1
Poslední Aktualizace 2023-07-04
Datum Vydání 2023-04-20
Hodnocení 5.00/5 Celkem 2 Hodnocení
Vývojář https://seoextension.org
E-mail [email protected]
Typ Platby free
Webové stránky Rozšíření https://seoextension.org/
URL Stránky Nápovědy https://seoextension.org/
URL Stránky Zásad Ochrany Soukromí https://www.iubenda.com/privacy-policy/76827271
Podporované Jazyky 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"
    }
}