Imgur url to filmot switcher

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

Cos'è Imgur url to filmot switcher?

Imgur url to filmot switcher è un'estensione di Chrome sviluppata da Piotr Niziniecki, e la sua funzione principale è "This extension will search for imgur urls on page and replace them with filmot".

Scarica il file CRX dell'estensione Imgur url to filmot switcher

Scarica i file di estensione Imgur url to filmot switcher in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.

Istruzioni per l'Uso dell'Estensione

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

Informazioni di Base sull'Estensione

Nome Imgur url to filmot switcher Imgur url to filmot switcher
ID ioiadgkabndgbhhhnlhnkblhkkgeneob
URL Ufficiale https://chrome.google.com/webstore/detail/imgur-url-to-filmot-switc/ioiadgkabndgbhhhnlhnkblhkkgeneob
Descrizione This extension will search for imgur urls on page and replace them with filmot
Dimensione del File 3.26 KB
Conteggio Installazioni 54
Versione Corrente 0.1.0
Ultimo Aggiornamento 2014-03-22
Data di Pubblicazione 2014-03-22
Valutazione 4.33/5 Totale 3 Valutazioni
Sviluppatore Piotr Niziniecki
Email [email protected]
Tipo di Pagamento free
URL della Pagina della Politica sulla Privacy https://docs.google.com/document/d/1YlYHJi__8wniY_eAfViERJiJfyi24zyF64lH4qQRDXE
Lingue Supportate 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"
            ]
        }
    ]
}