Peach

Share knowledge and opinion on any web page

Wat is Peach?

Peach is een Chrome-extensie ontwikkeld door Peach, en de belangrijkste functie is "Share knowledge and opinion on any web page".

Extensie Screenshots

screenshot
screenshot

Download het CRX-bestand van de extensie Peach

Download Peach-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.

Instructies voor het Gebruik van de Extensie

                        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/                    

Basisinformatie over de Extensie

Naam Peach Peach
ID affklpjfehnkiekjdoalajogpbmjgajk
Officiële URL https://chromewebstore.google.com/detail/peach/affklpjfehnkiekjdoalajogpbmjgajk
Beschrijving Share knowledge and opinion on any web page
Bestandsgrootte 920 KB
Aantal Installaties 1,000
Huidige Versie 1.3.2
Laatst Bijgewerkt 2021-03-11
Publicatiedatum 2020-06-07
Beoordeling 4.47/5 Totaal 19 Beoordelingen
Ontwikkelaar Peach
E-mail [email protected]
Betalingswijze free
Extensiewebsite https://peachplugin.com/
URL van de Privacybeleid Pagina https://peachplugin.com/privacy
Ondersteunde Talen 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"
    ]
}