Just another SEO Extension

Your SEO Swiss Army Knife

Co to jest Just another SEO Extension?

Just another SEO Extension to rozszerzenie Chrome opracowane przez https://seoextension.org, a jego główną funkcją jest „Your SEO Swiss Army Knife”.

Zrzuty ekranu rozszerzenia

screenshot
screenshot
screenshot
screenshot
screenshot

Pobierz plik CRX rozszerzenia Just another SEO Extension

Pobierz pliki rozszerzeń Just another SEO Extension w formacie crx, zainstaluj ręcznie rozszerzenia Chrome w przeglądarce lub udostępnij pliki crx znajomym, aby łatwo zainstalować rozszerzenia Chrome.

Instrukcja Użytkowania Rozszerzenia

                        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                    

Podstawowe informacje o rozszerzeniu

Nazwa Just another SEO Extension Just another SEO Extension
ID mdekkbffhfneambodkphlbflelobaanl
Oficjalny URL https://chromewebstore.google.com/detail/just-another-seo-extensio/mdekkbffhfneambodkphlbflelobaanl
Opis Your SEO Swiss Army Knife
Rozmiar pliku 179 KB
Liczba instalacji 128
Aktualna Wersja 1.1.1
Ostatnia Aktualizacja 2023-07-04
Data Publikacji 2023-04-20
Ocena 5.00/5 Łącznie 2 Oceny
Deweloper https://seoextension.org
E-mail [email protected]
Typ Płatności free
Strona Rozszerzenia https://seoextension.org/
Adres URL Strony Pomocy https://seoextension.org/
Adres URL Strony Polityki Prywatności https://www.iubenda.com/privacy-policy/76827271
Obsługiwane Języki 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"
    }
}