Stamps

Rate and comment on any website on the internet!

What is Stamps?

Stamps is a Chrome extension developed by https://stamps.network, and its main feature is "Rate and comment on any website on the internet!".

Extension Screenshots

screenshot

Download Stamps Extension CRX File

Download Stamps 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

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

Extension Basic Information

Name Stamps Stamps
ID bbjmiallhonbglbjjjlbmphgebalbjmb
Official URL https://chromewebstore.google.com/detail/stamps/bbjmiallhonbglbjjjlbmphgebalbjmb
Description Rate and comment on any website on the internet!
File Size 3.43 MB
Installation Count 56
Current Version 0.2.9
Last Updated 2023-02-22
Publish Date 2022-12-21
Developer https://stamps.network
Email [email protected]
Payment Type free
Extension Website http://www.stamps.network
Privacy Policy Page URL https://www.stamps.network/privacy
Supported Languages 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\/*"
    ]
}