PICHA
Quickly download free stock photography from PICHA Stock. PICHA is a visual content provider specialized in Afrocentric content.
Hvad er PICHA?
PICHA er en Chrome-udvidelse udviklet af PICHA, og dens hovedfunktion er "Quickly download free stock photography from PICHA Stock. PICHA is a visual content provider specialized in Afrocentric content.".
Udvidelsesskærmbilleder
Download PICHA-udvidelses-CRX-fil
Download PICHA-udvidelsesfiler i crx-format, installer Chrome-udvidelser manuelt i browseren eller del crx-filer med venner for nemt at installere Chrome-udvidelser.
Brugsanvisning til Udvidelsen
For more information visit https://pichastock.com or Email: [email protected] Instagram: @pichastock
Grundlæggende oplysninger om udvidelsen
Navn | PICHA |
ID | kfnalellkdfhomefgbioaflnnppackjm |
Officiel URL | https://chromewebstore.google.com/detail/picha/kfnalellkdfhomefgbioaflnnppackjm |
Beskrivelse | Quickly download free stock photography from PICHA Stock. PICHA is a visual content provider specialized in Afrocentric content. |
Filstørrelse | 331 KB |
Antal Installationer | 96 |
Nuværende Version | 0.1 |
Senest Opdateret | 2020-12-24 |
Udgivelsesdato | 2020-12-24 |
Udvikler | PICHA |
[email protected] | |
Betalingsmetode | free |
Udvidelseswebsted | https://pichastock.com/ |
Hjælpeside-URL | https://pichastock.com/contact/ |
URL til Fortrolighedspolitik Side | https://pichastock.com/privacy-policy |
Understøttede Sprog | 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" } ] } |