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
公式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
Eメール [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"
        }
    ]
}