Examine source code of Motorro

Inspect and view changes in Motorro source codes across current and past versions
Premium users can view and search full source code, and see the source code differences between two versions.
Upgrade to premium
manifest.json
{
  "manifest_version": 2,
  "name": "Motorro",
  "version": "1.4.38",
  "description": "Motorro",
  "content_scripts": [
    {
      "css": [
        "styles.css"
      ],
      "js": [
        "content.js"
      ],
      "matches": [
        "*://auto-zatoka.webterminal.com.pl/*",
        "*://motogama.webterminal.com.pl/*",
        "*://sklep.auto-france.com.pl/*",
        "*://katalog.autopartner.pl/*",
        "*://katalog.elitpolska.pl/*",
        "*://katalog.hipol.pl/*",
        "*://www.ipterminal.pl/*",
        "*://lsd.intervito.pl/*",
        "*://pl.e-cat.intercars.eu/*",
        "*://www.partslink24.com/*",
        "*://www.sklep.motores.pl/*",
        "*://katalog.gordon.com.pl/*",
        "*://oferta.gordon.com.pl/*",
        "*://ap2.webkatalog.pl/*",
        "*://ezamowienia.motorol.pl/*",
        "*://katalog.motorol.pl/*",
        "*://zamowienia.hartphp.com.pl/*",
        "*://webshop.auto-gh.pl/*",
        "*://autoprimaplus.com/*",
        "*://ap.webkatalog.pl/*",
        "*://www.apnext.eu/*",
        "*://store.hartphp.com.pl/*",
        "*://www.master-sport.eu/*",
        "*://katalog.profiauto.net/*",
        "*://motoleg.katalog-online.com.pl/*",
        "*://www.realoem.com/*",
        "*://japancars.ru/*",
        "*://www.zzap.ru/*",
        "*://parts.autoxp.ru/*",
        "*://zzap.acat.online/*",
        "*://matusiewicz.profiauto.net/*",
        "*://rollsc.pl/*",
        "*://katalog.tedgum.pl/*",
        "*://apcat.eu/*",
        "*://webshop.auto-gh.pl/*",
        "*://gh-parts.eu/*",
        "*://autoeuro.webterminal.com.pl/*",
        "*://*.baselinker.com/*",
        "*://jadar-auto.pl/*",
        "*://e-partsbmw.pl/*",
        "*://webterminal.auto-land.pl/*",
        "*://online.profiauto.com/*",
        "*://online.vanking.pl/*",
        "*://nextb2b.vanking.pl/*"
      ]
    }
  ],
  "browser_action": {
    "default_popup": "popup.html"
  },
  "permissions": [
    "contextMenus",
    "<all_urls>"
  ],
  "background": {
    "page": "background.html"
  },
  "icons": {
    "16": "images/iconsquare2.png",
    "48": "images/iconsquare2.png",
    "128": "images/iconsquare2.png"
  },
  "browser_specific_settings": {
    "gecko": {
      "id": "{7be6a69f-382f-4712-af7e-46d7149b74ae}"
    }
  }
}