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
Eメール [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"
            ]
        }
    ]
}