Data is synced from the Chrome Web Store. View the official store page for the most current information.
{
"update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
"manifest_version": 3,
"name": "TatoringMode",
"version": "1.3.7",
"description": "Removes sponsored results on Google Search, prevents auto site opening, and disables YouTube previews in Google Workspace.",
"content_scripts": [
{
"matches": [
"https:\/\/docs.google.com\/document\/*",
"https:\/\/docs.google.com\/presentation\/*",
"https:\/\/docs.google.com\/spreadsheets\/*",
"https:\/\/docs.google.com\/drawings\/*"
],
"js": [
"content.js"
],
"run_at": "document_idle"
},
{
"matches": [
"https:\/\/*.google.com\/",
"https:\/\/*.google.com\/search*"
],
"js": [
"content.js"
],
"run_at": "document_idle"
}
]
}