Proxer+

Amazing Tweaks for Proxer!

Apa itu Proxer+?

Proxer+ adalah ekstensi Chrome yang dikembangkan oleh CookieMichal, dan fitur utamanya adalah "Amazing Tweaks for Proxer!".

Screenshot Ekstensi

screenshot
screenshot

Unduh Berkas CRX Ekstensi Proxer+

Unduh file ekstensi Proxer+ dalam format crx, pasang ekstensi Chrome secara manual di peramban, atau bagikan file crx dengan teman untuk menginstal ekstensi Chrome dengan mudah.

Petunjuk Penggunaan Ekstensi

                        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                    

Informasi Dasar Ekstensi

Nama Proxer+ Proxer+
ID icccalcipbambehbcaikekjokfbhpnko
URL Resmi https://chromewebstore.google.com/detail/proxer+/icccalcipbambehbcaikekjokfbhpnko
Deskripsi Amazing Tweaks for Proxer!
Ukuran File 42.66 KB
Jumlah Instalasi 34
Versi Saat Ini 1.7.2
Terakhir Diperbarui 2016-02-20
Tanggal Publikasi 2016-02-20
Penilaian 5.00/5 Total 10 Penilaian
Pengembang CookieMichal
Tipe Pembayaran free
Bahasa yang Didukung 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"
        }
    ]
}