PICHA
Quickly download free stock photography from PICHA Stock. PICHA is a visual content provider specialized in Afrocentric content.
什么是PICHA?
PICHA是由PICHA开发的Chrome扩展程序,该扩展的主要功能是“Quickly download free stock photography from PICHA Stock. PICHA is a visual content provider specialized in Afrocentric content.”。
扩展截图
下载PICHA扩展crx文件
下载PICHA扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。
扩展使用说明
For more information visit https://pichastock.com or Email: [email protected] Instagram: @pichastock
扩展基本信息
名称 | PICHA |
ID | kfnalellkdfhomefgbioaflnnppackjm |
官方URL | https://chromewebstore.google.com/detail/picha/kfnalellkdfhomefgbioaflnnppackjm |
简介 | Quickly download free stock photography from PICHA Stock. PICHA is a visual content provider specialized in Afrocentric content. |
文件大小 | 331 KB |
安装次数 | 96 |
当前版本 | 0.1 |
更新时间 | 2020-12-24 |
上架时间 | 2020-12-24 |
开发者 | PICHA |
电子邮箱 | [email protected] |
付费类型 | free |
扩展官网 | https://pichastock.com/ |
帮助页面URL | https://pichastock.com/contact/ |
隐私政策页面URL | https://pichastock.com/privacy-policy |
支持的语言 | 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" } ] } |