Proxer+
Amazing Tweaks for Proxer!
What is Proxer+?
Proxer+ is a Chrome extension developed by CookieMichal, and its main feature is "Amazing Tweaks for Proxer!".
Extension Screenshots
Download Proxer+ Extension CRX File
Download Proxer+ extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.
Extension Usage Instructions
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
Extension Basic Information
Name | |
ID | icccalcipbambehbcaikekjokfbhpnko |
Official URL | https://chromewebstore.google.com/detail/proxer+/icccalcipbambehbcaikekjokfbhpnko |
Description | Amazing Tweaks for Proxer! |
File Size | 42.66 KB |
Installation Count | 34 |
Current Version | 1.7.2 |
Last Updated | 2016-02-20 |
Publish Date | 2016-02-20 |
Rating | 5.00/5 Total 10 Ratings |
Developer | CookieMichal |
Payment Type | free |
Supported Languages | 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" } ] } |