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”。

扩展截图

screenshot
screenshot
screenshot

下载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 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"
    ]
}