Roblox Guide and Tips
Learn how to play Roblox game with this Guide and Tips extension.
什麼是Roblox Guide and Tips?
Roblox Guide and Tips是由roblox-pc.io開發的Chrome擴展程式,該擴展的主要功能是“Learn how to play Roblox game with this Guide and Tips extension.”。
擴展截圖
下載Roblox Guide and Tips擴展crx文件
下載Roblox Guide and Tips擴展crx格式的文件,手動將Chrome擴充功能安裝到瀏覽器中,也可以將crx文件分享給朋友,輕鬆安裝Chrome擴充功能。
擴展使用說明
How does it work? 1. Click on the extension icon on the top right corner. 2. Click on "Roblox Guide and Tips" to open popup box. How do I uninstall this extension? 1. Click on the button with three horizontal lines or the three dots found in the upper right-hand corner of your Chrome™ browser. 2. From the drop-down menu click More Tools > Extensions. 3. Next to the extension you want to remove, click Remove. 4. If you simply want to hide the extension but not remove it, you can un-check the Enabled button. 5. Restart Chrome™ browser By installing this extension, you agree to the End User License Agreement (https://roblox-pc.io/terms-of-use/) and Privacy Policy (https://roblox-pc.io/privacy-policy/)
擴展基本資訊
名稱 | |
ID | mkigmfpgjmgmligbkbnndidglpgmbldm |
官方網址 | https://chrome.google.com/webstore/detail/roblox-guide-and-tips/mkigmfpgjmgmligbkbnndidglpgmbldm |
簡介 | Learn how to play Roblox game with this Guide and Tips extension. |
檔案大小 | 74.58 KB |
安裝次數 | 280 |
目前版本 | 700.150.21.81 |
更新時間 | 2020-10-22 |
上架時間 | 2020-10-22 |
評分 | 4.97/5 共 31 次評分 |
開發者 | roblox-pc.io |
電子郵箱 | [email protected] |
付費類型 | free |
隱私政策頁面URL | https://roblox-pc.io/privacy-policy |
支援的語言 | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "Roblox Guide and Tips", "version": "700.150.21.81", "description": "Learn how to play Roblox game with this Guide and Tips extension.", "browser_action": { "default_icon": { "16": "images\/icon16.png", "48": "images\/icon48.png" }, "default_popup": "popup\/popup.html" }, "icons": { "128": "images\/icon128.png", "16": "images\/icon16.png", "48": "images\/icon48.png" }, "background": { "scripts": [ "js\/bg.js" ] }, "web_accessible_resources": [ "*.json", "images\/icon16.png", "images\/icon128.png" ] } |