Image Cleaner

Delete facebook images(photos) with more ease

Image Cleanerคืออะไร?

Image Cleaner เป็นส่วนขยายของ Chrome ที่พัฒนาโดย rowe6435 และคุณลักษณะหลักของมันคือ "Delete facebook images(photos) with more ease"

ภาพหน้าจอของส่วนขยาย

screenshot
screenshot

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Image Cleaner

ดาวน์โหลดไฟล์ส่วนขยาย Image Cleaner ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย

คำแนะนำในการใช้ส่วนขยาย

                        Image Cleaner lets you to delete all your Facebook Images(Photos - Including album photos and videos) by one click without having to delete one by one, It even allows to Select and Delete multiple images(photos)/videos at once.

*Note: App works in new facebook design 2020

***We are sorry for the experience that you had, due to some issues that is related to Facebook only users who have the new Facebook view are able to use the extension. Please ensure that you are using the new Facebook layout to be able to use the extension. In the meantime we will try to resolve the issues related to this.

How to use?

Delete Multiple
--------------------------------
Step 1 : Log In to your Facebook account(New View)
Step 2 : Go to your Photos or Albums folder in your facebook account
Step 3 : Click on 'Select Multiple' button to select photos from your Photos or Albums page which you want to delete
Step 4 : Once you have selected click on Delete button which appears on your facebook page

Delete All
--------------------------------
Step 1 : Log In to your Facebook account
Step 2 : Go to your Photos or Albums folder in your facebook account
Step 3 : Click on 'Start Cleaning' button to delete all the photos on your Photos or Albums page.
Step 4 : Please don't close the tab while photos being deleted

**Note: Please refresh if not working in 1st attempt

This app does not store any of your data.


Terms & Conditions:
Use "Image Cleaner" at your own risk. No guarantee or warranty is given. The author shall not be held liable for any damage or loss of data. Usage of this app means that you agree to these terms.

For any query: [email protected]/[email protected]/9663026088                    

ข้อมูลพื้นฐานของส่วนขยาย

ชื่อ Image Cleaner Image Cleaner
ID galbinalabhlelmefpllgkdkigfehcbj
URL อย่างเป็นทางการ https://chrome.google.com/webstore/detail/image-cleaner/galbinalabhlelmefpllgkdkigfehcbj
คำอธิบาย Delete facebook images(photos) with more ease
ขนาดไฟล์ 147 KB
จำนวนการติดตั้ง 8,182
เวอร์ชันปัจจุบัน 0.1.0
อัปเดตครั้งล่าสุด 2020-10-25
วันที่เผยแพร่ 2019-11-05
คะแนน 2.39/5 รวมทั้งหมด 41 คะแนน
ผู้พัฒนา rowe6435
อีเมล [email protected]
ประเภทการชำระเงิน free
เว็บไซต์ส่วนขยาย https://www.facebook.com/Image-Cleaner-104260974358091
URL หน้าช่วยเหลือ https://www.facebook.com/Image-Cleaner-104260974358091
ภาษาที่รองรับ en-GB
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Image Cleaner",
    "short_name": "Delete facebook images(photos)",
    "description": "Delete facebook images(photos) with more ease",
    "version": "0.1.0",
    "icons": {
        "16": "icons\/16x16.png",
        "48": "icons\/48x48.png",
        "128": "icons\/128x128.png"
    },
    "browser_action": {
        "default_icon": "icons\/48x48.png",
        "default_title": "Image Cleaner(Works with new fb view)",
        "default_popup": "screens\/popup.html"
    },
    "content_scripts": [
        {
            "matches": [
                "https:\/\/www.facebook.com\/*",
                "https:\/\/web.facebook.com\/*"
            ],
            "js": [
                "js\/constants.js",
                "js\/content.js"
            ]
        }
    ],
    "background": {
        "scripts": [
            "js\/ga.js",
            "js\/bg.js"
        ],
        "persistent": true
    },
    "web_accessible_resources": [
        "icons\/logo.png"
    ],
    "content_security_policy": "script-src 'self' 'unsafe-eval' https:\/\/www.google-analytics.com; object-src 'self' "
}