Image Remover
It's simple: Click the extension once to remove all images from the webpage you're looking at! Lasts until refresh. =====…
ما هو Image Remover؟
Image Remover هو إضافة Chrome تم تطويرها بواسطة https://danielw.org، والميزة الرئيسية لها هي "It's simple: Click the extension once to remove all images from the webpage you're looking at! Lasts until refresh. =====…".
لقطات شاشة التمديد
تحميل ملف CRX للإضافة Image Remover
قم بتنزيل ملفات الامتداد Image Remover بتنسيق crx ، وقم بتثبيت الامتدادات يدويًا في متصفح Chrome ، أو شارك ملفات crx مع الأصدقاء لتثبيت الامتدادات بسهولة.
تعليمات استخدام التمديد
It's simple: Click the extension once to remove all images from the webpage you're looking at! Lasts until refresh.
===== Testimonials =====
Person A: "No feedback needed, it's that effective."
Person B: "What A said." معلومات أساسية عن التمديد
| الاسم | |
| ID | keimggighiknpiiloncafdmhopgccbbk |
| عنوان URL الرسمي | https://chromewebstore.google.com/detail/image-remover/keimggighiknpiiloncafdmhopgccbbk |
| الوصف | It's simple: Click the extension once to remove all images from the webpage you're looking at! Lasts until refresh. =====… |
| حجم الملف | 7.88 KB |
| عدد التثبيتات | 1,528 |
| النسخة الحالية | 1.0 |
| آخر تحديث | 2016-03-03 |
| تاريخ النشر | 2016-03-02 |
| تقييم | 4.44/5 مجموع تقييمات 9 |
| المطور | https://danielw.org |
| البريد الإلكتروني | [email protected] |
| نوع الدفع | free |
| موقع الإضافة | http://www.danielw.org |
| عنوان صفحة المساعدة | http://www.danielw.org |
| اللغات المدعومة | en |
| manifest.json | |
{
"update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
"name": "Image Remover",
"version": "1.0",
"permissions": [
"background",
"activeTab"
],
"background": {
"scripts": [
"background.js"
],
"persistent": true
},
"icons": {
"16": "16.png",
"48": "48.png",
"128": "imgremove.png"
},
"browser_action": {
"default_title": "Click to remove all images",
"default_icon": "imgremove.png"
},
"manifest_version": 2,
"short_name": "Image Remover"
} | |