Super Cars - HD Wallpapers & Themes
Fresh Weekly Super Sports Cars On Auto Rotation Set By You for Free On Each New Tab.
Super Cars - HD Wallpapers & Themesคืออะไร?
Super Cars - HD Wallpapers & Themes เป็นส่วนขยายของ Chrome ที่พัฒนาโดย http://carzunlimited.com และคุณลักษณะหลักของมันคือ "Fresh Weekly Super Sports Cars On Auto Rotation Set By You for Free On Each New Tab."
ภาพหน้าจอของส่วนขยาย
ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Super Cars - HD Wallpapers & Themes
ดาวน์โหลดไฟล์ส่วนขยาย Super Cars - HD Wallpapers & Themes ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย
คำแนะนำในการใช้ส่วนขยาย
Get your Super Car Wallpaper here updated weekly and monthly by CarzUnlimited. This extension is a must for super car fans everywhere with spy shots added for new models as they are available. We have kept the very best of chrome on this extension so you get your standard brilliant chrome search bar, bookmarks and quick access links (of course amendable by you) BUT also:- - New Super Car images on a weekly and Monthly basis - Set a timer for Auto Rotation of the Super Car category of your choice - Categories includes such brands as: o Lamborghini o Aston Martin o BMW o Chevrolet o Maserati o McLaren o Mercedes o Ferrari o Porsche Super Sport Cars is the ultimate extension for the super car enthusiast. We provide beautiful background images of the latest model releases from the most prestigious supercar manufacturers, all images official published so of epic high quality! This extension does NOT rely on you updating it ALL the time, it will self-refresh with new images when we upload them! We ONLY do supercars backgrounds / wallpapers on this extension! You can choose to rotate your favourite supercar backgrounds on a timer, change the annotation of the image all from one simple and easy to use command menu. By clicking ‘DOWNLOAD FOR CHROME’, you accept and agree to installing the CarzUnlimited Chrome extension and setting Chrome™ New Tab and default search to CarzUnlimited, and the Terms of Use, and the EULA and Privacy Policy. Our Privacy Policy: https://www.carzunlimited.com/privacy-policy/ Eula: https://www.carzunlimited.com/terms/
ข้อมูลพื้นฐานของส่วนขยาย
ชื่อ | |
ID | dplbifnhiiobkjbcholiioeabaghmlhj |
URL อย่างเป็นทางการ | https://chrome.google.com/webstore/detail/super-cars-hd-wallpapers/dplbifnhiiobkjbcholiioeabaghmlhj |
คำอธิบาย | Fresh Weekly Super Sports Cars On Auto Rotation Set By You for Free On Each New Tab. |
ขนาดไฟล์ | 4.25 MB |
จำนวนการติดตั้ง | 853 |
เวอร์ชันปัจจุบัน | 1.0.1.9 |
อัปเดตครั้งล่าสุด | 2020-06-10 |
วันที่เผยแพร่ | 2020-06-10 |
คะแนน | 4.96/5 รวมทั้งหมด 133 คะแนน |
ผู้พัฒนา | http://carzunlimited.com |
อีเมล | [email protected] |
ประเภทการชำระเงิน | free |
เว็บไซต์ส่วนขยาย | https://www.carzunlimited.com/ |
URL หน้าช่วยเหลือ | https://www.carzunlimited.com/stunning-super-cars-extension-providing-hd-wallpapers-and-themes/ |
URL หน้านโยบายความเป็นส่วนตัว | https://www.carzunlimited.com/privacy-policy |
ภาษาที่รองรับ | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "Super Cars - HD Wallpapers & Themes", "short_name": "carzunlimited", "description": "Fresh Weekly Super Sports Cars On Auto Rotation Set By You for Free On Each New Tab.", "version": "1.0.1.9", "permissions": [ "tabs", "topSites", "storage", "unlimitedStorage", "alarms", "webRequest", "webRequestBlocking", "http:\/\/*.carzunlimited.com\/*" ], "content_security_policy": "script-src 'self' 'unsafe-eval'; object-src 'self'", "chrome_url_overrides": { "newtab": "newtab.html" }, "background": { "scripts": [ "background.js" ] }, "icons": { "128": "icons\/128.png", "48": "icons\/48.png", "32": "icons\/32.png", "16": "icons\/16.png" }, "options_ui": { "page": "options.html", "open_in_tab": true }, "chrome_settings_overrides": { "search_provider": { "name": "carzunlimited search", "keyword": "fs", "is_default": true, "encoding": "UTF-8", "favicon_url": "http:\/\/www.carzunlimited.com\/favicon.ico", "search_url": "http:\/\/ext.carzunlimited.com\/?sr=default&q={searchTerms}" } }, "browser_action": { "default_icon": "icons\/32.png" } } |