Trendyol Barcode

Trendyol Barcode

Trendyol'daki ürünlerin barkodlarına kolaylıkla ulaşabileceğiniz bir uzantıdır.

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "name": "Trendyol Barcode",
  "version": "1.5.3",
  "manifest_version": 2,
  "description": "Trendyol'daki ürünlerin barkodlarına kolaylıkla ulaşabileceğiniz bir uzantıdır.",
  "icons": {
    "16": "icons/ty_16.png",
    "32": "icons/ty_32.png",
    "48": "icons/ty_48.png",
    "128": "icons/ty_128.png"
  },
  "background": {
    "scripts": [
      "popup.js",
      "merchants.js"
    ],
    "persistent": false
  },
  "browser_action": {
    "default_icon": "icons/ty_icon.png",
    "default_popup": "popup.html"
  },
  "permissions": [
    "activeTab",
    "https://www.trendyol.com/",
    "http://www.trendyol.com/"
  ],
  "content_scripts": [
    {
      "matches": [
        "*://*.trendyol.com/*"
      ],
      "css": [
        "css/style.css"
      ],
      "js": [
        "popup.js",
        "merchants.js",
        "script.js",
        "scrpitmerch.js"
      ]
    }
  ]
}