Instagram Picker
Random Instagram comments picker
ما هو Instagram Picker؟
Instagram Picker هو إضافة Chrome تم تطويرها بواسطة http://freeigpicker.com، والميزة الرئيسية لها هي "Random Instagram comments picker".
لقطات شاشة التمديد
تحميل ملف CRX للإضافة Instagram Picker
قم بتنزيل ملفات الامتداد Instagram Picker بتنسيق crx ، وقم بتثبيت الامتدادات يدويًا في متصفح Chrome ، أو شارك ملفات crx مع الأصدقاء لتثبيت الامتدادات بسهولة.
تعليمات استخدام التمديد
Instagram is free tool to pic random comments from your Instagram posts. This tool is helper plugin for the website https://freeigpicker.com.
معلومات أساسية عن التمديد
الاسم | |
ID | pfcekcngocikljgedgknnjcoahdbgekd |
عنوان URL الرسمي | https://chrome.google.com/webstore/detail/instagram-picker/pfcekcngocikljgedgknnjcoahdbgekd |
الوصف | Random Instagram comments picker |
حجم الملف | 60.77 KB |
عدد التثبيتات | 7,000 |
النسخة الحالية | 1.2 |
آخر تحديث | 2021-08-25 |
تاريخ النشر | 2021-07-05 |
تقييم | 3.88/5 مجموع تقييمات 8 |
المطور | http://freeigpicker.com |
البريد الإلكتروني | [email protected] |
نوع الدفع | free |
موقع الإضافة | https://freeigpicker.com |
عنوان صفحة المساعدة | https://freeigpicker.com |
عنوان صفحة سياسة الخصوصية | https://freeigpicker.com/privacy-policy.php |
اللغات المدعومة | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Instagram Picker", "description": "Random Instagram comments picker", "version": "1.2", "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:\/\/freeigpicker.com\/*", "https:\/\/wwww.freeigpicker.com\/*" ] }, "permissions": [ "https:\/\/*.instagram.com\/*" ], "content_scripts": [ { "matches": [ "http:\/\/localhost:8000\/*", "https:\/\/freeigpicker.com\/*", "https:\/\/wwww.freeigpicker.com\/*" ], "js": [ "content-script.js" ] } ], "icons": { "16": "icon.png", "48": "icon.png", "128": "icon.png" } } |