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開發的Chrome擴展程式,該擴展的主要功能是“This extension will search for imgur urls on page and replace them with filmot”。

下載Imgur url to filmot switcher擴展crx文件

下載Imgur url to filmot switcher擴展crx格式的文件,手動將Chrome擴充功能安裝到瀏覽器中,也可以將crx文件分享給朋友,輕鬆安裝Chrome擴充功能。

擴展使用說明

                        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
官方網址 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"
            ]
        }
    ]
}