Personalized Backgrounds

Customize your browsing experience with personalized background images.

Personalized Backgroundsคืออะไร?

Personalized Backgrounds เป็นส่วนขยายของ Chrome ที่พัฒนาโดย LeadPro Media และคุณลักษณะหลักของมันคือ "Customize your browsing experience with personalized background images."

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

screenshot
screenshot

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

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

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

                        The ultimate tool for personalizing your Google Chrome browsing experience.
With this extension, you can easily customize and set your own background image for your Chrome browser. Personalized Backgrounds lets you personalize your browsing experience and make your browser truly your own by letting you choose a background from your own photos.
The extension also changes the default search engine to Bing.

By clicking "add to chrome", I accept and agree to install the Personalized Backgrounds extension and set Chrome's new tab search result by Microsoft Bing as described by the service in terms of use https://www.leadpromediallc.com/terms and Policy https://www.leadpromediallc.com/privacy


In order to set a custom background:

1. Click on the extension icon in the top right corner of your browser
2. Choose a photo from your library you want to set as your background (maximum size is 4MB)
3. Click "Submit"
*You are able to clear your chosen background by clicking on the extension icon and then "Clear"                    

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

ชื่อ Personalized Backgrounds Personalized Backgrounds
ID dchojpeimdknjlmieeckmlinoomibbfc
URL อย่างเป็นทางการ https://chromewebstore.google.com/detail/personalized-backgrounds/dchojpeimdknjlmieeckmlinoomibbfc
คำอธิบาย Customize your browsing experience with personalized background images.
ขนาดไฟล์ 253 KB
จำนวนการติดตั้ง 20,000
เวอร์ชันปัจจุบัน 1.1.2
อัปเดตครั้งล่าสุด 2023-08-18
วันที่เผยแพร่ 2023-07-20
คะแนน 4.25/5 รวมทั้งหมด 8 คะแนน
ผู้พัฒนา LeadPro Media
อีเมล [email protected]
ประเภทการชำระเงิน free
เว็บไซต์ส่วนขยาย https://www.leadpromediallc.com/
URL หน้าช่วยเหลือ https://www.leadpromediallc.com/contact
URL หน้านโยบายความเป็นส่วนตัว https://www.leadpromediallc.com/privacy
ภาษาที่รองรับ en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "icons": {
        "16": "icon16.plasmo.00ac8b83.png",
        "32": "icon32.plasmo.9ad0c5b6.png",
        "48": "icon48.plasmo.cae3a6b3.png",
        "64": "icon64.plasmo.e4b604fc.png",
        "128": "icon128.plasmo.b89b7dfa.png"
    },
    "manifest_version": 3,
    "action": {
        "default_icon": {
            "16": "icon16.plasmo.00ac8b83.png",
            "32": "icon32.plasmo.9ad0c5b6.png",
            "48": "icon48.plasmo.cae3a6b3.png",
            "64": "icon64.plasmo.e4b604fc.png",
            "128": "icon128.plasmo.b89b7dfa.png"
        },
        "default_popup": "popup.html"
    },
    "version": "1.1.2",
    "author": "LeadPro Media LLC",
    "name": "Personalized Backgrounds",
    "description": "Customize your browsing experience with personalized background images.",
    "permissions": [
        "storage"
    ],
    "background": {
        "service_worker": "background.5fadff2f.js"
    },
    "chrome_url_overrides": {
        "newtab": "newtab.html"
    },
    "host_permissions": [
        "*:\/\/*.personalizedbackground.com\/*"
    ]
}