Just another SEO Extension

Your SEO Swiss Army Knife

Just another SEO Extension là gì?

Just another SEO Extension là một tiện ích mở rộng Chrome được phát triển bởi https://seoextension.org, và tính năng chính của nó là "Your SEO Swiss Army Knife".

Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng

screenshot
screenshot
screenshot
screenshot
screenshot

Tải xuống tệp CRX của tiện ích mở rộng Just another SEO Extension

Tải xuống các tệp mở rộng Just another SEO Extension dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.

Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng

                        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                    

Thông Tin Cơ Bản về Tiện Ích Mở Rộng

Tên Just another SEO Extension Just another SEO Extension
ID mdekkbffhfneambodkphlbflelobaanl
URL Chính Thức https://chromewebstore.google.com/detail/just-another-seo-extensio/mdekkbffhfneambodkphlbflelobaanl
Mô tả Your SEO Swiss Army Knife
Kích Thước Tệp 179 KB
Số Lần Cài Đặt 128
Phiên Bản Hiện Tại 1.1.1
Cập Nhật Lần Cuối 2023-07-04
Ngày Phát Hành 2023-04-20
Đánh Giá 5.00/5 Tổng số 2 Đánh Giá
Nhà Phát Triển https://seoextension.org
Email [email protected]
Loại Thanh Toán free
Trang Web Mở Rộng https://seoextension.org/
URL Trang Trợ Giúp https://seoextension.org/
URL Trang Chính Sách Bảo Mật https://www.iubenda.com/privacy-policy/76827271
Ngôn Ngữ Được Hỗ Trợ 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"
    }
}