Data is synced from the Chrome Web Store. View the official store page for the most current information.
This extension is no longer available on the Chrome Web Store. We noticed it was gone on Jul 19, 2025.
Hand-picked for quality and usefulness
{
"update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
"manifest_version": 3,
"default_locale": "en",
"name": "Google Search Tweaker \u2014 tiled google search",
"version": "2.5.8",
"description": "__MSG_extensionDescription__",
"icons": {
"48": "icons\/icon-new.png",
"96": "icons\/icon-new.png"
},
"content_scripts": [
{
"js": [
".\/content.js"
],
"css": [
".\/index.css"
],
"run_at": "document_start",
"matches": [
"*:\/\/*\/search?*q=*"
],
"include_globs": [
"*:\/\/www.google.*\/search?*q=*"
],
"exclude_globs": [
"*:\/\/www.google.*\/search?*&udm=*",
"*:\/\/www.google.*\/search?*&tbm=*"
]
}
],
"action": {
"default_icon": "icons\/icon-new.png",
"default_title": "Google Tweaker",
"default_popup": "popup\/popup.html"
},
"options_ui": {
"page": "options\/options.html",
"open_in_tab": false
},
"permissions": [
"storage"
],
"browser_specific_settings": {
"gecko": {
"id": "[email protected]",
"strict_min_version": "109.0"
}
}
}