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 Nov 02, 2025.
{
"update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
"manifest_version": 3,
"name": "SERP Extension",
"author": "Devin Schumacher @ SERP https:\/\/serp.co",
"version": "5.1.1",
"description": "A multi-purpose extension for increasing productivity online, growth hacking & automation.",
"permissions": [
"activeTab",
"scripting",
"storage",
"tabs",
"alarms",
"offscreen"
],
"background": {
"service_worker": "js\/background.js"
},
"action": {
"default_popup": ".\/components\/popup.html",
"default_icon": {
"16": "images\/icons\/icon16.png",
"48": "images\/icons\/icon48.png",
"128": "images\/icons\/icon128.png"
}
},
"options_page": ".\/components\/options.html",
"content_scripts": [
{
"all_frames": true,
"match_about_blank": true,
"exclude_matches": [
"https:\/\/plus.google.com\/hangouts\/*",
"https:\/\/hangouts.google.com\/*",
"https:\/\/meet.google.com\/*"
],
"matches": [
"<all_urls>"
],
"css": [
".\/output.css",
"css\/video-controls\/inject.css",
"css\/video-controls\/shadow.css"
],
"js": [
"js\/amazon.js",
"js\/video-controls\/inject.js",
"js\/video-controls\/skipYoutubeAd.js"
]
}
],
"web_accessible_resources": [
{
"resources": [
"inject.css",
"shadow.css"
],
"matches": [
"http:\/\/*\/*",
"https:\/\/*\/*",
"file:\/\/\/*"
]
}
],
"host_permissions": [
"https:\/\/*\/",
"http:\/\/*\/"
],
"content_security_policy": {
"extension_pages": "script-src 'self'; object-src 'self';"
}
}