PICHA
Quickly download free stock photography from PICHA Stock. PICHA is a visual content provider specialized in Afrocentric content.
Qu'est-ce que PICHA ?
PICHA est une extension Chrome développée par PICHA, et sa fonction principale est "Quickly download free stock photography from PICHA Stock. PICHA is a visual content provider specialized in Afrocentric content.".
Captures d'Écran de l'Extension
Télécharger le fichier CRX de l'extension PICHA
Téléchargez les fichiers d'extension PICHA au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.
Instructions d'Utilisation de l'Extension
For more information visit https://pichastock.com or Email: [email protected] Instagram: @pichastock
Informations de Base sur l'Extension
Nom | PICHA |
ID | kfnalellkdfhomefgbioaflnnppackjm |
URL Officiel | 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. |
Taille du Fichier | 331 KB |
Nombre d'Installations | 96 |
Version Actuelle | 0.1 |
Dernière Mise à Jour | 2020-12-24 |
Date de Publication | 2020-12-24 |
Développeur | PICHA |
[email protected] | |
Type de Paiement | free |
Site Web de l'Extension | https://pichastock.com/ |
URL de la Page d'Aide | https://pichastock.com/contact/ |
URL de la Page de Politique de Confidentialité | https://pichastock.com/privacy-policy |
Langues Prises en Charge | 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" } ] } |