Global Gram - Liker)
Instagram Liker Extension by Global Gram
ما هو Global Gram - Liker)؟
Global Gram - Liker) هو إضافة Chrome تم تطويرها بواسطة Global Gram، والميزة الرئيسية لها هي "Instagram Liker Extension by Global Gram".
لقطات شاشة التمديد
تحميل ملف CRX للإضافة Global Gram - Liker)
قم بتنزيل ملفات الامتداد Global Gram - Liker) بتنسيق crx ، وقم بتثبيت الامتدادات يدويًا في متصفح Chrome ، أو شارك ملفات crx مع الأصدقاء لتثبيت الامتدادات بسهولة.
تعليمات استخدام التمديد
This is the official Liker from Global Gram. Copy and paste your catch-up links and set a delay. Note that you have to be logged in on Instagram feed page for this to work.
معلومات أساسية عن التمديد
الاسم | |
ID | ogedbmahehijcfllmicfjnpjkmcfobno |
عنوان URL الرسمي | https://chrome.google.com/webstore/detail/global-gram-liker/ogedbmahehijcfllmicfjnpjkmcfobno |
الوصف | Instagram Liker Extension by Global Gram |
حجم الملف | 481 KB |
عدد التثبيتات | 91 |
النسخة الحالية | 3.3 |
آخر تحديث | 2018-08-09 |
تاريخ النشر | 2018-08-09 |
تقييم | 2.25/5 مجموع تقييمات 4 |
المطور | Global Gram |
البريد الإلكتروني | [email protected] |
نوع الدفع | free |
موقع الإضافة | http://globalgram.net |
اللغات المدعومة | en |
manifest.json | |
{ "browser_action": { "default_icon": "img\/128x128.png", "default_popup": "popup.html" }, "content_scripts": [ { "css": [ "bootstrap.min.css" ], "js": [ "jquery.js", "content-instagram.js" ], "matches": [ "*:\/\/www.instagram.com\/*", "*:\/\/instagram.com\/*" ] } ], "description": "Instagram Liker Extension by Global Gram", "icons": { "128": "img\/128x128.png", "16": "img\/16x16.png", "48": "img\/48x48.png" }, "manifest_version": 2, "name": "Global Gram - Liker)", "offline_enabled": true, "permissions": [ "activeTab", "tabs", "notifications", "http:\/\/*\/", "https:\/\/*\/", "storage", "*:\/\/www.instagram.com\/*" ], "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "version": "3.3" } |