Instagram Comment Picker

Random Instagram Comments Picker for Giveaways and Contests.

ما هو Instagram Comment Picker؟

Instagram Comment Picker هو إضافة Chrome تم تطويرها بواسطة https://comment-picker.com، والميزة الرئيسية لها هي "Random Instagram Comments Picker for Giveaways and Contests.".

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

screenshot

تحميل ملف CRX للإضافة Instagram Comment Picker

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

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

                        Create your free Instagram Giveaways and contests online for free. Pick a random winner from your Instagram photos and videos with comment-picker.                    

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

الاسم Instagram Comment Picker Instagram Comment Picker
ID iooncalbeihfjphmpijadfcogbnfnlbj
عنوان URL الرسمي https://chrome.google.com/webstore/detail/instagram-comment-picker/iooncalbeihfjphmpijadfcogbnfnlbj
الوصف Random Instagram Comments Picker for Giveaways and Contests.
حجم الملف 75.47 KB
عدد التثبيتات 787
النسخة الحالية 1.0
آخر تحديث 2021-07-08
تاريخ النشر 2021-07-08
تقييم 3.40/5 مجموع تقييمات 5
المطور https://comment-picker.com
البريد الإلكتروني [email protected]
نوع الدفع free
موقع الإضافة https://comment-picker.com/
عنوان صفحة المساعدة https://comment-picker.com/contact.php
عنوان صفحة سياسة الخصوصية https://comment-picker.com/privacy-policy.php
اللغات المدعومة en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Instagram Comment Picker",
    "description": "Random Instagram Comments Picker for Giveaways and Contests.",
    "version": "1.0",
    "manifest_version": 2,
    "background": {
        "service_worker": "background.js",
        "presistent": false
    },
    "content_security_policy": "script-src 'self' 'unsafe-eval'; object-src 'self'",
    "externally_connectable": {
        "matches": [
            "http:\/\/localhost:8000\/*",
            "https:\/\/comment-picker.com\/*",
            "https:\/\/www.comment-picker.com\/*"
        ]
    },
    "permissions": [
        "https:\/\/*.instagram.com\/*"
    ],
    "content_scripts": [
        {
            "matches": [
                "http:\/\/localhost:8000\/*",
                "https:\/\/comment-picker.com\/*",
                "https:\/\/www.comment-picker.com\/*"
            ],
            "js": [
                "content-script.js"
            ]
        }
    ],
    "icons": {
        "16": "icon.png",
        "48": "icon.png",
        "128": "icon.png"
    }
}