PICHA

Quickly download free stock photography from PICHA Stock. PICHA is a visual content provider specialized in Afrocentric content.

PICHAคืออะไร?

PICHA เป็นส่วนขยายของ Chrome ที่พัฒนาโดย PICHA และคุณลักษณะหลักของมันคือ "Quickly download free stock photography from PICHA Stock. PICHA is a visual content provider specialized in Afrocentric content."

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

screenshot
screenshot
screenshot

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

ดาวน์โหลดไฟล์ส่วนขยาย PICHA ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย

คำแนะนำในการใช้ส่วนขยาย

                        For more information visit https://pichastock.com 
or 
Email: [email protected] 
Instagram: @pichastock                    

ข้อมูลพื้นฐานของส่วนขยาย

ชื่อ PICHA PICHA
ID kfnalellkdfhomefgbioaflnnppackjm
URL อย่างเป็นทางการ https://chromewebstore.google.com/detail/picha/kfnalellkdfhomefgbioaflnnppackjm
คำอธิบาย Quickly download free stock photography from PICHA Stock. PICHA is a visual content provider specialized in Afrocentric content.
ขนาดไฟล์ 331 KB
จำนวนการติดตั้ง 96
เวอร์ชันปัจจุบัน 0.1
อัปเดตครั้งล่าสุด 2020-12-24
วันที่เผยแพร่ 2020-12-24
ผู้พัฒนา PICHA
อีเมล [email protected]
ประเภทการชำระเงิน free
เว็บไซต์ส่วนขยาย https://pichastock.com/
URL หน้าช่วยเหลือ https://pichastock.com/contact/
URL หน้านโยบายความเป็นส่วนตัว https://pichastock.com/privacy-policy
ภาษาที่รองรับ en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "PICHA",
    "description": "Quickly download free stock photography from PICHA Stock. PICHA is a visual content provider specialized in Afrocentric content.",
    "version": "0.1",
    "background": {
        "scripts": [
            "js\/jquery.js",
            "background.js"
        ],
        "persistent": true
    },
    "icons": {
        "16": "images\/favicon16.png",
        "32": "images\/favicon32.png",
        "48": "images\/favicon48.png",
        "128": "images\/favicon128.png"
    },
    "browser_action": {
        "default_icon": "images\/favicon.png"
    },
    "content_scripts": [
        {
            "matches": [
                "https:\/\/pichastock.com\/*"
            ],
            "js": [
                "js\/jquery.js",
                "background.js"
            ],
            "run_at": "document_end"
        }
    ]
}