Instension
Chrome browser extension, that allows to download or open in a separate tab a video/photo post from the Instagram website.
ما هو Instension؟
Instension هو إضافة Chrome تم تطويرها بواسطة Unknown، والميزة الرئيسية لها هي "Chrome browser extension, that allows to download or open in a separate tab a video/photo post from the Instagram website.".
لقطات شاشة التمديد
تحميل ملف CRX للإضافة Instension
قم بتنزيل ملفات الامتداد Instension بتنسيق crx ، وقم بتثبيت الامتدادات يدويًا في متصفح Chrome ، أو شارك ملفات crx مع الأصدقاء لتثبيت الامتدادات بسهولة.
تعليمات استخدام التمديد
Extension will add two new items in a context menu, "Open in new tab" and "Download". They will work, if context menu is opened on a fullsize post from the official Instagram website.
معلومات أساسية عن التمديد
الاسم | |
ID | ghhgaaedjagldepccfmopmnkkkpjkeon |
عنوان URL الرسمي | https://chromewebstore.google.com/detail/instension/ghhgaaedjagldepccfmopmnkkkpjkeon |
الوصف | Chrome browser extension, that allows to download or open in a separate tab a video/photo post from the Instagram website. |
حجم الملف | 16.2 KB |
عدد التثبيتات | 19 |
النسخة الحالية | 1.1.0 |
آخر تحديث | 2020-01-02 |
تاريخ النشر | 2020-01-02 |
تقييم | 5.00/5 مجموع تقييمات 1 |
المطور | Unknown |
نوع الدفع | free |
موقع الإضافة | https://github.com/KrusnikViers/Instension |
اللغات المدعومة | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "Instension", "version": "1.1.0", "description": "Chrome browser extension, that allows to download or open in a separate tab a video\/photo post from the Instagram website.", "icons": { "16": "icons\/instension_16.png", "32": "icons\/instension_32.png", "64": "icons\/instension_64.png", "128": "icons\/instension_128.png" }, "background": { "scripts": [ "scripts\/background.js" ] }, "content_scripts": [ { "matches": [ "*:\/\/*.instagram.com\/*" ], "run_at": "document_start", "js": [ "scripts\/element_finder.js", "scripts\/content.js" ] } ], "permissions": [ "contextMenus", "downloads" ] } |