Bubber-O-Matic

Replaces all images with images of Bubber.

Co to jest Bubber-O-Matic?

Bubber-O-Matic to rozszerzenie Chrome opracowane przez Null4President, a jego główną funkcją jest „Replaces all images with images of Bubber.”.

Zrzuty ekranu rozszerzenia

screenshot

Pobierz plik CRX rozszerzenia Bubber-O-Matic

Pobierz pliki rozszerzeń Bubber-O-Matic 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

                        May cause issues when browsing SSL secured websites.                    

Podstawowe informacje o rozszerzeniu

Nazwa Bubber-O-Matic Bubber-O-Matic
ID ogljgmfneplhjbcahmekaeichmngdmpd
Oficjalny URL https://chromewebstore.google.com/detail/bubber-o-matic/ogljgmfneplhjbcahmekaeichmngdmpd
Opis Replaces all images with images of Bubber.
Rozmiar pliku 82.45 KB
Liczba instalacji 21
Aktualna Wersja 1.0.1
Ostatnia Aktualizacja 2013-09-08
Data Publikacji 2013-09-08
Ocena 5.00/5 Łącznie 2 Oceny
Deweloper Null4President
Typ Płatności free
Obsługiwane Języki en-GB
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "author": "Null4President",
    "name": "Bubber-O-Matic",
    "description": "Replaces all images with images of Bubber.",
    "icons": {
        "16": "Icon_16.png",
        "48": "Icon_48.png",
        "128": "Icon_128.png"
    },
    "version": "1.0.1",
    "content_scripts": [
        {
            "js": [
                "jquery.js",
                "background.js"
            ],
            "matches": [
                "http:\/\/*\/*",
                "https:\/\/*\/*"
            ]
        }
    ]
}