Permissions With Warnings

A warning permissions checking tool for extension developers

What is Permissions With Warnings?

Permissions With Warnings is a Chrome extension developed by https://guokai.dev, and its main feature is "A warning permissions checking tool for extension developers".

Extension Screenshots

screenshot

Download Permissions With Warnings Extension CRX File

Download Permissions With Warnings extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.

Extension Usage Instructions

                        Note: this extension is only for browser extension developers.

When users install your extension, some permissions cause a warning to the user. And the extension will be temporarily disabled when upgrading if you add a new warning permission.

This tool provides functionality to check and compare warning permissions. Just copy and paste your extension manifest to the input box.                    

Extension Basic Information

Name Permissions With Warnings Permissions With Warnings
ID dplpkallinkfbekcfikikjhlfimagafo
Official URL https://chromewebstore.google.com/detail/permissions-with-warnings/dplpkallinkfbekcfikikjhlfimagafo
Description A warning permissions checking tool for extension developers
File Size 7.87 KB
Installation Count 42
Current Version 0.0.1
Last Updated 2022-08-26
Publish Date 2022-08-26
Rating 5.00/5 Total 1 Ratings
Developer https://guokai.dev
Email [email protected]
Payment Type free
Extension Website https://github.com/hanguokai/warning-permissions
Privacy Policy Page URL https://guokai.dev/privacy
Supported Languages en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Permissions With Warnings",
    "description": "A warning permissions checking tool for extension developers",
    "version": "0.0.1",
    "author": "Guokai Han",
    "manifest_version": 3,
    "offline_enabled": true,
    "permissions": [],
    "action": [],
    "background": {
        "service_worker": "background.js"
    },
    "icons": {
        "128": "icon.png"
    }
}