Just another SEO Extension

Your SEO Swiss Army Knife

What is Just another SEO Extension?

Just another SEO Extension is a Chrome extension developed by https://seoextension.org, and its main feature is "Your SEO Swiss Army Knife".

Extension Screenshots

screenshot
screenshot
screenshot
screenshot
screenshot

Download Just another SEO Extension Extension CRX File

Download Just another SEO Extension extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.

Extension Usage Instructions

                        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                    

Extension Basic Information

Name Just another SEO Extension Just another SEO Extension
ID mdekkbffhfneambodkphlbflelobaanl
Official URL https://chromewebstore.google.com/detail/just-another-seo-extensio/mdekkbffhfneambodkphlbflelobaanl
Description Your SEO Swiss Army Knife
File Size 179 KB
Installation Count 128
Current Version 1.1.1
Last Updated 2023-07-04
Publish Date 2023-04-20
Rating 5.00/5 Total 2 Ratings
Developer https://seoextension.org
Email [email protected]
Payment Type free
Extension Website https://seoextension.org/
Help Page URL https://seoextension.org/
Privacy Policy Page URL https://www.iubenda.com/privacy-policy/76827271
Supported Languages 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"
    }
}