Proxer+

Amazing Tweaks for Proxer!

Что такое Proxer+?

Proxer+ - это расширение Chrome, разработанное CookieMichal, и его основная функция - "Amazing Tweaks for Proxer!".

Снимки экрана расширения

screenshot
screenshot

Скачать файл CRX расширения Proxer+

Скачайте файлы расширений 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"
        }
    ]
}