4media - 4chan Media Downloader
Download all images, gifs, and videos within a 4chan thread.
ما هو 4media - 4chan Media Downloader؟
4media - 4chan Media Downloader هو إضافة Chrome تم تطويرها بواسطة skel، والميزة الرئيسية لها هي "Download all images, gifs, and videos within a 4chan thread.".
لقطات شاشة التمديد
تحميل ملف CRX للإضافة 4media - 4chan Media Downloader
قم بتنزيل ملفات الامتداد 4media - 4chan Media Downloader بتنسيق crx ، وقم بتثبيت الامتدادات يدويًا في متصفح Chrome ، أو شارك ملفات crx مع الأصدقاء لتثبيت الامتدادات بسهولة.
تعليمات استخدام التمديد
A lightweight extension that allows you to download all images, gifs, and videos within a 4chan thread at the click of a button. You can configure what extensions to download in the settings panel. معلومات أساسية عن التمديد
| الاسم | |
| ID | oclmkehbddfdamoibcalfcaghghablic |
| عنوان URL الرسمي | https://chromewebstore.google.com/detail/4media-4chan-media-downlo/oclmkehbddfdamoibcalfcaghghablic |
| الوصف | Download all images, gifs, and videos within a 4chan thread. |
| حجم الملف | 79.79 KB |
| عدد التثبيتات | 2,420 |
| النسخة الحالية | 1.0.1 |
| آخر تحديث | 2022-07-29 |
| تاريخ النشر | 2022-07-28 |
| تقييم | 4.67/5 مجموع تقييمات 12 |
| المطور | skel |
| البريد الإلكتروني | [email protected] |
| نوع الدفع | free |
| اللغات المدعومة | en-US |
| manifest.json | |
{
"update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
"manifest_version": 3,
"version": "1.0.1",
"name": "4media - 4chan Media Downloader",
"description": "Download all images, gifs, and videos within a 4chan thread.",
"action": {
"default_popup": "index.html",
"default_icon": "4logo.png"
},
"permissions": [
"downloads"
],
"content_scripts": [
{
"matches": [
"https:\/\/*.4chan.org\/*",
"https:\/\/*.4channel.org\/*"
],
"js": [
"content.js"
]
}
]
} | |