Offroad Outlaws New Tab
Offroad Outlaws extension provide you with HD Offroad Outlaws wallpaper backgrounds. Themes designed for Offroad Outlaws fans.
Offroad Outlaws New Tab là gì?
Offroad Outlaws New Tab là một tiện ích mở rộng Chrome được phát triển bởi https://offroadoutlaws.io, và tính năng chính của nó là "Offroad Outlaws extension provide you with HD Offroad Outlaws wallpaper backgrounds. Themes designed for Offroad Outlaws fans.".
Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng
Tải xuống tệp CRX của tiện ích mở rộng Offroad Outlaws New Tab
Tải xuống các tệp mở rộng Offroad Outlaws New Tab dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.
Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng
★ Shuffle Offroad Outlaws design every time you open a new tab. ★ Select a slideshow of randomly selected Offroad Outlaws or from your list of favorites. ★ On-screen sticky notes and to-do reminders for completing real-life tasks with good feel. ★ Get easy access to your most frequently visited websites. ★ Quick Launch your favorites apps right on the default page. ★ Show Date and Time on new tab page.
Thông Tin Cơ Bản về Tiện Ích Mở Rộng
Tên | |
ID | gkofckdfjcapgbdlkifdlbkbbdpbgmfl |
URL Chính Thức | https://chrome.google.com/webstore/detail/offroad-outlaws-new-tab/gkofckdfjcapgbdlkifdlbkbbdpbgmfl |
Mô tả | Offroad Outlaws extension provide you with HD Offroad Outlaws wallpaper backgrounds. Themes designed for Offroad Outlaws fans. |
Kích Thước Tệp | 4.71 MB |
Số Lần Cài Đặt | 10,000 |
Phiên Bản Hiện Tại | 5.9.12.104 |
Cập Nhật Lần Cuối | 2021-12-13 |
Ngày Phát Hành | 2021-01-29 |
Đánh Giá | 3.90/5 Tổng số 10 Đánh Giá |
Nhà Phát Triển | https://offroadoutlaws.io |
[email protected] | |
Loại Thanh Toán | free |
URL Trang Chính Sách Bảo Mật | https://offroadoutlaws.io/privacy-policy |
Ngôn Ngữ Được Hỗ Trợ | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "background": { "persistent": true, "scripts": [ "\/html\/chrome\/settings.js", "\/html\/common\/prefs-sys.js", "\/html\/chrome\/utils.js", "\/html\/chrome\/background.js" ] }, "browser_action": { "default_icon": { "128": "html\/skin\/icons\/128.png", "16": "html\/skin\/icons\/16.png", "48": "html\/skin\/icons\/48.png" } }, "chrome_url_overrides": { "newtab": "\/html\/index.html" }, "default_locale": "en", "description": "__MSG_appDesc__", "icons": { "128": "html\/skin\/icons\/128.png", "16": "html\/skin\/icons\/16.png", "48": "html\/skin\/icons\/48.png" }, "manifest_version": 2, "name": "__MSG_appName__", "offline_enabled": true, "permissions": [ "topSites" ], "version": "5.9.12.104", "web_accessible_resources": [ "html\/skin\/*" ] } |