Oddshot to Youtube on Reddit

Modifys Oddshot urls in Reddit posts to be Youtube urls if the OddshotBot commented.

Oddshot to Youtube on Redditとは何ですか?

Oddshot to Youtube on Redditはtmarc666によって開発されたChromeの拡張機能で、その主な機能は「Modifys Oddshot urls in Reddit posts to be Youtube urls if the OddshotBot commented.」です。

拡張機能のスクリーンショット

screenshot

Oddshot to Youtube on Reddit拡張機能のCRXファイルをダウンロード

Oddshot to Youtube on Reddit拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。

拡張機能の使用方法

                        This extension will modify Oddshot urls to be Youtube urls if the Oddshot Bot commented in the comment section(top section) on Reddit. Added caching, use of the Oddshotbot api, Expandos, and the original oddshot link.                    

拡張機能の基本情報

名前 Oddshot to Youtube on Reddit Oddshot to Youtube on Reddit
ID bjgbiggjemblnceibgagelajlkianbkm
公式URL https://chromewebstore.google.com/detail/oddshot-to-youtube-on-red/bjgbiggjemblnceibgagelajlkianbkm
説明 Modifys Oddshot urls in Reddit posts to be Youtube urls if the OddshotBot commented.
ファイルサイズ 91.94 KB
インストール数 218
現在のバージョン 1.4
最終更新日 2016-02-18
公開日 2016-02-17
評価 4.75/5 合計 16 レビュー
開発者 tmarc666
支払い方法 free
対応言語 en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Oddshot to Youtube on Reddit",
    "description": "Modifys Oddshot urls in Reddit posts to be Youtube urls if the OddshotBot commented.",
    "version": "1.4",
    "background": {
        "scripts": [
            "background.js"
        ],
        "persistent": false
    },
    "page_action": {
        "default_icon": "images\/icon.png",
        "default_title": "Oddshot->Youtube"
    },
    "permissions": [
        "declarativeContent"
    ],
    "content_scripts": [
        {
            "matches": [
                "http:\/\/*.reddit.com\/*",
                "https:\/\/*.reddit.com\/*"
            ],
            "js": [
                "jquery.js",
                "lscache.js",
                "myscript.js"
            ]
        }
    ]
}