How Fugu is the Web? Chrome Extension

How Fugu is the Web? chrome extension

How Fugu is the Web? for Chrome Download

How Fugu is the Web? chrome extension is An extension to shine light on the Project Fugu ? APIs web apps want to use..

serviceworker ?. ready || selfAn extension to shine light on the project fugu ? apis web apps want to use..
How it works

API data

The raw data for the different project fugu ? apis is curated in a spreadsheet, which is then turned into JavaScript, so keeping the list of apis updated is hopefully a straightforward task.

api detection

The extension monitors the requests a page makes via the chrome.webRequest.onBeforeRequest.addListener() API. Each response body, grouped by main frame, JavaScript, and web app manifest response bodies, is then run through a set of regular expressions like /navigator\.hid\.requestDevice\s*\(/g to determine if the code hints at a project fugu ? api potentially being used.

browser support detection

Most Project Fugu ? APIs are easily feature-detectable by checking for the existence of interfaces or properties, for example, as in 'BarcodeDetector' in window. Other apis require a ServiceWorkerRegistration, but luckily the popup window in manifest v3 extensions uses a service worker, so it can be used via an IIFE that can be run in the client or the service worker. An example is (async () => 'periodicSync' in (await navigator.serviceWorker?.ready || self.registration))().

The support categories are listed below:

✔️ Supported by your browser.

? Not supported by your browser.

? support unknown for your browser. (The only way to know would be user-agent sniffing.)

Deep-linking

The extension makes use of text fragment urls to deep-link to the occurrence of a detected API, for example https://airhorner.com/scripts/main.min.js#:~:text=navigator.setAppBadge(. For main frame documents, the source code gets rendered in a helper html page controlled by the extension, since it is impossible to link to view-source: protocol links.

Limitations

• The chrome.webRequest.onBeforeRequest.addListener() API unfortunately does not "see" requests that are handled by a service worker (crbug.com/766433). There are three possible workarounds for this:

- Hard-reload via ⌘/ctrl+shift+r.

- Open DevTools and check the Bypass for network checkbox in the service worker section of the Application tab.

- Clear storage in the Storage section of the Application tab.

• The extension only does static code analysis, that is, there is no guarantee that the app actually uses the code snippet where a Project Fugu ? API was detected.

• heavily minified code will not be detected. For example, if an app minifies navigator.clipboard.write() to const nav = navigator; nav.clipboard.write(), the extension will not detect this.

License

Apache 2.0.

How to install How Fugu is the Web? chrome extension in chrome Browser

You can Follow the below Step By Step procedure to install the How Fugu is the Web? Chrome Extension to your Chrome Web browser.

  • Step 1: Go to the Chrome webstore https://chrome.google.com/webstore or download the extension How Fugu is the Web? Chrome Extension Download from https://pluginsaddonsextensions.com
  • Step 2: Now search for the How Fugu is the Web? in Chrome Webstore Search and click on the search button.
  • Step 3: click on the How Fugu is the Web? Chrome Extension Link
  • Step 4: in the next page click on the Add to Chrome button to Download and Install the How Fugu is the Web? extension for your Chrome Web browser .

How Fugu is the Web? Chrome extension Download

Looking for a method to How Fugu is the Web? Download for Chrome then this download link is for you.

It is the How Fugu is the Web? Chrome extension download link you can download and install Chrome Browser.

Download How Fugu is the Web? chrome extension (CRX)

Tags: App Manifest , Service Worker , Project Fugu Apis , Browser Support , Source Code , Static Code Analysis , Helper Html Page , Text Fragment Urls , Main Frame Documents , Const Nav Navigator , V3 Extensions Uses , Project Fugu Api , Different Project Fugu Apis , Detected Api , App Minifies Navigator ,

How Fugu is the Web? Related Chrome Extensions