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