Peach

Share knowledge and opinion on any web page

什麼是Peach?

Peach是由Peach開發的Chrome擴展程式,該擴展的主要功能是“Share knowledge and opinion on any web page”。

擴展截圖

screenshot
screenshot

下載Peach擴展crx文件

下載Peach擴展crx格式的文件,手動將Chrome擴充功能安裝到瀏覽器中,也可以將crx文件分享給朋友,輕鬆安裝Chrome擴充功能。

擴展使用說明

                        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/                    

擴展基本資訊

名稱 Peach Peach
ID affklpjfehnkiekjdoalajogpbmjgajk
官方網址 https://chromewebstore.google.com/detail/peach/affklpjfehnkiekjdoalajogpbmjgajk
簡介 Share knowledge and opinion on any web page
檔案大小 920 KB
安裝次數 1,000
目前版本 1.3.2
更新時間 2021-03-11
上架時間 2020-06-07
評分 4.47/5 共 19 次評分
開發者 Peach
電子郵箱 [email protected]
付費類型 free
擴展官網 https://peachplugin.com/
隱私政策頁面URL https://peachplugin.com/privacy
支援的語言 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"
    ]
}