Youtube Grid Search Result

Making youtube grid search results

What is Youtube Grid Search Result?

Youtube Grid Search Result is a Chrome extension developed by gobrisebane, and its main feature is "Making youtube grid search results".

Extension Screenshots

screenshot
screenshot

Download Youtube Grid Search Result Extension CRX File

Download Youtube Grid Search Result extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.

Extension Usage Instructions

                        Change youtube list result to grid layout!

유튜브 검색결과를 그리드형식으로 바꿔줍니다.


Support page : 

1. Search result pages
2. Trending pages                    

Extension Basic Information

Name Youtube Grid Search Result Youtube Grid Search Result
ID ccpnjmgefellgnojhcfafbebmhodndbf
Official URL https://chromewebstore.google.com/detail/youtube-grid-search-resul/ccpnjmgefellgnojhcfafbebmhodndbf
Description Making youtube grid search results
File Size 39.85 KB
Installation Count 285
Current Version 0.1.1
Last Updated 2020-10-28
Publish Date 2020-10-17
Rating 4.56/5 Total 9 Ratings
Developer gobrisebane
Email [email protected]
Payment Type free
Extension Website http://www.twepo.com
Supported Languages en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Youtube Grid Search Result",
    "manifest_version": 2,
    "description": "Making youtube grid search results",
    "version": "0.1.1",
    "browser_action": {
        "default_icon": "icon16.png"
    },
    "icons": {
        "16": "icon16.png",
        "48": "icon48.png",
        "128": "icon128.png"
    },
    "content_scripts": [
        {
            "js": [
                "jquery.js",
                "content.js"
            ],
            "matches": [
                "https:\/\/www.youtube.com\/*"
            ],
            "run_at": "document_end"
        }
    ],
    "web_accessible_resources": [
        "css\/*.css"
    ],
    "background": {
        "scripts": [
            "background.js"
        ],
        "style": [
            "styles.css"
        ]
    }
}