PICHA
Quickly download free stock photography from PICHA Stock. PICHA is a visual content provider specialized in Afrocentric content.
Vad är PICHA?
PICHA är en Chrome-tillägg utvecklad av PICHA, och dess huvudfunktion är "Quickly download free stock photography from PICHA Stock. PICHA is a visual content provider specialized in Afrocentric content.".
Tilläggsskärmbilder
Ladda ner PICHA-förlängningens CRX-fil
Ladda ner PICHA-filändelser i crx-format, installera Chrome-tillägg manuellt i webbläsaren eller dela crx-filerna med vänner för att enkelt installera Chrome-tillägg.
Användarmanual för Tillägg
For more information visit https://pichastock.com
or
Email: [email protected]
Instagram: @pichastock Grundläggande Information om Tillägg
| Namn | |
| ID | kfnalellkdfhomefgbioaflnnppackjm |
| Officiell webbadress | https://chromewebstore.google.com/detail/picha/kfnalellkdfhomefgbioaflnnppackjm |
| Beskrivning | Quickly download free stock photography from PICHA Stock. PICHA is a visual content provider specialized in Afrocentric content. |
| Filstorlek | 331 KB |
| Antal Installationer | 96 |
| Aktuell Version | 0.1 |
| Senast Uppdaterad | 2020-12-24 |
| Publiceringsdatum | 2020-12-24 |
| Utvecklare | PICHA |
| E-post | [email protected] |
| Betalningssätt | free |
| Tilläggswebbplats | https://pichastock.com/ |
| Hjälpsida URL | https://pichastock.com/contact/ |
| URL till Sekretesspolicy Sidan | https://pichastock.com/privacy-policy |
| Stödda Språk | 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"
}
]
} | |