Coder Social home page Coder Social logo

screensurfer / xdm-browser-monitor-manifest-version-3 Goto Github PK

View Code? Open in Web Editor NEW

This project forked from subhra74/xdm-browser-monitor

0.0 0.0 0.0 23 KB

modification to compliance with manifest version 3 for chromium browsers

JavaScript 93.39% HTML 6.61%

xdm-browser-monitor-manifest-version-3's Introduction

xdm-browser-monitor-manifest-version-3's People

Contributors

greygoody avatar subhra74 avatar

xdm-browser-monitor-manifest-version-3's Issues

Edge browser errors after commit "f89387d9d54a6825ec16f8ab0c533b1c36e02b44"

new errrors :
-1 : 'webRequestBlocking' requires manifest version of 2 or lower. : ```
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40

{
"update_url": "https://clients2.google.com/service/update2/crx",
"manifest_version": 3,
"minimum_chrome_version": "88.0",
"name": "XDM Browser Monitor",
"description": "XDM integration module for Firefox and Chromium based browsers",
"version": "2.0",
"icons": {
"48": "icon.png"
},
"background": {
"service_worker": "background.js"
},
"action": {
"default_icon": "icon.png"
},
"permissions": [
"tabs",
"cookies",
"contextMenus",
"activeTab",
"webRequest",
"webRequestBlocking"
],
"host_permissions": [
"http:///",
"https:///"
],
"commands": {
"toggle-monitoring": {
"suggested_key": {
"default": "Ctrl+Shift+E",
"mac": "Command+Shift+E"
},
"description": "Toggle monitoring"
}
}
}

-2 : Unchecked runtime.lastError: You do not have permission to use blocking webRequest listeners. Be sure to declare the webRequestBlocking permission in your manifest. Note that webRequestBlocking is only allowed for extensions that are installed using ExtensionInstallForcelist.
Context

Unknown

Stack Trace

:0 (anonymous function)

-3 : Unchecked runtime.lastError: Extensions using event pages or Service Workers must pass an id parameter to chrome.contextMenus.create
Context

Unknown

Stack Trace

:0 (anonymous function)

-4 : Uncaught (in promise) Error: Failed to set icon 'icon48.png': Failed to fetch
Context

extensions::setIcon

Stack Trace

extensions::setIcon:149 (anonymous function)

-5 : Uncaught (in promise) Error: Failed to set icon 'icon16.png': Failed to fetch

Context

extensions::setIcon

Stack Trace

extensions::setIcon:149 (anonymous function)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.