VU campus access
This extension will give you access to the VU campus (e-journals, e-books, online articles and more).
What is VU campus access?
VU campus access is a Chrome extension developed by Ersin Topuz, and its main feature is "This extension will give you access to the VU campus (e-journals, e-books, online articles and more).".
Extension Screenshots
Download VU campus access Extension CRX File
Download VU campus access 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 will give you access to the VU campus (e-journals, e-books, online articles and more). This extension has three modes: off, auto and tab mode. Simply switch between the the different modes by clicking the VU icon. Auto mode works as a little firewall, while tab mode works with a redirect for the current tab only. In off mode you have full control over the redirection (just by right-clicking on the page).
Extension Basic Information
Name | VU campus access |
ID | ebbcjmbnjahkdkeoeccnaiplmmljblha |
Official URL | https://chromewebstore.google.com/detail/vu-campus-access/ebbcjmbnjahkdkeoeccnaiplmmljblha |
Description | This extension will give you access to the VU campus (e-journals, e-books, online articles and more). |
File Size | 18.45 KB |
Installation Count | 69 |
Current Version | 2.0 |
Last Updated | 2018-04-24 |
Publish Date | 2018-04-24 |
Rating | 5.00/5 Total 1 Ratings |
Developer | Ersin Topuz |
[email protected] | |
Payment Type | free |
Supported Languages | nl |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "VU campus access", "description": "This extension will give you access to the VU campus (e-journals, e-books, online articles and more).", "author": "Ersin Topuz", "version": "2.0", "icons": { "128": "vu_128.png", "48": "vu_48.png", "16": "vu_16.png" }, "browser_action": { "default_icon": "vu_128.png" }, "background": { "scripts": [ "vu.js" ] }, "permissions": [ "tabs", "contextMenus", "webRequest", "webRequestBlocking", "http:\/\/*\/*", "https:\/\/*\/*" ] } |