Skip to content

Instantly share code, notes, and snippets.

@AglaianWoman
Forked from ostearn/manifest.json
Created November 9, 2017 02:02
Show Gist options
  • Save AglaianWoman/0c44000e8f1a8e4dd14310390267f792 to your computer and use it in GitHub Desktop.
Save AglaianWoman/0c44000e8f1a8e4dd14310390267f792 to your computer and use it in GitHub Desktop.
Ebay Variations Go Away!
{
"name": "Ebay Variations Go Away!",
"version": "0.1",
"manifest_version": 2,
"description": "This extension is designed to completely rid ebay search results of those annoying variations listings which are commonly abused and destroy your ability to find the cheapest item.",
"homepage_url": "http://oliverstearn.com/projects?project=ebay_extension",
"permissions": [
"https://*/*",
"http://*/*",
"tabs"
],
"content_scripts": [
{
"matches": ["https://*/*", "http://*/*"],
"js": ["jquery/jquery.min.js", "inject.js"]
}
]
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment