Just another SEO Extension

Your SEO Swiss Army Knife

Just another SEO Extensionとは何ですか?

Just another SEO Extensionはhttps://seoextension.orgによって開発されたChromeの拡張機能で、その主な機能は「Your SEO Swiss Army Knife」です。

拡張機能のスクリーンショット

screenshot
screenshot
screenshot
screenshot
screenshot

Just another SEO Extension拡張機能のCRXファイルをダウンロード

Just another SEO Extension拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。

拡張機能の使用方法

                        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                    

拡張機能の基本情報

名前 Just another SEO Extension Just another SEO Extension
ID mdekkbffhfneambodkphlbflelobaanl
公式URL https://chromewebstore.google.com/detail/just-another-seo-extensio/mdekkbffhfneambodkphlbflelobaanl
説明 Your SEO Swiss Army Knife
ファイルサイズ 179 KB
インストール数 128
現在のバージョン 1.1.1
最終更新日 2023-07-04
公開日 2023-04-20
評価 5.00/5 合計 2 レビュー
開発者 https://seoextension.org
Eメール [email protected]
支払い方法 free
拡張機能のウェブサイト https://seoextension.org/
ヘルプページのURL https://seoextension.org/
プライバシーポリシーページのURL https://www.iubenda.com/privacy-policy/76827271
対応言語 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"
    }
}