Deletron All

This extension will delete all files in the Slack Deletron app

Co to jest Deletron All?

Deletron All to rozszerzenie Chrome opracowane przez Scott McConnell, a jego główną funkcją jest „This extension will delete all files in the Slack Deletron app”.

Pobierz plik CRX rozszerzenia Deletron All

Pobierz pliki rozszerzeń Deletron All w formacie crx, zainstaluj ręcznie rozszerzenia Chrome w przeglądarce lub udostępnij pliki crx znajomym, aby łatwo zainstalować rozszerzenia Chrome.

Instrukcja Użytkowania Rozszerzenia

                        The extension allows the user to delete all files from http://www.slackdeletron.com                    

Podstawowe informacje o rozszerzeniu

Nazwa Deletron All Deletron All
ID ncmfgnhllobhhmeajeaakkfhdpifbafp
Oficjalny URL https://chrome.google.com/webstore/detail/deletron-all/ncmfgnhllobhhmeajeaakkfhdpifbafp
Opis This extension will delete all files in the Slack Deletron app
Rozmiar pliku 5.57 KB
Liczba instalacji 21
Aktualna Wersja 1.2
Ostatnia Aktualizacja 2016-04-26
Data Publikacji 2016-04-26
Deweloper Scott McConnell
Typ Płatności free
Obsługiwane Języki en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Deletron All",
    "description": "This extension will delete all files in the Slack Deletron app",
    "version": "1.2",
    "permissions": [
        "tabs",
        ""
    ],
    "browser_action": {
        "default_icon": "icon.png",
        "default_popup": "popup.html"
    }
}