PICHA

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

Wat is PICHA?

PICHA is een Chrome-extensie ontwikkeld door PICHA, en de belangrijkste functie is "Quickly download free stock photography from PICHA Stock. PICHA is a visual content provider specialized in Afrocentric content.".

Extensie Screenshots

screenshot
screenshot
screenshot

Download het CRX-bestand van de extensie PICHA

Download PICHA-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.

Instructies voor het Gebruik van de Extensie

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

Basisinformatie over de Extensie

Naam PICHA PICHA
ID kfnalellkdfhomefgbioaflnnppackjm
Officiële URL https://chromewebstore.google.com/detail/picha/kfnalellkdfhomefgbioaflnnppackjm
Beschrijving Quickly download free stock photography from PICHA Stock. PICHA is a visual content provider specialized in Afrocentric content.
Bestandsgrootte 331 KB
Aantal Installaties 96
Huidige Versie 0.1
Laatst Bijgewerkt 2020-12-24
Publicatiedatum 2020-12-24
Ontwikkelaar PICHA
E-mail [email protected]
Betalingswijze free
Extensiewebsite https://pichastock.com/
Help Pagina-URL https://pichastock.com/contact/
URL van de Privacybeleid Pagina https://pichastock.com/privacy-policy
Ondersteunde Talen 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"
        }
    ]
}