TheBigTheOne

TheBigTheOne

░▒▓ in Ukrainian only ▓▒░ Adds multiple visual effects to TheBigTheOne.com site

Merlin
Additional files are visible only to premium users

manifest.json


{
  "manifest_version": 2,
  "author": "Saveur",
  "name": "TheBigTheOne",
  "version": "3.5.11",
  "description": "Adds multiple visual effects to TheBigTheOne site.",
  "icons": {
    "48": "icon/icon-48.png",
    "96": "icon/icon-96.png"
  },
  "browser_action": {
    "default_title": "thebigtheone",
    "default_icon": {
      "48": "icon/icon-48.png",
      "96": "icon/icon-96.png"
    }
  },
  "permissions": [
    "storage",
    "geolocation",
    "webRequest",
    "webRequestBlocking",
    "*://thebigtheone.com/*",
    "*://fonts.gstatic.com/*",
    "*://fonts.googleapis.com/*",
    "*://*.increaserev.com/*",
    "*://*.doubleclick.net/*",
    "*://*.googlesyndication.com/*",
    "*://*.googletagservices.com/*",
    "*://*.adservice.google.ru/*",
    "*://*.adservice.google.com/*",
    "*://*.google-analytics.com/*",
    "*://*.brid.tv/*",
    "*://*.yadro.ru/*",
    "*://*.media.net/*"
  ],
  "background": {
    "scripts": [
      "request_filter.js"
    ]
  },
  "content_scripts": [
    {
      "matches": [
        "*://thebigtheone.com/*"
      ],
      "css": [
        "css/self/inline.css",
        "css/self/base64.css",
        "css/self/bootstrap.min.css",
        "css/self/dashicons.min.css",
        "css/self/fa.min.css",
        "css/self/flexslider.css",
        "css/self/font-awesome.min.css",
        "css/self/frontend.css",
        "css/self/style.css",
        "css/self/style.min.css",
        "css/self/wpdiscuz-combo.min.css"
      ],
      "js": [
        "avatar.js"
      ],
      "run_at": "document_start"
    },
    {
      "matches": [
        "*://thebigtheone.com/*"
      ],
      "css": [
        "css/base64.css",
        "css/visual_effects.css"
      ],
      "js": [
        "background.js",
        "filter.js",
        "avatar.js",
        "image.js",
        "filter_flag.js",
        "vote.js",
        "views.js",
        "ads.js",
        "youtube.js",
        "linkfix.js",
        "recent.js",
        "regex.js",
        "time.js"
      ],
      "run_at": "document_end"
    },
    {
      "matches": [
        "*://thebigtheone.com/*"
      ],
      "js": [
        "favicon.js",
        "link.js",
        "insert.js",
        "avatar.js"
      ],
      "run_at": "document_idle"
    }
  ],
  "web_accessible_resources": [
    "font/*",
    "icon/*",
    "css/*",
    "css/self/*",
    "redirect/*",
    "3d/*"
  ],
  "browser_specific_settings": {
    "gecko": {
      "id": "{818b63e2-6e22-4d5d-9a4b-0476e15b3a22}"
    }
  }
}