Peach

Share knowledge and opinion on any web page

Peachคืออะไร?

Peach เป็นส่วนขยายของ Chrome ที่พัฒนาโดย Peach และคุณลักษณะหลักของมันคือ "Share knowledge and opinion on any web page"

ภาพหน้าจอของส่วนขยาย

screenshot
screenshot

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Peach

ดาวน์โหลดไฟล์ส่วนขยาย 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
URL อย่างเป็นทางการ 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"
    ]
}