Destiny 2 - Daily/Weekly Challenges | D2 Tabs
A Google Chrome extension for Destiny 2 players which displays up to date daily and weekly challenges every time you open a new tab!
Cos'è Destiny 2 - Daily/Weekly Challenges | D2 Tabs?
Destiny 2 - Daily/Weekly Challenges | D2 Tabs è un'estensione di Chrome sviluppata da d2tabs, e la sua funzione principale è "A Google Chrome extension for Destiny 2 players which displays up to date daily and weekly challenges every time you open a new tab!".
Screenshot dell'Estensione
Scarica il file CRX dell'estensione Destiny 2 - Daily/Weekly Challenges | D2 Tabs
Scarica i file di estensione Destiny 2 - Daily/Weekly Challenges | D2 Tabs 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
D2 Tabs is an extension for Google Chrome that displays imagery from Bungie’s API for Destiny 2 each time you open a new tab. The key features are Activity Tabs, Daily and Weekly Challenges and Active Modifiers with much more to come!
Informazioni di Base sull'Estensione
Nome | |
ID | pofihfkbjaiehfkbghmokhohhmbapaoh |
URL Ufficiale | https://chrome.google.com/webstore/detail/destiny-2-dailyweekly-cha/pofihfkbjaiehfkbghmokhohhmbapaoh |
Descrizione | A Google Chrome extension for Destiny 2 players which displays up to date daily and weekly challenges every time you open a new tab! |
Dimensione del File | 887 KB |
Conteggio Installazioni | 240 |
Versione Corrente | 1.1.4 |
Ultimo Aggiornamento | 2018-12-07 |
Data di Pubblicazione | 2018-12-07 |
Valutazione | 4.25/5 Totale 8 Valutazioni |
Sviluppatore | d2tabs |
[email protected] | |
Tipo di Pagamento | free |
Sito Web dell'Estensione | http://www.d2tabs.co.uk/ |
URL della Pagina di Aiuto | https://twitter.com/DestinyTabs |
URL della Pagina della Politica sulla Privacy | http://www.d2tabs.co.uk |
Lingue Supportate | de,en,fr,es,it,pl,ru,ja |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "default_locale": "en", "name": "Destiny 2 - Daily\/Weekly Challenges | D2 Tabs", "description": "A Google Chrome extension for Destiny 2 players which displays up to date daily and weekly challenges every time you open a new tab!", "icons": { "48": "icons\/48.png", "128": "icons\/128.png" }, "version": "1.1.4", "chrome_url_overrides": { "newtab": "index.html" }, "background": { "scripts": [ "js\/jquery-3.1.1.min.js", "js\/background.js" ], "persistent": false }, "permissions": [ "alarms", "storage", "cookies", "http:\/\/api.d2tabs.co.uk\/*" ] } |