PinAli - PinIt button for AliExpress images

Add PinIt button for every image on AliExpress pages and share easy your shopping style.

ما هو PinAli - PinIt button for AliExpress images؟

PinAli - PinIt button for AliExpress images هو إضافة Chrome تم تطويرها بواسطة CodedByHand، والميزة الرئيسية لها هي "Add PinIt button for every image on AliExpress pages and share easy your shopping style.".

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

screenshot

تحميل ملف CRX للإضافة PinAli - PinIt button for AliExpress images

قم بتنزيل ملفات الامتداد PinAli - PinIt button for AliExpress images بتنسيق crx ، وقم بتثبيت الامتدادات يدويًا في متصفح Chrome ، أو شارك ملفات crx مع الأصدقاء لتثبيت الامتدادات بسهولة.

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

                                            

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

الاسم PinAli - PinIt button for AliExpress images PinAli - PinIt button for AliExpress images
ID nejbfcpiopnbijigppomhgpieofpkfkb
عنوان URL الرسمي https://chromewebstore.google.com/detail/pinali-pinit-button-for-a/nejbfcpiopnbijigppomhgpieofpkfkb
الوصف Add PinIt button for every image on AliExpress pages and share easy your shopping style.
حجم الملف 11.37 KB
عدد التثبيتات 17
النسخة الحالية 1.0.2
آخر تحديث 2015-04-07
تاريخ النشر 2015-04-07
المطور CodedByHand
نوع الدفع free
عنوان صفحة سياسة الخصوصية https://sites.google.com/view/coded-by-hand-privacy-policy
اللغات المدعومة en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "PinAli - PinIt button for AliExpress images",
    "short_name": "PinAli",
    "version": "1.0.2",
    "description": "Add PinIt button for every image on AliExpress pages and share easy your shopping style.",
    "icons": {
        "16": "icon16.png",
        "48": "icon48.png",
        "128": "icon128.png"
    },
    "permissions": [],
    "background": [],
    "content_scripts": [
        {
            "matches": [
                "http:\/\/activities.aliexpress.com\/*",
                "http:\/\/www.aliexpress.com\/*",
                "http:\/\/es.aliexpress.com\/*",
                "http:\/\/pt.aliexpress.com\/*",
                "http:\/\/ru.aliexpress.com\/*"
            ],
            "js": [
                "pinali.js"
            ]
        }
    ]
}