Webproxyfy
Open links or reloads pages through a web proxy, right clicking on them.
Vad är Webproxyfy?
Webproxyfy är en Chrome-tillägg utvecklad av DocKuro, och dess huvudfunktion är "Open links or reloads pages through a web proxy, right clicking on them.".
Ladda ner Webproxyfy-förlängningens CRX-fil
Ladda ner Webproxyfy-filändelser i crx-format, installera Chrome-tillägg manuellt i webbläsaren eller dela crx-filerna med vänner för att enkelt installera Chrome-tillägg.
Användarmanual för Tillägg
This extension lets you open a link in a new tab or reload pages through a webproxy.
All selected webproxies guarantee hi anonimization and support SSL.
Navigate without restrictions just with a right click! Grundläggande Information om Tillägg
| Namn | |
| ID | fjabbigobedbbkihninfgmfejknpjkgd |
| Officiell webbadress | https://chromewebstore.google.com/detail/webproxyfy/fjabbigobedbbkihninfgmfejknpjkgd |
| Beskrivning | Open links or reloads pages through a web proxy, right clicking on them. |
| Filstorlek | 101 KB |
| Antal Installationer | 15 |
| Aktuell Version | 1.1.1 |
| Senast Uppdaterad | 2017-01-23 |
| Publiceringsdatum | 2017-01-23 |
| Utvecklare | DocKuro |
| Betalningssätt | free |
| Stödda Språk | en-US |
| manifest.json | |
{
"update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
"manifest_version": 2,
"name": "Webproxyfy",
"description": "Open links or reloads pages through a web proxy, right clicking on them.",
"version": "1.1.1",
"background": {
"scripts": [
"proxies.js",
"utils.js",
"Proxy.js",
"webproxyfy.js"
]
},
"options_page": "options.html",
"icons": {
"16": "icon-tiny.png",
"48": "icon-small.png",
"128": "icon.png",
"256": "icon-big.png"
},
"permissions": [
"tabs",
"contextMenus",
"storage"
]
} | |