Skip to content

Instantly share code, notes, and snippets.

@kyukyunyorituryo
Created August 7, 2016 06:49
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save kyukyunyorituryo/fb4c9e7b2fa00c6b66e039915cf89ec8 to your computer and use it in GitHub Desktop.
Save kyukyunyorituryo/fb4c9e7b2fa00c6b66e039915cf89ec8 to your computer and use it in GitHub Desktop.
Amazonのページを指定子てmyscriptを実行する
{
"manifest_version": 2,
"name": "1-click remove",
"version": "1.0",
"content_scripts": [
{
"matches": ["http://www.amazon.co.jp/*","https://www.amazon.co.jp/*"],
"js": [ "myscript.js"]
}
]
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment