PICHA

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

Apa itu PICHA?

PICHA adalah ekstensi Chrome yang dikembangkan oleh PICHA, dan fitur utamanya adalah "Quickly download free stock photography from PICHA Stock. PICHA is a visual content provider specialized in Afrocentric content.".

Screenshot Ekstensi

screenshot
screenshot
screenshot

Unduh Berkas CRX Ekstensi PICHA

Unduh file ekstensi PICHA dalam format crx, pasang ekstensi Chrome secara manual di peramban, atau bagikan file crx dengan teman untuk menginstal ekstensi Chrome dengan mudah.

Petunjuk Penggunaan Ekstensi

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

Informasi Dasar Ekstensi

Nama PICHA PICHA
ID kfnalellkdfhomefgbioaflnnppackjm
URL Resmi https://chromewebstore.google.com/detail/picha/kfnalellkdfhomefgbioaflnnppackjm
Deskripsi Quickly download free stock photography from PICHA Stock. PICHA is a visual content provider specialized in Afrocentric content.
Ukuran File 331 KB
Jumlah Instalasi 96
Versi Saat Ini 0.1
Terakhir Diperbarui 2020-12-24
Tanggal Publikasi 2020-12-24
Pengembang PICHA
Email [email protected]
Tipe Pembayaran free
Situs Ekstensi https://pichastock.com/
URL Halaman Bantuan https://pichastock.com/contact/
URL Halaman Kebijakan Privasi https://pichastock.com/privacy-policy
Bahasa yang Didukung 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"
        }
    ]
}