Chrome Extension Victor Solstice
This will add Victor to Solstice Members.
什麼是Chrome Extension Victor Solstice?
Chrome Extension Victor Solstice是由vmrodriguez開發的Chrome擴展程式,該擴展的主要功能是“This will add Victor to Solstice Members.”。
下載Chrome Extension Victor Solstice擴展crx文件
下載Chrome Extension Victor Solstice擴展crx格式的文件,手動將Chrome擴充功能安裝到瀏覽器中,也可以將crx文件分享給朋友,輕鬆安裝Chrome擴充功能。
擴展使用說明
Crhome Extension Victor Solstice
擴展基本資訊
名稱 | |
ID | lnmfikfchjnbcfhoegkchapaonnlchja |
官方網址 | https://chromewebstore.google.com/detail/chrome-extension-victor-s/lnmfikfchjnbcfhoegkchapaonnlchja |
簡介 | This will add Victor to Solstice Members. |
檔案大小 | 342 KB |
安裝次數 | 11 |
目前版本 | 1.0 |
更新時間 | 2016-09-16 |
上架時間 | 2016-09-16 |
開發者 | vmrodriguez |
電子郵箱 | [email protected] |
付費類型 | free |
支援的語言 | 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\/" } |