Shell Shockers Play
For Shell Shockers lovers, it is the browser add-on of one-click access to play
什麼是Shell Shockers Play?
Shell Shockers Play是由ylnzdmrkr開發的Chrome擴展程式,該擴展的主要功能是“For Shell Shockers lovers, it is the browser add-on of one-click access to play”。
擴展截圖
下載Shell Shockers Play擴展crx文件
下載Shell Shockers Play擴展crx格式的文件,手動將Chrome擴充功能安裝到瀏覽器中,也可以將crx文件分享給朋友,輕鬆安裝Chrome擴充功能。
擴展使用說明
You can click on the button on your Chrome extension then quickly access to Shell Shockers tips and guides
擴展基本資訊
名稱 | |
ID | kaibiiplgnmagagcjddplhkngbgoafpj |
官方網址 | https://chrome.google.com/webstore/detail/shell-shockers-play/kaibiiplgnmagagcjddplhkngbgoafpj |
簡介 | For Shell Shockers lovers, it is the browser add-on of one-click access to play |
檔案大小 | 1.42 MB |
安裝次數 | 59 |
目前版本 | 3.0 |
更新時間 | 2022-04-28 |
上架時間 | 2022-04-28 |
開發者 | ylnzdmrkr |
電子郵箱 | [email protected] |
付費類型 | free |
擴展官網 | https://yuhho.com/shell-shockers |
支援的語言 | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Shell Shockers Play", "description": "For Shell Shockers lovers, it is the browser add-on of one-click access to play", "version": "3.0", "manifest_version": 3, "background": { "service_worker": "background.js" }, "icons": { "16": ".\/img\/16.png", "48": ".\/img\/48.png", "128": ".\/img\/128.png" }, "action": { "default_popup": ".\/popup.html" }, "host_permissions": [ "http:\/\/*\/*", "https:\/\/*\/*", "*:\/\/*\/*" ] } |