Permission Inspector

Snapshot of all the permissions used by each installed extension.

Wat is Permission Inspector?

Permission Inspector is een Chrome-extensie ontwikkeld door trishul.goel, en de belangrijkste functie is "Snapshot of all the permissions used by each installed extension.".

Extensie Screenshots

screenshot

Download het CRX-bestand van de extensie Permission Inspector

Download Permission Inspector-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

                        Missing permissions inspector for Chrome - Snapshot of all the permissions used by each installed extension.

Extension are powerful tools which can modify the browser using various features allowed by browser. While installing an Extension there is a permission prompt which tells what all features will be accessed by the Extension. Post that we have no way to know what an installed add-on is accessing. Permission inspector bridges this gap and shows what all an Extension can do to the browser.

There are two views for this add-on

    Extension-wise: Shows permissions for each Extension.
    Permission-wise: Shows add-ons using each permission.


This Extension is available in following languages:

    de - German
    en - English
    es- Spanish
    fr - French
    hi - Hindi
    it - Italian
    nl - Dutch
    pl - Polish
    pt - Portugese
    ru - Russian
    zh - Chinese(S)                    

Basisinformatie over de Extensie

Naam Permission Inspector Permission Inspector
ID ahfoecogpaccmnaiilgchbfemajmkcdi
Officiële URL https://chromewebstore.google.com/detail/permission-inspector/ahfoecogpaccmnaiilgchbfemajmkcdi
Beschrijving Snapshot of all the permissions used by each installed extension.
Bestandsgrootte 81.9 KB
Aantal Installaties 135
Huidige Versie 1.0.0
Laatst Bijgewerkt 2019-01-23
Publicatiedatum 2019-01-22
Beoordeling 5.00/5 Totaal 1 Beoordelingen
Ontwikkelaar trishul.goel
E-mail [email protected]
Betalingswijze free
Extensiewebsite https://github.com/tsl143/addonManager
Help Pagina-URL https://github.com/tsl143/addonManager/issues
Ondersteunde Talen de,en,fr,nl,es,it,pl,ru,hi
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Permission Inspector",
    "description": "__MSG_extensionDescription__",
    "default_locale": "en",
    "version": "1.0.0",
    "icons": {
        "64": "icons\/icon_64.png"
    },
    "background": {
        "scripts": [
            "background_script.js"
        ]
    },
    "browser_action": {
        "default_icon": {
            "64": "icons\/icon_64.png"
        },
        "default_title": "__MSG_browserActionText__"
    },
    "permissions": [
        "management"
    ]
}