GetThetPic!
Download any photo from Instagram easily with this simple extension.
ما هو GetThetPic!؟
GetThetPic! هو إضافة Chrome تم تطويرها بواسطة http://kenji.ai، والميزة الرئيسية لها هي "Download any photo from Instagram easily with this simple extension.".
لقطات شاشة التمديد
تحميل ملف CRX للإضافة GetThetPic!
قم بتنزيل ملفات الامتداد GetThetPic! بتنسيق crx ، وقم بتثبيت الامتدادات يدويًا في متصفح Chrome ، أو شارك ملفات crx مع الأصدقاء لتثبيت الامتدادات بسهولة.
تعليمات استخدام التمديد
Download any photo from Instagram the easy way within two clicks! Our downloader extension integrates seamlessly into your web browsing experience. Here's how it works: all you need to do is right-click on any photo when you're on the website. After that, you're able to do three things. You can either download the photo, open it in a new tab, or simply get the direct image URL by copying it. This is the simplest app you'll ever use. It's also lightweight and doesn't affect your browsing experience at all. Happy downloading!
معلومات أساسية عن التمديد
الاسم | |
ID | fkdmnfbeaepmildaolaoicjbfkghpcco |
عنوان URL الرسمي | https://chrome.google.com/webstore/detail/getthetpic/fkdmnfbeaepmildaolaoicjbfkghpcco |
الوصف | Download any photo from Instagram easily with this simple extension. |
حجم الملف | 26.83 KB |
عدد التثبيتات | 6,861 |
النسخة الحالية | 3.0.8 |
آخر تحديث | 2019-04-08 |
تاريخ النشر | 2019-04-08 |
تقييم | 3.78/5 مجموع تقييمات 60 |
المطور | http://kenji.ai |
البريد الإلكتروني | [email protected] |
نوع الدفع | free |
موقع الإضافة | http://www.kenji.ai |
عنوان صفحة المساعدة | https://github.com/odditive/instagram-image-url |
عنوان صفحة سياسة الخصوصية | https://kenji.ai/privacy |
اللغات المدعومة | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "GetThetPic!", "description": "Download any photo from Instagram easily with this simple extension.", "version": "3.0.8", "icons": { "16": "resources\/insta-16.png", "48": "resources\/insta-48.png", "128": "resources\/insta-128.png" }, "author": "Kenji.ai", "homepage_url": "http:\/\/www.kenji.ai", "background": { "scripts": [ "background.js" ] }, "content_scripts": [ { "matches": [ "http:\/\/www.instagram.com\/*", "https:\/\/www.instagram.com\/*" ], "js": [ "content.js" ], "run_at": "document_end" } ], "permissions": [ "tabs", "contextMenus", "downloads" ] } |