右键神器

右键神器可以自定义右键扩展功能,如一键VIP视频免费看,一键查快递,一键搜索等等...

What is 右键神器?

右键神器 is a Chrome extension developed by 谷歌插件中心, and its main feature is "右键神器可以自定义右键扩展功能,如一键VIP视频免费看,一键查快递,一键搜索等等...".

Extension Screenshots

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

                        右键神器可以自定义右键扩展功能,如一键VIP视频免费看,一键查快递,一键搜索等等...                    

Extension Basic Information

Name 右键神器 右键神器
ID pehmckcpffbinihknmnbkncnepkekkbm
Official URL https://chromewebstore.google.com/detail/%E5%8F%B3%E9%94%AE%E7%A5%9E%E5%99%A8/pehmckcpffbinihknmnbkncnepkekkbm
Description 右键神器可以自定义右键扩展功能,如一键VIP视频免费看,一键查快递,一键搜索等等...
File Size 9.53 KB
Installation Count 411
Current Version 1.1.1
Last Updated 2020-02-19
Publish Date 2020-02-19
Rating 5.00/5 Total 4 Ratings
Developer 谷歌插件中心
Payment Type free
Supported Languages zh-CN
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "background": {
        "scripts": [
            "background.js"
        ]
    },
    "description": "\u53f3\u952e\u795e\u5668\u53ef\u4ee5\u81ea\u5b9a\u4e49\u53f3\u952e\u6269\u5c55\u529f\u80fd\uff0c\u5982\u4e00\u952eVIP\u89c6\u9891\u514d\u8d39\u770b\uff0c\u4e00\u952e\u67e5\u5feb\u9012\uff0c\u4e00\u952e\u641c\u7d22\u7b49\u7b49...",
    "options_page": "options.html",
    "icons": {
        "128": "rt.png",
        "16": "rt.png",
        "48": "rt.png"
    },
    "browser_action": {
        "default_icon": "rt.png",
        "default_title": "\u53f3\u952e\u795e\u5668"
    },
    "manifest_version": 2,
    "name": "\u53f3\u952e\u795e\u5668",
    "permissions": [
        "background",
        "contextMenus",
        "tabs"
    ],
    "version": "1.1.1"
}