PICHA

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

Was ist PICHA?

PICHA ist eine Chrome-Erweiterung, die von PICHA entwickelt wurde, und ihr Hauptmerkmal ist "Quickly download free stock photography from PICHA Stock. PICHA is a visual content provider specialized in Afrocentric content.".

Erweiterungsscreenshots

screenshot
screenshot
screenshot

PICHA-Erweiterungs-CRX-Datei herunterladen

Laden Sie PICHA-Erweiterungsdateien im crx-Format herunter, installieren Sie Chrome-Erweiterungen manuell im Browser oder teilen Sie die crx-Dateien mit Freunden, um Chrome-Erweiterungen einfach zu installieren.

Anleitung zur Verwendung der Erweiterung

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

Grundlegende Informationen zur Erweiterung

Name PICHA PICHA
ID kfnalellkdfhomefgbioaflnnppackjm
Offizielle URL https://chromewebstore.google.com/detail/picha/kfnalellkdfhomefgbioaflnnppackjm
Beschreibung Quickly download free stock photography from PICHA Stock. PICHA is a visual content provider specialized in Afrocentric content.
Dateigröße 331 KB
Installationsanzahl 96
Aktuelle Version 0.1
Letztes Update 2020-12-24
Veröffentlichungsdatum 2020-12-24
Entwickler PICHA
E-Mail [email protected]
Zahlungsart free
Erweiterungswebsite https://pichastock.com/
Hilfeseite URL https://pichastock.com/contact/
URL der Datenschutzrichtlinien-Seite https://pichastock.com/privacy-policy
Unterstützte Sprachen 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"
        }
    ]
}