Peach

Share knowledge and opinion on any web page

Cos'è Peach?

Peach è un'estensione di Chrome sviluppata da Peach, e la sua funzione principale è "Share knowledge and opinion on any web page".

Screenshot dell'Estensione

screenshot
screenshot

Scarica il file CRX dell'estensione Peach

Scarica i file di estensione Peach in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.

Istruzioni per l'Uso dell'Estensione

                        Peach allows you to share opinion on any web pages and make peach credits while browsing the internet. You can learn more here https://peachplugin.com/                    

Informazioni di Base sull'Estensione

Nome Peach Peach
ID affklpjfehnkiekjdoalajogpbmjgajk
URL Ufficiale https://chromewebstore.google.com/detail/peach/affklpjfehnkiekjdoalajogpbmjgajk
Descrizione Share knowledge and opinion on any web page
Dimensione del File 920 KB
Conteggio Installazioni 1,000
Versione Corrente 1.3.2
Ultimo Aggiornamento 2021-03-11
Data di Pubblicazione 2020-06-07
Valutazione 4.47/5 Totale 19 Valutazioni
Sviluppatore Peach
Email [email protected]
Tipo di Pagamento free
Sito Web dell'Estensione https://peachplugin.com/
URL della Pagina della Politica sulla Privacy https://peachplugin.com/privacy
Lingue Supportate en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Peach",
    "description": "Share knowledge and opinion on any web page",
    "version": "1.3.2",
    "content_security_policy": "script-src 'self' https:\/\/us-central1-peach-88787.cloudfunctions.net\/ https:\/\/www.gstatic.com\/ https:\/\/*.firebaseio.com https:\/\/www.googleapis.com https:\/\/firebasestorage.googleapis.com\/* https 'unsafe-inline'; object-src 'self'",
    "browser_action": {
        "default_popup": "index.html",
        "default_title": "Open the popup"
    },
    "icons": {
        "16": "16.png",
        "48": "48.png",
        "128": "128.png"
    },
    "permissions": [
        "",
        "storage",
        "geolocation"
    ],
    "content_scripts": [
        {
            "matches": [
                ""
            ],
            "js": [
                "jquery.js",
                ".\/firebaseScripts\/firebase-app.js",
                ".\/firebaseScripts\/firebase-functions.js",
                ".\/firebaseScripts\/firebase-firestore.js",
                "content.js"
            ],
            "all_frames": false
        }
    ],
    "background": {
        "scripts": [
            "jquery.js",
            ".\/firebaseScripts\/firebase-app.js",
            ".\/firebaseScripts\/firebase-auth.js",
            ".\/firebaseScripts\/firebase-functions.js",
            ".\/firebaseScripts\/firebase-firestore.js",
            "background.js"
        ],
        "persistent": false
    },
    "externally_connectable": {
        "matches": [
            "http:\/\/localhost:3000\/*",
            "https:\/\/peachplugin.com\/*",
            "",
            "https:\/\/*\/*"
        ]
    },
    "web_accessible_resources": [
        "index.html",
        "48.png",
        "eye.svg",
        "eyeClosed.svg",
        "waiting.gif",
        "plus.svg",
        "globle.svg",
        "peachIcon.svg",
        "smily.svg",
        "close.svg",
        "whiteCloseButton.png",
        "delete.svg",
        "peachPost.html",
        "floatNavi.html",
        "user1.png",
        "peachLogo.png",
        "comment.svg",
        "https:\/\/peachplugin.com\/*",
        "https:\/\/flatmates-res.cloudinary.com\/*",
        "https:\/\/firebasestorage.googleapis.com\/*",
        "https:\/\/*.cloudfunctions.net\/*",
        "floatNavi.js",
        "peachPost.css",
        "peachPost.js",
        "jquery.js",
        "https:\/\/www.gstatic.com\/firebasejs\/6.6.0\/firebase-app.js",
        "newPeachPost.html",
        "drag.svg",
        "newPeachPost.js",
        "peachPostIcon.png",
        "peachPostIconGrey.png",
        "twitter.svg",
        "report.svg",
        "pin.png",
        "link.png",
        "copy.png",
        "tick.png",
        "softDrink.png"
    ]
}