WebExtension.net
WebExtension.net
Toggle dark mode
WebExtension.net
WebExtension.net
LinkSubmitter: 智能外链提交助手

LinkSubmitter: 智能外链提交助手

View on Chrome Web Store
View LinkSubmitter: 智能外链提交助手 Chrome Extension on Chrome Web Store
Add to bookmarks
5.0 (1 ratings)
0 views
This extension has been viewed 0 times
0 downloads
This extension has been downloaded 0 times

Data is synced from the Chrome Web Store. View the official store page for the most current information.

LinkSubmitter是一款专为网站推广和SEO优化设计的智能浏览器扩展,旨在简化和自动化外链提交流程。 核心功能: 1. 智能表单识别:自动识别网页中的提交表单,准确匹配网站名称、URL、描述等字段 2.…
Type
Extension
Users
141 users
2
yanng404
View author page of yanng404
Published
Published on July 5, 2025
Version 1.0.0
Manifest version
3
Updated
Updated on July 5, 2025
productivity/tools
Extension Category
View on Chrome Web Store
View LinkSubmitter: 智能外链提交助手 Chrome Extension on Chrome Web Store
Share This Extension
Share on Twitter
Share on Facebook
Share on LinkedIn
Share on Reddit
Share on Bluesky
Share on Pinterest

Extension Manifest

Copy manifest to clipboard
{
    "manifest_version": 3,
    "name": "LinkSubmitter: \u667a\u80fd\u5916\u94fe\u63d0\u4ea4\u52a9\u624b",
    "version": "1.0.0",
    "icons": {
        "16": "icons\/icon16.png",
        "32": "icons\/icon32.png",
        "48": "icons\/icon48.png",
        "128": "icons\/icon128.png"
    },
    "side_panel": {
        "default_path": "sidebar.html"
    },
    "permissions": [
        "storage",
        "sidePanel",
        "activeTab"
    ],
    "action": {
        "default_title": "Backlink Submit Assistant",
        "default_icon": {
            "16": "icons\/icon16.png",
            "32": "icons\/icon32.png",
            "48": "icons\/icon48.png",
            "128": "icons\/icon128.png"
        }
    },
    "commands": {
        "_execute_action": {
            "suggested_key": {
                "default": "Ctrl+Shift+Y"
            }
        }
    },
    "host_permissions": [
        "http:\/\/*\/*",
        "https:\/\/*\/*"
    ],
    "background": {
        "service_worker": "background.js",
        "type": "module"
    },
    "content_scripts": [
        {
            "matches": [
                "http:\/\/*\/*",
                "https:\/\/*\/*"
            ],
            "js": [
                "backlinkContent.js"
            ],
            "run_at": "document_end"
        }
    ],
    "web_accessible_resources": [
        {
            "resources": [
                "icons\/icon16.png"
            ],
            "matches": [
                "http:\/\/*\/*",
                "https:\/\/*\/*"
            ]
        }
    ],
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx"
}
© 2025 WebExtension.net. All rights reserved.
Disclaimer: WebExtension.net is not affiliated with Google or the Chrome Web Store. All product names, logos, and brands are property of their respective owners. All extension data is collected from publicly available sources.
Go to top