Permissions With Warnings

A warning permissions checking tool for extension developers

Wat is Permissions With Warnings?

Permissions With Warnings is een Chrome-extensie ontwikkeld door https://guokai.dev, en de belangrijkste functie is "A warning permissions checking tool for extension developers".

Extensie Screenshots

screenshot

Download het CRX-bestand van de extensie Permissions With Warnings

Download Permissions With Warnings-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.

Instructies voor het Gebruik van de Extensie

                        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.                    

Basisinformatie over de Extensie

Naam Permissions With Warnings Permissions With Warnings
ID dplpkallinkfbekcfikikjhlfimagafo
Officiële URL https://chromewebstore.google.com/detail/permissions-with-warnings/dplpkallinkfbekcfikikjhlfimagafo
Beschrijving A warning permissions checking tool for extension developers
Bestandsgrootte 7.87 KB
Aantal Installaties 42
Huidige Versie 0.0.1
Laatst Bijgewerkt 2022-08-26
Publicatiedatum 2022-08-26
Beoordeling 5.00/5 Totaal 1 Beoordelingen
Ontwikkelaar https://guokai.dev
E-mail [email protected]
Betalingswijze free
Extensiewebsite https://github.com/hanguokai/warning-permissions
URL van de Privacybeleid Pagina https://guokai.dev/privacy
Ondersteunde Talen 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"
    }
}