Chrome Extension Victor Solstice
This will add Victor to Solstice Members.
Chrome Extension Victor Solsticeคืออะไร?
Chrome Extension Victor Solstice เป็นส่วนขยายของ Chrome ที่พัฒนาโดย vmrodriguez และคุณลักษณะหลักของมันคือ "This will add Victor to Solstice Members."
ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Chrome Extension Victor Solstice
ดาวน์โหลดไฟล์ส่วนขยาย Chrome Extension Victor Solstice ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย
คำแนะนำในการใช้ส่วนขยาย
Crhome Extension Victor Solstice
ข้อมูลพื้นฐานของส่วนขยาย
ชื่อ | |
ID | lnmfikfchjnbcfhoegkchapaonnlchja |
URL อย่างเป็นทางการ | 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\/" } |