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 파일 다운로드
크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.
확장 프로그램 사용 설명서
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 |
이메일 | [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" ] } |