ViewGrip: For YouTube

ViewGrip: For YouTube

We will help you get more YouTube views, subscribers, likes and comments organically.

Merlin
Additional files are visible only to premium users

manifest.json


{
  "manifest_version": 2,
  "name": "ViewGrip - For YouTube",
  "author": "ViewGrip Group",
  "version": "5.0.1",
  "homepage_url": "https://www.viewgrip.net",
  "description": "Add-ons To promote YouTube videos for free, get more views and likes safely.",
  "icons": {
    "16": "assets/img/icon-16.png",
    "32": "assets/img/icon-32.png",
    "48": "assets/img/icon-48.png",
    "128": "assets/img/icon-128.png"
  },
  "permissions": [
    "history",
    "<all_urls>",
    "storage",
    "activeTab",
    "tabs",
    "webNavigation"
  ],
  "web_accessible_resources": [
    "assets/css/countdown.css",
    "assets/img/crusor.png"
  ],
  "browser_action": {
    "default_icon": {
      "19": "assets/img/icon-19.png",
      "38": "assets/img/icon-38.png"
    },
    "default_title": "ViewGrip for Youtube",
    "default_popup": "index.html"
  },
  "content_scripts": [
    {
      "matches": [
        "http://*/*",
        "https://*/*"
      ],
      "js": [
        "assets/js/plugins/jquery-3.6.0.js",
        "assets/js/core/Start.js",
        "assets/js/core/Main.js"
      ],
      "run_at": "document_start"
    }
  ],
  "background": {
    "scripts": [
      "assets/background.js"
    ],
    "persistent": true
  },
  "options_ui": {
    "page": "index.html"
  },
  "browser_specific_settings": {
    "gecko": {
      "id": "[email protected]"
    }
  }
}