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
Eメール [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\/*"
    ]
}