Dominating 12 Team View
Consolidates Dominating 12 team territories under a single color
Hvad er Dominating 12 Team View?
Dominating 12 Team View er en Chrome-udvidelse udviklet af Unknown, og dens hovedfunktion er "Consolidates Dominating 12 team territories under a single color".
Udvidelsesskærmbilleder
Download Dominating 12 Team View-udvidelses-CRX-fil
Download Dominating 12 Team View-udvidelsesfiler i crx-format, installer Chrome-udvidelser manuelt i browseren eller del crx-filer med venner for nemt at installere Chrome-udvidelser.
Brugsanvisning til Udvidelsen
This extension allows you to toggle a single color per team in multi-team Dominating 12 games. Just click the Dominating 12 logo in the address bar to toggle the color change. Toggling is only available on team games. The author of this extension is not affiliated in any way with Dominating 12. I just was too dense to remember who was on whose team. :)
Grundlæggende oplysninger om udvidelsen
Navn | Dominating 12 Team View |
ID | pcagomihnmimmdgcpkeomfdlpgdcmbje |
Officiel URL | https://chromewebstore.google.com/detail/dominating-12-team-view/pcagomihnmimmdgcpkeomfdlpgdcmbje |
Beskrivelse | Consolidates Dominating 12 team territories under a single color |
Filstørrelse | 44.52 KB |
Antal Installationer | 66 |
Nuværende Version | 0.7 |
Senest Opdateret | 2015-06-26 |
Udgivelsesdato | 2015-06-25 |
Bedømmelse | 5.00/5 Samlet 3 Bedømmelser |
Udvikler | Unknown |
Betalingsmetode | free |
Understøttede Sprog | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "background": { "page": "background.html" }, "content_scripts": [ { "js": [ "d12consolidator.js", "jquery.min.js" ], "matches": [ "http:\/\/dominating12.com\/*", "https:\/\/dominating12.com\/*", "http:\/\/www.dominating12.com\/*", "https:\/\/www.dominating12.com\/*" ], "run_at": "document_end" } ], "description": "Consolidates Dominating 12 team territories under a single color", "icons": { "48": "pink_territory_48.png" }, "manifest_version": 2, "name": "Dominating 12 Team View", "page_action": { "default_icon": "dominating12.png" }, "permissions": [ "http:\/\/dominating12.com\/*", "https:\/\/dominating12.com\/*", "http:\/\/www.dominating12.com\/*", "https:\/\/www.dominating12.com\/*" ], "version": "0.7" } |