Proxer+

Amazing Tweaks for Proxer!

Proxer+とは何ですか?

Proxer+はCookieMichalによって開発されたChromeの拡張機能で、その主な機能は「Amazing Tweaks for Proxer!」です。

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

screenshot
screenshot

Proxer+拡張機能のCRXファイルをダウンロード

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

拡張機能の使用方法

                        This extension adds amazing Features to proxer.me

Such as
-Quick Navigate to My Mangas & Animes
-whole manga chapter on 1 side

Disclaimer:
This extension is not affiliated to Proxer.

Changelog:

V1.0
Initial release

V1.5
Added amazing features

V1.6
Fixed 'extension corrupted' error

V1.6.1
Fixed http/https protocols error

V1.7
Image has been changed

V1.7.1 
Minor bug fixes

V1.7.2
Removed popup                    

拡張機能の基本情報

名前 Proxer+ Proxer+
ID icccalcipbambehbcaikekjokfbhpnko
公式URL https://chromewebstore.google.com/detail/proxer+/icccalcipbambehbcaikekjokfbhpnko
説明 Amazing Tweaks for Proxer!
ファイルサイズ 42.66 KB
インストール数 34
現在のバージョン 1.7.2
最終更新日 2016-02-20
公開日 2016-02-20
評価 5.00/5 合計 10 レビュー
開発者 CookieMichal
支払い方法 free
対応言語 en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Proxer+",
    "short_name": "Pp",
    "author": "Alexander Gratzl",
    "version": "1.7.2",
    "manifest_version": 2,
    "description": "Amazing Tweaks for Proxer!",
    "icons": {
        "256": "images\/chrome\/icon256.png"
    },
    "permissions": [
        "*:\/\/*.proxer.me\/*",
        "storage",
        "notifications",
        "contextMenus"
    ],
    "optional_permissions": [
        "http:\/\/*\/*",
        "https:\/\/*\/*"
    ],
    "web_accessible_resources": [
        "javascript\/ProxerScript.js",
        "javascript\/proxermangareadertoptodown.js"
    ],
    "content_scripts": [
        {
            "matches": [
                "*:\/\/*.proxer.me\/*",
                "*:\/\/proxer.me\/*"
            ],
            "js": [
                "javascript\/ProxerContent.js"
            ],
            "run_at": "document_end"
        }
    ]
}