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 مع الأصدقاء لتثبيت الامتدادات بسهولة.

تعليمات استخدام التمديد

                        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
عنوان صفحة سياسة الخصوصية 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"
    ]
}