Stamps

Rate and comment on any website on the internet!

Qu'est-ce que Stamps ?

Stamps est une extension Chrome développée par https://stamps.network, et sa fonction principale est "Rate and comment on any website on the internet!".

Captures d'Écran de l'Extension

screenshot

Télécharger le fichier CRX de l'extension Stamps

Téléchargez les fichiers d'extension Stamps au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.

Instructions d'Utilisation de l'Extension

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

Informations de Base sur l'Extension

Nom Stamps Stamps
ID bbjmiallhonbglbjjjlbmphgebalbjmb
URL Officiel https://chromewebstore.google.com/detail/stamps/bbjmiallhonbglbjjjlbmphgebalbjmb
Description Rate and comment on any website on the internet!
Taille du Fichier 3.43 MB
Nombre d'Installations 56
Version Actuelle 0.2.9
Dernière Mise à Jour 2023-02-22
Date de Publication 2022-12-21
Développeur https://stamps.network
Email [email protected]
Type de Paiement free
Site Web de l'Extension http://www.stamps.network
URL de la Page de Politique de Confidentialité https://www.stamps.network/privacy
Langues Prises en Charge 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\/*"
    ]
}