Audi Custom Background

Change your Search Engine Background to a Audi photo

Audi Custom Backgroundคืออะไร?

Audi Custom Background เป็นส่วนขยายของ Chrome ที่พัฒนาโดย MTB และคุณลักษณะหลักของมันคือ "Change your Search Engine Background to a Audi photo"

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

screenshot
screenshot

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Audi Custom Background

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

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

                        This is an extension displays New Tab Audi background to a preset picture.


By clicking "Add to chrome", I accept and agree to installing the Audi Background Chrome extension and setting Chrome™ New Tab to that provided by the service and the Privacy Policy (https://manictraffic.com/privacy-policy) and Terms of Use (https://manictraffic.com/terms-of-service)

This extension will change your New Tab default search to Bing.                    

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

ชื่อ Audi Custom Background Audi Custom Background
ID oenompadodjkoakdnpmhfhldfoieeonh
URL อย่างเป็นทางการ https://chromewebstore.google.com/detail/audi-custom-background/oenompadodjkoakdnpmhfhldfoieeonh
คำอธิบาย Change your Search Engine Background to a Audi photo
ขนาดไฟล์ 1022 KB
จำนวนการติดตั้ง 11,110
เวอร์ชันปัจจุบัน 2.6
อัปเดตครั้งล่าสุด 2021-05-11
วันที่เผยแพร่ 2019-06-03
ผู้พัฒนา MTB
อีเมล [email protected]
ประเภทการชำระเงิน free
URL หน้านโยบายความเป็นส่วนตัว https://manictraffic.com/privacy-policy
ภาษาที่รองรับ en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Audi Custom Background",
    "description": "Change your Search Engine Background to a Audi photo",
    "homepage_url": "http:\/\/audiextension.com\/",
    "background": {
        "scripts": [
            "background.js"
        ],
        "persistent": false
    },
    "permissions": [],
    "version": "2.6",
    "browser_action": {
        "default_icon": {
            "16": "images\/bd-16.png",
            "32": "images\/bd-32.png",
            "48": "images\/bd-48.png",
            "128": "images\/bd-128.png"
        }
    },
    "icons": {
        "16": "images\/bd-16.png",
        "32": "images\/bd-32.png",
        "48": "images\/bd-48.png",
        "128": "images\/bd-128.png"
    },
    "chrome_url_overrides": {
        "newtab": "landing.html"
    },
    "web_accessible_resources": [
        "images\/*.*"
    ],
    "content_security_policy": "script-src 'self'; object-src 'self';style-src 'self' 'unsafe-inline' *;media-src *;"
}