Permissions With Warnings

A warning permissions checking tool for extension developers

Was ist Permissions With Warnings?

Permissions With Warnings ist eine Chrome-Erweiterung, die von https://guokai.dev entwickelt wurde, und ihr Hauptmerkmal ist "A warning permissions checking tool for extension developers".

Erweiterungsscreenshots

screenshot

Permissions With Warnings-Erweiterungs-CRX-Datei herunterladen

Laden Sie Permissions With Warnings-Erweiterungsdateien im crx-Format herunter, installieren Sie Chrome-Erweiterungen manuell im Browser oder teilen Sie die crx-Dateien mit Freunden, um Chrome-Erweiterungen einfach zu installieren.

Anleitung zur Verwendung der Erweiterung

                        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.                    

Grundlegende Informationen zur Erweiterung

Name Permissions With Warnings Permissions With Warnings
ID dplpkallinkfbekcfikikjhlfimagafo
Offizielle URL https://chromewebstore.google.com/detail/permissions-with-warnings/dplpkallinkfbekcfikikjhlfimagafo
Beschreibung A warning permissions checking tool for extension developers
Dateigröße 7.87 KB
Installationsanzahl 42
Aktuelle Version 0.0.1
Letztes Update 2022-08-26
Veröffentlichungsdatum 2022-08-26
Bewertung 5.00/5 Insgesamt 1 Bewertungen
Entwickler https://guokai.dev
E-Mail [email protected]
Zahlungsart free
Erweiterungswebsite https://github.com/hanguokai/warning-permissions
URL der Datenschutzrichtlinien-Seite https://guokai.dev/privacy
Unterstützte Sprachen 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"
    }
}