https://github.com/machawk1/webrequest_manifestv3_test
https://github.com/machawk1/webrequest_manifestv3_test
Last synced: about 2 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/machawk1/webrequest_manifestv3_test
- Owner: machawk1
- License: mit
- Created: 2020-12-28T21:46:21.000Z (over 4 years ago)
- Default Branch: master
- Last Pushed: 2020-12-28T21:51:42.000Z (over 4 years ago)
- Last Synced: 2025-03-24T09:45:21.278Z (about 2 months ago)
- Language: JavaScript
- Size: 1.95 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# webRequest Manifest v3 Test
Chrome 88 will introduce different dynamics for Chrome extensions, namely, the move from background scripts to service workers.
In an effort to prepare other extensions for this transition, I have begun testing fundamental support for the APIs. The Chrome
extension documentation is not yet complete nor tailored for the changes needed for the manifest.This repository contains very basic files for reporting whether the onHeadersReceived listener is executed. Download Chrome 88 (Dev Channel),
load the extension after enabled Developer Mode, visit a site, notice that the console output is not executed.Visiting chrome://serviceworker-internals/ and the page's main console might be helpful. I will update this repo as I explore nuances of the API further.