Imgur url to filmot switcher

This extension will search for imgur urls on page and replace them with filmot

Co to jest Imgur url to filmot switcher?

Imgur url to filmot switcher to rozszerzenie Chrome opracowane przez Piotr Niziniecki, a jego główną funkcją jest „This extension will search for imgur urls on page and replace them with filmot”.

Pobierz plik CRX rozszerzenia Imgur url to filmot switcher

Pobierz pliki rozszerzeń Imgur url to filmot switcher 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

                        This extension will search for all occurrences of imgur.com url (inside links and images) and will replace them with filmot.org url.                    

Podstawowe informacje o rozszerzeniu

Nazwa Imgur url to filmot switcher Imgur url to filmot switcher
ID ioiadgkabndgbhhhnlhnkblhkkgeneob
Oficjalny URL https://chrome.google.com/webstore/detail/imgur-url-to-filmot-switc/ioiadgkabndgbhhhnlhnkblhkkgeneob
Opis This extension will search for imgur urls on page and replace them with filmot
Rozmiar pliku 3.26 KB
Liczba instalacji 54
Aktualna Wersja 0.1.0
Ostatnia Aktualizacja 2014-03-22
Data Publikacji 2014-03-22
Ocena 4.33/5 Łącznie 3 Oceny
Deweloper Piotr Niziniecki
E-mail [email protected]
Typ Płatności free
Adres URL Strony Polityki Prywatności https://docs.google.com/document/d/1YlYHJi__8wniY_eAfViERJiJfyi24zyF64lH4qQRDXE
Obsługiwane Języki en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Imgur url to filmot switcher",
    "description": "This extension will search for imgur urls on page and replace them with filmot",
    "version": "0.1.0",
    "content_scripts": [
        {
            "matches": [
                ""
            ],
            "js": [
                "filmot.js"
            ]
        }
    ]
}