PICHA

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

什麼是PICHA?

PICHA是由PICHA開發的Chrome擴展程式,該擴展的主要功能是“Quickly download free stock photography from PICHA Stock. PICHA is a visual content provider specialized in Afrocentric content.”。

擴展截圖

screenshot
screenshot
screenshot

下載PICHA擴展crx文件

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

擴展使用說明

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

擴展基本資訊

名稱 PICHA PICHA
ID kfnalellkdfhomefgbioaflnnppackjm
官方網址 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"
        }
    ]
}