Imgur url to filmot switcher

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

Vad är Imgur url to filmot switcher?

Imgur url to filmot switcher är en Chrome-tillägg utvecklad av Piotr Niziniecki, och dess huvudfunktion är "This extension will search for imgur urls on page and replace them with filmot".

Ladda ner Imgur url to filmot switcher-förlängningens CRX-fil

Ladda ner Imgur url to filmot switcher-filändelser i crx-format, installera Chrome-tillägg manuellt i webbläsaren eller dela crx-filerna med vänner för att enkelt installera Chrome-tillägg.

Användarmanual för Tillägg

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

Grundläggande Information om Tillägg

Namn Imgur url to filmot switcher Imgur url to filmot switcher
ID ioiadgkabndgbhhhnlhnkblhkkgeneob
Officiell webbadress https://chrome.google.com/webstore/detail/imgur-url-to-filmot-switc/ioiadgkabndgbhhhnlhnkblhkkgeneob
Beskrivning This extension will search for imgur urls on page and replace them with filmot
Filstorlek 3.26 KB
Antal Installationer 54
Aktuell Version 0.1.0
Senast Uppdaterad 2014-03-22
Publiceringsdatum 2014-03-22
Betyg 4.33/5 Totalt 3 Betyg
Utvecklare Piotr Niziniecki
E-post [email protected]
Betalningssätt free
URL till Sekretesspolicy Sidan https://docs.google.com/document/d/1YlYHJi__8wniY_eAfViERJiJfyi24zyF64lH4qQRDXE
Stödda Språk 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"
            ]
        }
    ]
}