引力波

全新冲浪板:任意网页互动 提升信息狩猎效率!

What is 引力波?

引力波 is a Chrome extension developed by https://gwbravo.com, and its main feature is "全新冲浪板:任意网页互动 提升信息狩猎效率!".

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

                        引力波可以让你在任何网站网页互动,留下你的评论,引力波也会帮你吸引他人分享的有价值信息。                    

Extension Basic Information

Name 引力波 引力波
ID hhbdacghgeoiklcbjolnblpfociidpje
Official URL https://chromewebstore.google.com/detail/%E5%BC%95%E5%8A%9B%E6%B3%A2/hhbdacghgeoiklcbjolnblpfociidpje
Description 全新冲浪板:任意网页互动 提升信息狩猎效率!
File Size 385 KB
Installation Count 41
Current Version 0.0.2.3
Last Updated 2023-08-30
Publish Date 2023-07-23
Rating 3.00/5 Total 1 Ratings
Developer https://gwbravo.com
Email [email protected]
Payment Type free
Privacy Policy Page URL https://gwbravo.com/privacy_policy.html
Supported Languages zh-CN
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "\u5f15\u529b\u6ce2",
    "description": "\u5168\u65b0\u51b2\u6d6a\u677f\uff1a\u4efb\u610f\u7f51\u9875\u4e92\u52a8 \u63d0\u5347\u4fe1\u606f\u72e9\u730e\u6548\u7387\uff01",
    "version": "0.0.2.3",
    "manifest_version": 3,
    "homepage_url": "https:\/\/www.gwbravo.com",
    "background": {
        "service_worker": "js\/background.js"
    },
    "action": {
        "default_popup": "popup.html",
        "default_icon": {
            "16": "assets\/veda_logo.png",
            "32": "assets\/veda_logo.png",
            "48": "assets\/veda_logo.png",
            "128": "assets\/veda_logo.png"
        },
        "default_title": "\u5f00\u542f\u5f15\u529b\u6ce2"
    },
    "icons": {
        "16": "assets\/veda_logo.png",
        "32": "\/assets\/veda_logo.png",
        "48": "\/assets\/veda_logo.png",
        "128": "\/assets\/veda_logo.png"
    },
    "content_scripts": [
        {
            "matches": [
                "*:\/\/*\/*"
            ],
            "js": [
                "js\/chunk-vendors.js",
                "js\/content_scripts.js"
            ],
            "all_frames": false
        }
    ],
    "web_accessible_resources": [
        {
            "resources": [
                "js\/purify.min.js",
                "js\/veda_inject_jquery.js",
                "js\/veda_inject.js",
                "js\/Readability.js",
                "home.html",
                "css\/chunk-vendors.css",
                "fonts\/element-icons.f1a45d74.ttf",
                "fonts\/element-icons.ff18efd1.woff",
                "assets\/veda_logo.png"
            ],
            "matches": [
                "*:\/\/*\/*"
            ],
            "extension_ids": []
        }
    ],
    "host_permissions": [
        "https:\/\/www.gwbravo.com\/*"
    ],
    "permissions": [
        "storage"
    ]
}