Roblox Video Search
Allows users to search for gameplay videos of Roblox games through this extension made by robloxreviewofficial
Hvad er Roblox Video Search?
Roblox Video Search er en Chrome-udvidelse udviklet af Roblox Reviews, og dens hovedfunktion er "Allows users to search for gameplay videos of Roblox games through this extension made by robloxreviewofficial".
Udvidelsesskærmbilleder
Download Roblox Video Search-udvidelses-CRX-fil
Download Roblox Video Search-udvidelsesfiler i crx-format, installer Chrome-udvidelser manuelt i browseren eller del crx-filer med venner for nemt at installere Chrome-udvidelser.
Brugsanvisning til Udvidelsen
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. Grundlæggende oplysninger om udvidelsen
| Navn | |
| ID | deacaenjlolcbcnojljnabgmdljeekfh |
| Officiel URL | https://chromewebstore.google.com/detail/roblox-video-search/deacaenjlolcbcnojljnabgmdljeekfh |
| Beskrivelse | Allows users to search for gameplay videos of Roblox games through this extension made by robloxreviewofficial |
| Filstørrelse | 33.18 KB |
| Antal Installationer | 9,000 |
| Nuværende Version | 0.0.2 |
| Senest Opdateret | 2020-07-07 |
| Udgivelsesdato | 2020-07-06 |
| Bedømmelse | 3.77/5 Samlet 13 Bedømmelser |
| Udvikler | Roblox Reviews |
| [email protected] | |
| Betalingsmetode | free |
| URL til Fortrolighedspolitik Side | https://roblox.reviews/privacy-policy |
| Understøttede Sprog | 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"
]
} | |