Advertisement
Guest User

manifest.json

a guest
Feb 28th, 2020
165
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
JSON 0.35 KB | None | 0 0
  1. {
  2.   "manifest_version": 2,
  3.   "name": "Arsewipe",
  4.   "description": "This script filters out the irritating little turds clinging to the comments",
  5.   "version": "0.1",
  6.   "content_scripts": [{
  7.     "matches": ["*://timworstall.com/*", "*://www.timworstall.com/*"],
  8.     "include_globs": ["*timworstall.com/????/??/??/*"],
  9.     "js": ["arsewipe.js"]
  10.   }]
  11. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement