Chrome Extension Victor Solstice
This will add Victor to Solstice Members.
Wat is Chrome Extension Victor Solstice?
Chrome Extension Victor Solstice is een Chrome-extensie ontwikkeld door vmrodriguez, en de belangrijkste functie is "This will add Victor to Solstice Members.".
Download het CRX-bestand van de extensie Chrome Extension Victor Solstice
Download Chrome Extension Victor Solstice-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.
Instructies voor het Gebruik van de Extensie
Crhome Extension Victor Solstice
Basisinformatie over de Extensie
Naam | |
ID | lnmfikfchjnbcfhoegkchapaonnlchja |
Officiële URL | https://chromewebstore.google.com/detail/chrome-extension-victor-s/lnmfikfchjnbcfhoegkchapaonnlchja |
Beschrijving | This will add Victor to Solstice Members. |
Bestandsgrootte | 342 KB |
Aantal Installaties | 11 |
Huidige Versie | 1.0 |
Laatst Bijgewerkt | 2016-09-16 |
Publicatiedatum | 2016-09-16 |
Ontwikkelaar | vmrodriguez |
[email protected] | |
Betalingswijze | free |
Ondersteunde Talen | 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\/" } |