GTA 6 Wallpapers and New Tab

GTA 6 Wallpapers and New Tab turn new tab to custom HD Gta San Andreas background.

GTA 6 Wallpapers and New Tabคืออะไร?

GTA 6 Wallpapers and New Tab เป็นส่วนขยายของ Chrome ที่พัฒนาโดย https://wallpaperian.com และคุณลักษณะหลักของมันคือ "GTA 6 Wallpapers and New Tab turn new tab to custom HD Gta San Andreas background."

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

screenshot
screenshot
screenshot

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย GTA 6 Wallpapers and New Tab

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

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

                        Welcome to the mesmerizing world of GTA 6! This breathtaking wallpaper reflects the vast cityscape and the traces of chaos you'll explore in the new game. Crafted with high-resolution graphics, this wallpaper captivates players with its realistic details.

The story of GTA 6 unfolds in a world filled with mysterious characters and dangerous intrigues. The images in the wallpaper capture the immersive atmosphere of the game, exciting players with the vibrant neon lights, bustling streets, and towering skyscrapers. 

This wallpaper provides GTA fans with the perfect opportunity to bring the unique atmosphere of the series to their computers. The cityscape and detailed graphics make this wallpaper an excellent choice for those looking to get a glimpse of the exciting world of GTA 6.

FEATURES: 

Customizable Homepage:
 Easily manage your most visited links by clicking the plus icon. Tailor the extension's homepage to suit your needs and access your favorite websites with a single click.

Personalized Background: 
Immerse yourself in the world of GTA 6 with personalized themes. Click the background button in the top left corner, and choose from 21 stunning backgrounds in the popup window to give your browsing experience a unique touch.                    

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

ชื่อ GTA 6 Wallpapers and New Tab GTA 6 Wallpapers and New Tab
ID ooghhnfeahkljnhloggdlnecfbhdkndn
URL อย่างเป็นทางการ https://chromewebstore.google.com/detail/gta-6-wallpapers-and-new/ooghhnfeahkljnhloggdlnecfbhdkndn
คำอธิบาย GTA 6 Wallpapers and New Tab turn new tab to custom HD Gta San Andreas background.
ขนาดไฟล์ 18.18 MB
จำนวนการติดตั้ง 9,000
เวอร์ชันปัจจุบัน 1.2
อัปเดตครั้งล่าสุด 2023-12-24
วันที่เผยแพร่ 2023-12-24
คะแนน 5.00/5 รวมทั้งหมด 3 คะแนน
ผู้พัฒนา https://wallpaperian.com
อีเมล [email protected]
ประเภทการชำระเงิน free
เว็บไซต์ส่วนขยาย https://wallpaperian.com/
URL หน้าช่วยเหลือ https://wallpaperian.com/contact-us/
URL หน้านโยบายความเป็นส่วนตัว https://wallpaperian.com/privacy-policy-2
ภาษาที่รองรับ id,ms,de,en,fil,fr,sw,nl,tr,ca,da,et,es,hr,it,lv,hu,pl,ro,sk,sl,fi,cs,el,bg,ru,uk,iw,fa,mr,hi,bn,gu,ta,te,kn-IN,ml,th,am-ET,ar,ja,ko
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "name": "__MSG_appName__",
    "description": "__MSG_appDesc__",
    "default_locale": "en",
    "version": "1.2",
    "action": {
        "default_title": "GTA6 Wallpaper Tab cursor"
    },
    "icons": {
        "128": "img\/128.png"
    },
    "content_security_policy": {
        "extension_pages": "script-src 'self'; object-src 'self'"
    },
    "web_accessible_resources": [
        {
            "resources": [
                "search.html"
            ],
            "matches": [
                ""
            ]
        }
    ],
    "content_scripts": [
        {
            "matches": [
                ""
            ],
            "js": [
                "app\/common.js",
                "app\/content.js"
            ],
            "run_at": "document_end"
        }
    ],
    "background": {
        "service_worker": "app\/background.js",
        "type": "module"
    },
    "permissions": [
        "storage",
        "webNavigation",
        "bookmarks",
        "activeTab"
    ],
    "chrome_url_overrides": {
        "newtab": "search.html"
    }
}