Instagram Comments Loader
Load all Instagram comments
ما هو Instagram Comments Loader؟
Instagram Comments Loader هو إضافة Chrome تم تطويرها بواسطة Unknown، والميزة الرئيسية لها هي "Load all Instagram comments".
لقطات شاشة التمديد
تحميل ملف CRX للإضافة Instagram Comments Loader
قم بتنزيل ملفات الامتداد Instagram Comments Loader بتنسيق crx ، وقم بتثبيت الامتدادات يدويًا في متصفح Chrome ، أو شارك ملفات crx مع الأصدقاء لتثبيت الامتدادات بسهولة.
تعليمات استخدام التمديد
Adds a button to load all Instagram comments for a post
معلومات أساسية عن التمديد
الاسم | Instagram Comments Loader |
ID | eagfdidiccllhejojgfnjdfkjpomlffd |
عنوان URL الرسمي | https://chromewebstore.google.com/detail/instagram-comments-loader/eagfdidiccllhejojgfnjdfkjpomlffd |
الوصف | Load all Instagram comments |
حجم الملف | 140 KB |
عدد التثبيتات | 88 |
النسخة الحالية | 1.0 |
آخر تحديث | 2021-12-22 |
تاريخ النشر | 2021-12-21 |
المطور | Unknown |
البريد الإلكتروني | [email protected] |
نوع الدفع | free |
اللغات المدعومة | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Instagram Comments Loader", "description": "Load all Instagram comments", "version": "1.0", "manifest_version": 3, "content_scripts": [ { "matches": [ "https:\/\/*.instagram.com\/*" ], "js": [ "content.js" ], "css": [ "explode.css" ] } ] } |