Stamps

Rate and comment on any website on the internet!

什么是Stamps?

Stamps是由https://stamps.network开发的Chrome扩展程序,该扩展的主要功能是“Rate and comment on any website on the internet!”。

扩展截图

screenshot

下载Stamps扩展crx文件

下载Stamps扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。

扩展使用说明

                        Using the the Stamps extension, anyone can rate and comment on any website on the Internet!                    

扩展基本信息

名称 Stamps Stamps
ID bbjmiallhonbglbjjjlbmphgebalbjmb
官方URL https://chromewebstore.google.com/detail/stamps/bbjmiallhonbglbjjjlbmphgebalbjmb
简介 Rate and comment on any website on the internet!
文件大小 3.43 MB
安装次数 56
当前版本 0.2.9
更新时间 2023-02-22
上架时间 2022-12-21
开发者 https://stamps.network
电子邮箱 [email protected]
付费类型 free
扩展官网 http://www.stamps.network
隐私政策页面URL https://www.stamps.network/privacy
支持的语言 en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Stamps",
    "description": "Rate and comment on any website on the internet!",
    "version": "0.2.9",
    "manifest_version": 3,
    "action": {
        "default_popup": "popup\/index.html",
        "default_title": "Stamps",
        "default_icon": "assets\/img\/stampn.png"
    },
    "background": {
        "service_worker": "background\/background.bundle.js"
    },
    "content_scripts": [
        {
            "matches": [
                ""
            ],
            "run_at": "document_idle",
            "js": [
                "content\/content.js"
            ]
        }
    ],
    "permissions": [
        "tabs",
        "storage"
    ],
    "host_permissions": [
        "https:\/\/app.stamps.network\/*",
        "http:\/\/localhost:3000\/*"
    ]
}