WebExtension.net
WebExtension.net
Toggle dark mode
WebExtension.net
WebExtension.net

LinuxDo Scripts

View on Chrome Web Store
View LinuxDo Scripts Chrome Extension on Chrome Web Store
Add to bookmarks
5.0 (14 ratings)
1 new ratings
19 views
This extension has been viewed 19 times

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

为 linux.do 用户提供了一些增强功能。
Type
Extension
Users
3,000 users
1K
anghunk
View author page of anghunk
Published
Published on December 25, 2024
Version 1.0.41
Manifest version
3
Updated
Updated on March 6, 2025
productivity/tools
Extension Category
View on Chrome Web Store
View LinuxDo Scripts 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
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "name": "LinuxDo Scripts",
    "description": "\u4e3a linux.do \u7528\u6237\u63d0\u4f9b\u4e86\u4e00\u4e9b\u589e\u5f3a\u529f\u80fd\u3002",
    "version": "1.0.41",
    "icons": {
        "16": "icon\/16.png",
        "32": "icon\/32.png",
        "48": "icon\/48.png",
        "96": "icon\/96.png",
        "128": "icon\/128.png"
    },
    "permissions": [
        "storage"
    ],
    "host_permissions": [
        "http:\/\/*\/*",
        "https:\/\/*\/*"
    ],
    "background": {
        "service_worker": "background.js"
    },
    "action": {
        "default_title": "Linxudo Scripts",
        "default_popup": "popup.html"
    },
    "content_scripts": [
        {
            "matches": [
                "https:\/\/linux.do\/*"
            ],
            "js": [
                "content-scripts\/content.js"
            ]
        }
    ],
    "web_accessible_resources": [
        {
            "resources": [
                "content-scripts\/content.css"
            ],
            "matches": [
                "https:\/\/linux.do\/*"
            ]
        }
    ]
}
© 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