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 เป็นส่วนขยายของ Chrome ที่พัฒนาโดย Roblox Reviews และคุณลักษณะหลักของมันคือ "Allows users to search for gameplay videos of Roblox games through this extension made by robloxreviewofficial"

ภาพหน้าจอของส่วนขยาย

screenshot
screenshot
screenshot

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Roblox Video Search

ดาวน์โหลดไฟล์ส่วนขยาย 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"
    ]
}