Offroad Outlaws New Tab
Offroad Outlaws extension provide you with HD Offroad Outlaws wallpaper backgrounds. Themes designed for Offroad Outlaws fans.
Cos'è Offroad Outlaws New Tab?
Offroad Outlaws New Tab è un'estensione di Chrome sviluppata da https://offroadoutlaws.io, e la sua funzione principale è "Offroad Outlaws extension provide you with HD Offroad Outlaws wallpaper backgrounds. Themes designed for Offroad Outlaws fans.".
Screenshot dell'Estensione
Scarica il file CRX dell'estensione Offroad Outlaws New Tab
Scarica i file di estensione Offroad Outlaws New Tab in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.
Istruzioni per l'Uso dell'Estensione
★ 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.
Informazioni di Base sull'Estensione
Nome | |
ID | gkofckdfjcapgbdlkifdlbkbbdpbgmfl |
URL Ufficiale | https://chrome.google.com/webstore/detail/offroad-outlaws-new-tab/gkofckdfjcapgbdlkifdlbkbbdpbgmfl |
Descrizione | Offroad Outlaws extension provide you with HD Offroad Outlaws wallpaper backgrounds. Themes designed for Offroad Outlaws fans. |
Dimensione del File | 4.71 MB |
Conteggio Installazioni | 10,000 |
Versione Corrente | 5.9.12.104 |
Ultimo Aggiornamento | 2021-12-13 |
Data di Pubblicazione | 2021-01-29 |
Valutazione | 3.90/5 Totale 10 Valutazioni |
Sviluppatore | https://offroadoutlaws.io |
[email protected] | |
Tipo di Pagamento | free |
URL della Pagina della Politica sulla Privacy | https://offroadoutlaws.io/privacy-policy |
Lingue Supportate | 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\/*" ] } |