Auto Approve

This extension allow to auto approve registered organisation.

Wat is Auto Approve?

Auto Approve is een Chrome-extensie ontwikkeld door Grzegorz Zalewski, en de belangrijkste functie is "This extension allow to auto approve registered organisation.".

Download het CRX-bestand van de extensie Auto Approve

Download Auto Approve-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

                        private app to quick approve charity                    

Basisinformatie over de Extensie

Naam Auto Approve Auto Approve
ID pcdkbcppahcbhdcijmfjdcoccehkaanj
Officiële URL https://chrome.google.com/webstore/detail/auto-approve/pcdkbcppahcbhdcijmfjdcoccehkaanj
Beschrijving This extension allow to auto approve registered organisation.
Bestandsgrootte 517 KB
Aantal Installaties 19
Huidige Versie 1.1
Laatst Bijgewerkt 2015-07-16
Publicatiedatum 2015-07-16
Ontwikkelaar Grzegorz Zalewski
Betalingswijze free
Ondersteunde Talen en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Auto Approve",
    "description": "This extension allow to auto approve registered organisation.",
    "version": "1.1",
    "permissions": [
        "tabs",
        "activeTab"
    ],
    "content_scripts": [
        {
            "matches": [
                "http:\/\/*\/*"
            ],
            "js": [
                "contentscript.js"
            ]
        }
    ],
    "browser_action": {
        "default_icon": "img\/icon.png",
        "default_popup": "popup.html"
    }
}