Imgur url to filmot switcher

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

Hvad er Imgur url to filmot switcher?

Imgur url to filmot switcher er en Chrome-udvidelse udviklet af Piotr Niziniecki, og dens hovedfunktion er "This extension will search for imgur urls on page and replace them with filmot".

Download Imgur url to filmot switcher-udvidelses-CRX-fil

Download Imgur url to filmot switcher-udvidelsesfiler i crx-format, installer Chrome-udvidelser manuelt i browseren eller del crx-filer med venner for nemt at installere Chrome-udvidelser.

Brugsanvisning til Udvidelsen

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

Grundlæggende oplysninger om udvidelsen

Navn Imgur url to filmot switcher Imgur url to filmot switcher
ID ioiadgkabndgbhhhnlhnkblhkkgeneob
Officiel URL https://chrome.google.com/webstore/detail/imgur-url-to-filmot-switc/ioiadgkabndgbhhhnlhnkblhkkgeneob
Beskrivelse This extension will search for imgur urls on page and replace them with filmot
Filstørrelse 3.26 KB
Antal Installationer 54
Nuværende Version 0.1.0
Senest Opdateret 2014-03-22
Udgivelsesdato 2014-03-22
Bedømmelse 4.33/5 Samlet 3 Bedømmelser
Udvikler Piotr Niziniecki
E-mail [email protected]
Betalingsmetode free
URL til Fortrolighedspolitik Side https://docs.google.com/document/d/1YlYHJi__8wniY_eAfViERJiJfyi24zyF64lH4qQRDXE
Understøttede Sprog 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"
            ]
        }
    ]
}