Roblox Video Search
Allows users to search for gameplay videos of Roblox games through this extension made by robloxreviewofficial
Roblox Video Searchとは何ですか?
Roblox Video SearchはRoblox Reviewsによって開発されたChromeの拡張機能で、その主な機能は「Allows users to search for gameplay videos of Roblox games through this extension made by robloxreviewofficial」です。
拡張機能のスクリーンショット
Roblox Video Search拡張機能のCRXファイルをダウンロード
Roblox Video Search拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。
拡張機能の使用方法
Roblox Video Search is a free Google Chrome extension independently developed by robloxreviewofficial that allows for quick and easy searches for Roblox games via a search bar when the extension is opened. Its features include: * Search bar with automatically inputted game title when opened in Roblox game pages (requires access to www.roblox.com/games/) * Search bar where users can manually input the title of the game, usable anywhere * Press enter/click button next to search bar to see search results in a new tab This extension is not made by Roblox, and can not be used to play or alter Roblox games. robloxreviewofficial is not affiliated with Roblox.
拡張機能の基本情報
名前 | Roblox Video Search |
ID | deacaenjlolcbcnojljnabgmdljeekfh |
公式URL | https://chromewebstore.google.com/detail/roblox-video-search/deacaenjlolcbcnojljnabgmdljeekfh |
説明 | Allows users to search for gameplay videos of Roblox games through this extension made by robloxreviewofficial |
ファイルサイズ | 33.18 KB |
インストール数 | 9,000 |
現在のバージョン | 0.0.2 |
最終更新日 | 2020-07-07 |
公開日 | 2020-07-06 |
評価 | 3.77/5 合計 13 レビュー |
開発者 | Roblox Reviews |
Eメール | [email protected] |
支払い方法 | free |
プライバシーポリシーページのURL | https://roblox.reviews/privacy-policy |
対応言語 | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Roblox Video Search", "version": "0.0.2", "description": "Allows users to search for gameplay videos of Roblox games through this extension made by robloxreviewofficial", "manifest_version": 2, "icons": { "16": "icon16x16.png", "48": "icon48x48.png", "128": "icon128x128.png" }, "browser_action": { "default_popup": "popup.html", "default_icon": "icon.png" }, "content_scripts": [ { "matches": [ "https:\/\/www.roblox.com\/games\/*" ], "js": [ "content.js" ] } ], "permissions": [ "tabs" ] } |