Image Stripper

This extension removes all images from a page

Co to jest Image Stripper?

Image Stripper to rozszerzenie Chrome opracowane przez http://andersfisher.com, a jego główną funkcją jest „This extension removes all images from a page”.

Pobierz plik CRX rozszerzenia Image Stripper

Pobierz pliki rozszerzeń Image Stripper 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

                        Image striper hides all images on a page but preserves the layout of background images.                    

Podstawowe informacje o rozszerzeniu

Nazwa Image Stripper Image Stripper
ID jhmodlaiiloiddhmegemmjmgamhhcoaj
Oficjalny URL https://chrome.google.com/webstore/detail/image-stripper/jhmodlaiiloiddhmegemmjmgamhhcoaj
Opis This extension removes all images from a page
Rozmiar pliku 11.36 KB
Liczba instalacji 16
Aktualna Wersja 1.0
Ostatnia Aktualizacja 2014-07-25
Data Publikacji 2014-07-25
Ocena 2.00/5 Łącznie 2 Oceny
Deweloper http://andersfisher.com
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": "Image Stripper",
    "description": "This extension removes all images from a page",
    "version": "1.0",
    "browser_action": {
        "default_icon": "icon.png"
    },
    "permissions": [
        "activeTab"
    ],
    "background": {
        "scripts": [
            "app.js"
        ],
        "persistent": false
    }
}