老司机工具箱

老司机工具箱:提供右键搜索,百度盘链接补全,磁力搜索,资源搜索,自定义配置搜索,百家姓加解密,与佛论禅,核心价值观加解密

What is 老司机工具箱?

老司机工具箱 is a Chrome extension developed by black.humour, and its main feature is "老司机工具箱:提供右键搜索,百度盘链接补全,磁力搜索,资源搜索,自定义配置搜索,百家姓加解密,与佛论禅,核心价值观加解密".

Extension Screenshots

screenshot
screenshot
screenshot

Download 老司机工具箱 Extension CRX File

Download 老司机工具箱 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

                        这次给大家造了间车库,方便广大老司机

下面是介绍:

1. 右键助手(方便搜索&磁力&资源)
2. 百度盘链接补全
3. 自定义配置(非常强大,很多功能都可以自己增加)
4. 加解密 - 百家姓
5. 加解密 - 与佛论禅                    

Extension Basic Information

Name 老司机工具箱 老司机工具箱
ID enekgmgmfmgmjndgahlnggndehihfjoi
Official URL https://chromewebstore.google.com/detail/%E8%80%81%E5%8F%B8%E6%9C%BA%E5%B7%A5%E5%85%B7%E7%AE%B1/enekgmgmfmgmjndgahlnggndehihfjoi
Description 老司机工具箱:提供右键搜索,百度盘链接补全,磁力搜索,资源搜索,自定义配置搜索,百家姓加解密,与佛论禅,核心价值观加解密
File Size 265 KB
Installation Count 2,517
Current Version 1.1.3
Last Updated 2022-11-11
Publish Date 2016-04-15
Rating 4.75/5 Total 8 Ratings
Developer black.humour
Email [email protected]
Payment Type free
Extension Website https://github.com/bluebabes/lsp-tool/issues
Help Page URL https://github.com/bluebabes/lsp-tool/issues
Privacy Policy Page URL https://sites.google.com/view/plugin-photo-privacy-policy
Supported Languages zh-CN
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "name": "\u8001\u53f8\u673a\u5de5\u5177\u7bb1",
    "version": "1.1.3",
    "description": "\u8001\u53f8\u673a\u5de5\u5177\u7bb1:\u63d0\u4f9b\u53f3\u952e\u641c\u7d22,\u767e\u5ea6\u76d8\u94fe\u63a5\u8865\u5168,\u78c1\u529b\u641c\u7d22,\u8d44\u6e90\u641c\u7d22,\u81ea\u5b9a\u4e49\u914d\u7f6e\u641c\u7d22,\u767e\u5bb6\u59d3\u52a0\u89e3\u5bc6,\u4e0e\u4f5b\u8bba\u7985,\u6838\u5fc3\u4ef7\u503c\u89c2\u52a0\u89e3\u5bc6",
    "icons": {
        "16": "assets\/icon\/icon_car.png",
        "48": "assets\/icon\/icon_car.png",
        "128": "assets\/icon\/icon_car.png"
    },
    "background": {
        "service_worker": "background-wrapper.js"
    },
    "content_scripts": [
        {
            "matches": [
                "*:\/\/*\/*"
            ],
            "js": [
                "dist\/content.entry.js"
            ]
        }
    ],
    "action": {
        "default_icon": {
            "19": "assets\/icon\/icon_car.png",
            "38": "assets\/icon\/icon_car.png"
        },
        "default_title": "\u8001\u53f8\u673a\u5de5\u5177\u7bb1",
        "default_popup": "popup\/popup.html"
    },
    "host_permissions": [
        ""
    ],
    "options_page": "options\/options.html",
    "permissions": [
        "contextMenus",
        "notifications",
        "storage"
    ],
    "content_security_policy": {
        "extension_pages": "script-src 'self' ; object-src 'self'"
    }
}