askOLInet Firefox

Examine source code of askOLInet

제작자: Benoit De Vos Add-on
Inspect and view changes in askOLInet source codes across current and past versions
Please login to examine the extension's source code.
manifest.json
{
  "name": "__MSG_extName__",
  "description": "__MSG_extDescr__",
  "version": "2.6.1",
  "manifest_version": 2,
  "default_locale": "en",
  "icons": {
    "16": "img/ext_icons/16.png",
    "19": "img/ext_icons/19.png",
    "32": "img/ext_icons/32.png",
    "38": "img/ext_icons/38.png",
    "48": "img/ext_icons/48.png",
    "64": "img/ext_icons/64.png",
    "96": "img/ext_icons/96.png",
    "128": "img/ext_icons/128.png"
  },
  "browser_action": {
    "default_icon": {
      "19": "img/ext_icons/19.png",
      "38": "img/ext_icons/38.png"
    },
    "default_title": "__MSG_extName__",
    "default_popup": "html/popup.html"
  },
  "content_scripts": [
    {
      "matches": [
        "*://*.askoli.net/*",
        "*://askoli.net/*"
      ],
      "run_at": "document_end",
      "js": [
        "js/contentScripts/site/logIn.js"
      ]
    },
    {
      "matches": [
        "*://*.askoli.net/*",
        "*://askoli.net/*"
      ],
      "run_at": "document_start",
      "js": [
        "js/contentScripts/site/installed.js",
        "js/contentScripts/site/configUpdateChecker.js"
      ]
    },
    {
      "matches": [
        "*://*.askoli.net/*/contact",
        "*://*.askoli.net/contact",
        "*://*.askoli.net/*/contact/*",
        "*://*.askoli.net/contact/*",
        "*://askoli.net/*/contact",
        "*://askoli.net/contact",
        "*://askoli.net/*/contact/*",
        "*://askoli.net/contact/*"
      ],
      "run_at": "document_start",
      "js": [
        "js/contentScripts/site/contact.js"
      ]
    },
    {
      "matches": [
        "*://*/*"
      ],
      "run_at": "document_start",
      "js": [
        "js/contentScripts/popIn.js"
      ],
      "css": [
        "css/contentScripts/popIn.css",
        "css/contentScripts/popInA.css"
      ]
    },
    {
      "matches": [
        "*://*/*"
      ],
      "include_globs": [
        "*://www.google.*"
      ],
      "run_at": "document_start",
      "js": [
        "js/contentScripts/serp/common.js",
        "js/contentScripts/serp/google.js"
      ],
      "css": [
        "css/contentScripts/serp/google.css"
      ]
    },
    {
      "matches": [
        "*://*/*"
      ],
      "include_globs": [
        "*://www.bing.*"
      ],
      "run_at": "document_start",
      "js": [
        "js/contentScripts/serp/common.js",
        "js/contentScripts/serp/bing.js"
      ],
      "css": [
        "css/contentScripts/serp/bing.css"
      ]
    }
  ],
  "background": {
    "scripts": [
      "js/config.js",
      "js/helpers/punycode.js",
      "js/utils.js",
      "js/helpers/log.js",
      "js/criteriaHandler.js",
      "js/server.js",
      "js/blackListPopIn.js",
      "js/userConfigsHandler.js",
      "js/LogHandler.js",
      "js/a.js",
      "js/siteMem.js",
      "js/advBl.js",
      "js/emergencyStatusHandler.js",
      "js/shopIntentionHandler.js",
      "js/shopIntentionConfigUpdater.js",
      "js/background.js"
    ]
  },
  "incognito": "spanning",
  "web_accessible_resources": [
    "img/*"
  ],
  "permissions": [
    "*://*.askoli.net/*",
    "storage",
    "tabs"
  ]
}

최고의 askOLInet 대안

다음은 askOLInet과(와) 유사한 Firefox add-on입니다: