PICHA
Quickly download free stock photography from PICHA Stock. PICHA is a visual content provider specialized in Afrocentric content.
What is PICHA?
PICHA is a Chrome extension developed by PICHA, and its main feature is "Quickly download free stock photography from PICHA Stock. PICHA is a visual content provider specialized in Afrocentric content.".
Extension Screenshots
Download PICHA Extension CRX File
Download PICHA extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.
Extension Usage Instructions
For more information visit https://pichastock.com or Email: [email protected] Instagram: @pichastock
Extension Basic Information
Name | PICHA |
ID | kfnalellkdfhomefgbioaflnnppackjm |
Official URL | https://chromewebstore.google.com/detail/picha/kfnalellkdfhomefgbioaflnnppackjm |
Description | Quickly download free stock photography from PICHA Stock. PICHA is a visual content provider specialized in Afrocentric content. |
File Size | 331 KB |
Installation Count | 96 |
Current Version | 0.1 |
Last Updated | 2020-12-24 |
Publish Date | 2020-12-24 |
Developer | PICHA |
[email protected] | |
Payment Type | free |
Extension Website | https://pichastock.com/ |
Help Page URL | https://pichastock.com/contact/ |
Privacy Policy Page URL | https://pichastock.com/privacy-policy |
Supported Languages | 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" } ] } |