WordReference Extension

WordReference Extension

WordReference Extension - Get the translations you want, in a fast and easy way !

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "about": "__MSG_about__",
  "affDefault": "__MSG_affDefault__",
  "affSelectedText": "__MSG_affSelectedText",
  "authorTranslation": "__MSG_authorTranslation__",
  "availableTranslations": "__MSG_availableTranslations__",
  "background": {
    "persistent": true,
    "page": "background.html"
  },
  "browser_action": {
    "default_icon": "images/WR_48.png",
    "default_popup": "popup.html"
  },
  "buttonSearchText": "__MSG_buttonSearchText__",
  "conjES": "__MSG_conjES__",
  "conjFR": "__MSG_conjFR__",
  "deen": "__MSG_deen__",
  "defaultTranslation": "__MSG_defaultTranslation__",
  "default_locale": "en",
  "description": "WordReference Extension - Get the translations you want, in a fast and easy way !",
  "devBy": "__MSG_devBy__",
  "divers": "__MSG_divers",
  "dropdown": "__MSG_dropdown__",
  "enar": "__MSG_enar__",
  "encz": "__MSG_encz__",
  "ende": "__MSG_ende__",
  "enes": "__MSG_enes__",
  "enfr": "__MSG_enfr__",
  "engr": "__MSG_engr__",
  "enit": "__MSG_enit__",
  "enja": "__MSG_enja__",
  "enko": "__MSG_enko__",
  "enpt": "__MSG_enpt__",
  "enro": "__MSG_enro__",
  "enru": "__MSG_enru__",
  "enterAWordToSearch": "__MSG_enterAWordToSearch__",
  "entr": "__MSG_entr__",
  "enzh": "__MSG_enzh__",
  "esen": "__MSG_esen__",
  "esfr": "__MSG_esfr__",
  "espt": "__MSG_espt__",
  "fren": "__MSG_fren__",
  "fres": "__MSG_fres__",
  "esit": "__MSG_esit__",
  "esde": "__MSG_esde__",
  "eses": "__MSG_eses__",
  "essin": "__MSG_essin__",
  "ites": "__MSG_ites__",
  "itit": "__MSG_itit__",
  "caca": "__MSG_caca__",
  "dees": "__MSG_dees__",
  "ennl": "__MSG_ennl__",
  "nlen": "__MSG_nlen__",
  "ensv": "__MSG_ensv__",
  "sven": "__MSG_sven__",
  "enpl": "__MSG_enpl__",
  "plen": "__MSG_plen__",
  "roen": "__MSG_roen__",
  "czen": "__MSG_czen__",
  "gren": "__MSG_gren__",
  "tren": "__MSG_tren__",
  "zhen": "__MSG_zhen__",
  "koen": "__MSG_koen__",
  "aren": "__MSG_aren__",
  "enthe": "__MSG_enthe__",
  "enusg": "__MSG_enusg__",
  "encol": "__MSG_encol__",
  "pten": "__MSG_pten__",
  "ptes": "__MSG_ptes__",
  "ruen": "__MSG_ruen__",
  "icons": {
    "16": "images/WR_16.png",
    "32": "images/WR_32.png",
    "48": "images/WR_48.png",
    "64": "images/WR_64.png",
    "100": "images/WR_100.png"
  },
  "iten": "__MSG_iten__",
  "manifest_version": 2,
  "name": "WordReference Extension",
  "noResult": "__MSG_noResult__",
  "optionsPage": "__MSG_optionsPage__",
  "options_page": "options.html",
  "permissions": [
    "storage",
    "http://www.wordreference.com/*",
    "https://*/*",
    "http://*/*",
    "contextMenus",
    "activeTab"
  ],
  "content_security_policy": "script-src 'self' https://* https://* nonce-paypaljs; object-src 'self' https://* https://* nonce-paypaljs; script-src-elem 'self' https://*  https://* *.paypal.com *.paypalobjects.com nonce-paypaljs 'unsafe-inline' ; ",
  "radiobutton": "__MSG_radiobutton",
  "showTranslations": "__MSG_showTranslations__",
  "legendTranslations": "__MSG_legendTranslations__",
  "autoshowlasttranslation": "__MSG_autoshowlasttranslation__",
  "history": "__MSG_history__",
  "historyenabled": "__MSG_historyenabled__",
  "deletehistory": "__MSG_deletehistory__",
  "historydeleted": "__MSG_historydeleted__",
  "openlinknewtab": "__MSG_historydeleted__",
  "autosearchselect": "__MSG_autosearchselect__",
  "translationsToShow": "__MSG_translationsToShow__",
  "helpinsitesearch": "__MSG_helpinSiteSearch__",
  "insitectrlkey": "__MSG_insitectrlkey__",
  "insitesearchlegend": "__MSG_inSiteSearchLegend__",
  "insitesearchselect": "__MSG_inSiteSearchSelect__",
  "version": "5.7",
  "key": "MIGfMA0GCSqGSIb3DQEBAQUAA4GNADCBiQKBgQDgE+u8d3YLJNq4E/vBkOrPYWb2zfuKXHWYBoZWFXUfX/Lpv+TWDpZ5cAdGJoZHxvxHg6WMAW9WEaW7QmtoeMK8H0zHcjmoCJDi2gFzLLupLsfyDSrh0JD29kI0jgN04+UwvU+QFlCywGVBYOjDWAK+55y9ZR6p7tVuoNTBOpztYwIDAQAB",
  "content_scripts": [
    {
      "matches": [
        "<all_urls>"
      ],
      "css": [
        "styles/search_live.css"
      ],
      "js": [
        "scripts/global.js",
        "scripts/jquery-3.1.1.min.js",
        "scripts/buy.js",
        "scripts/googleDocsUtil.js",
        "scripts/search_live.js"
      ]
    }
  ],
  "web_accessible_resources": [
    "images/forum.gif"
  ]
}