PICHA

Quickly download free stock photography from PICHA Stock. PICHA is a visual content provider specialized in Afrocentric content.

ما هو PICHA؟

PICHA هو إضافة Chrome تم تطويرها بواسطة PICHA، والميزة الرئيسية لها هي "Quickly download free stock photography from PICHA Stock. PICHA is a visual content provider specialized in Afrocentric content.".

لقطات شاشة التمديد

screenshot
screenshot
screenshot

تحميل ملف CRX للإضافة PICHA

قم بتنزيل ملفات الامتداد PICHA بتنسيق crx ، وقم بتثبيت الامتدادات يدويًا في متصفح Chrome ، أو شارك ملفات crx مع الأصدقاء لتثبيت الامتدادات بسهولة.

تعليمات استخدام التمديد

                        For more information visit https://pichastock.com 
or 
Email: [email protected] 
Instagram: @pichastock                    

معلومات أساسية عن التمديد

الاسم PICHA 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/
عنوان صفحة المساعدة https://pichastock.com/contact/
عنوان صفحة سياسة الخصوصية 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"
        }
    ]
}