Chrome Extension Victor Solstice
This will add Victor to Solstice Members.
Hvad er Chrome Extension Victor Solstice?
Chrome Extension Victor Solstice er en Chrome-udvidelse udviklet af vmrodriguez, og dens hovedfunktion er "This will add Victor to Solstice Members.".
Download Chrome Extension Victor Solstice-udvidelses-CRX-fil
Download Chrome Extension Victor Solstice-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
Crhome Extension Victor Solstice
Grundlæggende oplysninger om udvidelsen
Navn | |
ID | lnmfikfchjnbcfhoegkchapaonnlchja |
Officiel URL | https://chromewebstore.google.com/detail/chrome-extension-victor-s/lnmfikfchjnbcfhoegkchapaonnlchja |
Beskrivelse | This will add Victor to Solstice Members. |
Filstørrelse | 342 KB |
Antal Installationer | 11 |
Nuværende Version | 1.0 |
Senest Opdateret | 2016-09-16 |
Udgivelsesdato | 2016-09-16 |
Udvikler | vmrodriguez |
[email protected] | |
Betalingsmetode | free |
Understøttede Sprog | es |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Chrome Extension Victor Solstice", "version": "1.0", "manifest_version": 2, "description": "This will add Victor to Solstice Members.", "icons": { "19": "images\/icon_19.png", "38": "images\/icon_38.png", "128": "images\/icon_128.png" }, "permissions": [ "https:\/\/www.solstice.com\/", "http:\/\/www.solstice.com\/", "tabs", "storage" ], "background": { "scripts": [ "js\/global.js" ], "persistent": false }, "content_scripts": [ { "matches": [ "http:\/\/*.solstice.com\/*", "https:\/\/*.solstice.com\/*" ], "css": [ "css\/global.css" ], "js": [ "js\/global.js" ] } ], "page_action": { "default_title": "Solstice", "default_icon": { "19": "images\/icon_19.png", "38": "images\/icon_38.png" }, "default_popup": "html\/main.html" }, "options_page": "html\/options.html", "homepage_url": "http:\/\/www.solstice.com\/" } |