OPTC Player Helper

Simple chrome extension to make OPTC players' life a little bit easier.

OPTC Player Helperとは何ですか?

OPTC Player Helperはygordannielによって開発されたChromeの拡張機能で、その主な機能は「Simple chrome extension to make OPTC players' life a little bit easier.」です。

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

screenshot

OPTC Player Helper拡張機能のCRXファイルをダウンロード

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

拡張機能の使用方法

                        Simple chrome extension to make OPTC players' life a little bit easier.

This extention is an independent work and IT'S NOT associated with the OPTC Team. Any problems, doubts, ideas or sugestions show be said direct to me via email or reddit.
Reddit thread: https://www.reddit.com/r/OnePieceTC/comments/4l6oxz/optc_db_chrome_extension/
Reddit profile: https://www.reddit.com/user/ygaum

UPDATE LOG

-v0.1.1
    -now focusing on input text
-v0.1.2
    -permissions changed, now is restricted to https://optc-db.github.io/*
-v0.2
    -implemented Turtle Time API
-v0.2.1
    -now showing timezone
-v0.2.2
    -now users can select time format. (12 ou 24 hours)
    -setting user's cookies to remember turtle time options                    

拡張機能の基本情報

名前 OPTC Player Helper OPTC Player Helper
ID bonlajhafobfegenljlmpnmkodpgfpmc
公式URL https://chromewebstore.google.com/detail/optc-player-helper/bonlajhafobfegenljlmpnmkodpgfpmc
説明 Simple chrome extension to make OPTC players' life a little bit easier.
ファイルサイズ 333 KB
インストール数 34
現在のバージョン 0.2.3.1
最終更新日 2016-06-03
公開日 2016-06-03
評価 5.00/5 合計 5 レビュー
開発者 ygordanniel
Eメール [email protected]
支払い方法 free
対応言語 en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "OPTC Player Helper",
    "description": "Simple chrome extension to make OPTC players' life a little bit easier.",
    "version": "0.2.3.1",
    "browser_action": {
        "default_icon": "icon-64x64.png",
        "default_popup": "popup.html",
        "default_title": "OPTC Player Helper."
    },
    "content_scripts": [
        {
            "matches": [
                "https:\/\/optc-db.github.io\/*"
            ],
            "js": [
                "app\/js\/popup.js"
            ]
        }
    ],
    "permissions": [
        "cookies",
        "notifications",
        "https:\/\/optctimer.com\/*"
    ]
}