Imgur url to filmot switcher

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

Imgur url to filmot switcher क्या है?

Imgur url to filmot switcher Piotr Niziniecki द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "This extension will search for imgur urls on page and replace them with filmot"।

एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें

crx प्रारूप में Imgur url to filmot switcher एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।

एक्सटेंशन उपयोग निर्देश

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

एक्सटेंशन की मूल जानकारी

नाम Imgur url to filmot switcher Imgur url to filmot switcher
ID ioiadgkabndgbhhhnlhnkblhkkgeneob
आधिकारिक URL https://chrome.google.com/webstore/detail/imgur-url-to-filmot-switc/ioiadgkabndgbhhhnlhnkblhkkgeneob
विवरण This extension will search for imgur urls on page and replace them with filmot
फ़ाइल का आकार 3.26 KB
स्थापना संख्या 54
वर्तमान संस्करण 0.1.0
अंतिम अपडेट 2014-03-22
प्रकाशन तिथि 2014-03-22
रेटिंग 4.33/5 कुल 3 रेटिंग्स
डेवलपर Piotr Niziniecki
ईमेल [email protected]
भुगतान के प्रकार free
गोपनीयता नीति पृष्ठ URL https://docs.google.com/document/d/1YlYHJi__8wniY_eAfViERJiJfyi24zyF64lH4qQRDXE
समर्थित भाषाएँ 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"
            ]
        }
    ]
}