HD Image Downloader & Upscaler

Download HD images instantly from website and upscale images up to 8X

HD Image Downloader & Upscalerคืออะไร?

HD Image Downloader & Upscaler เป็นส่วนขยายของ Chrome ที่พัฒนาโดย https://online.hitpaw.com และคุณลักษณะหลักของมันคือ "Download HD images instantly from website and upscale images up to 8X"

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

screenshot
screenshot
screenshot

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย HD Image Downloader & Upscaler

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

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

                        HD Image Downloader & Upscaler is a Chrome browser extension designed to provide a convenient way to download images from website, like remove.bg , post background removal.

🚀Key Features:

** HD Downloads: Easily extract images from website with this HD picture downloader, preserving the highest visual quality.
** One-Click Operation: Download processed images with a single click while visiting the remove.bg website, eliminating the need for a complex process.
** Convenient Saving: Images will be saved just by copying the code we provided, and get HD images safely in our Discord.
** Privacy and Security: This extension does not collect, store, or transmit any personal information. Refer to our privacy policy for more information.
** Professional Support: No matter you have any questions or inquires, please feel free to contact [email protected] , our support team will give you professional help as soon as possible. Or join our Discord and directly contact with us.


🚀How to Use:
** Pin the 'HD Image Downloader & Upscaler' extension to the browser toolbar. Click on the extension icon in the Chrome toolbar.
** After removing background from remove.bg website, click on the Free HD Download button.
** Copy the code of HD image and join our Discord.
** Instantly get the HD image in our Discord by pasting the code.

We value your input! Should you have any inquiries or suggestions, reach out through the designated feedback channels on the extension page. We are committed to providing support and continuous improvement.

Thank you for choosing the HD Image Downloader & Upscaler, enhancing your image processing and download experience!                    

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

ชื่อ HD Image Downloader & Upscaler HD Image Downloader & Upscaler
ID ilkmlehilibcmpoopoadhlllijhfppoa
URL อย่างเป็นทางการ https://chromewebstore.google.com/detail/hd-image-downloader-upsca/ilkmlehilibcmpoopoadhlllijhfppoa
คำอธิบาย Download HD images instantly from website and upscale images up to 8X
ขนาดไฟล์ 2.04 MB
จำนวนการติดตั้ง 37
เวอร์ชันปัจจุบัน 1.0.1
อัปเดตครั้งล่าสุด 2023-12-14
วันที่เผยแพร่ 2023-12-07
ผู้พัฒนา https://online.hitpaw.com
อีเมล [email protected]
ประเภทการชำระเงิน free
เว็บไซต์ส่วนขยาย https://online.hitpaw.com/online-photo-enhancer.html
URL หน้าช่วยเหลือ https://www.hitpaw.com/support/support.html
URL หน้านโยบายความเป็นส่วนตัว https://www.hitpaw.com/privacy-policy.html
ภาษาที่รองรับ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "name": "HD Image Downloader & Upscaler",
    "version": "1.0.1",
    "description": "Download HD images instantly from website and upscale images up to 8X",
    "action": {
        "default_icon": ".\/assets\/popTitle.png",
        "default_popup": ".\/dist\/popup\/index.html"
    },
    "options_ui": {
        "page": ".\/dist\/options\/index.html",
        "open_in_tab": true
    },
    "background": {
        "service_worker": ".\/dist\/background\/index.mjs"
    },
    "icons": {
        "16": ".\/assets\/popTitle.png",
        "48": ".\/assets\/popTitle.png",
        "128": ".\/assets\/popTitle.png"
    },
    "permissions": [
        "tabs",
        "storage",
        "activeTab",
        "file"
    ],
    "host_permissions": [
        "*:\/\/*\/*"
    ],
    "content_scripts": [
        {
            "matches": [
                ""
            ],
            "js": [
                "dist\/contentScripts\/index.global.js"
            ]
        }
    ],
    "web_accessible_resources": [
        {
            "resources": [
                "dist\/contentScripts\/style.css",
                "assets\/*.png"
            ],
            "matches": [
                ""
            ]
        }
    ],
    "content_security_policy": {
        "extension_pages": "script-src 'self'; object-src 'self'"
    }
}