IP Unblock
IP Unblock vpn offers free, anonymous, secure, unlimited VPN services to unlock any website and internet service.
Vad är IP Unblock?
IP Unblock är en Chrome-tillägg utvecklad av Trellonet, och dess huvudfunktion är "IP Unblock vpn offers free, anonymous, secure, unlimited VPN services to unlock any website and internet service.".
Tilläggsskärmbilder
Ladda ner IP Unblock-förlängningens CRX-fil
Ladda ner IP Unblock-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
The Best Free VPN to Unblock websites and secure your traffic. Unblock sites and browse the web privately and securely. Grundläggande Information om Tillägg
| Namn | |
| ID | bgkiamkkbjmagecgpdeiikgolekmflka |
| Officiell webbadress | https://chromewebstore.google.com/detail/ip-unblock/bgkiamkkbjmagecgpdeiikgolekmflka |
| Beskrivning | IP Unblock vpn offers free, anonymous, secure, unlimited VPN services to unlock any website and internet service. |
| Filstorlek | 1.12 MB |
| Antal Installationer | 446 |
| Aktuell Version | 1.1.1 |
| Senast Uppdaterad | 2020-08-24 |
| Publiceringsdatum | 2020-06-30 |
| Betyg | 3.00/5 Totalt 2 Betyg |
| Utvecklare | Trellonet |
| E-post | [email protected] |
| Betalningssätt | free |
| Tilläggswebbplats | https://www.trellonet.com |
| Hjälpsida URL | https://www.trellonet.com |
| URL till Sekretesspolicy Sidan | https://www.trellonet.com/privacy.html |
| Stödda Språk | en |
| manifest.json | |
{
"update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
"name": "IP Unblock",
"version": "1.1.1",
"description": "IP Unblock vpn offers free, anonymous, secure, unlimited VPN services to unlock any website and internet service.",
"permissions": [
"http:\/\/*\/*",
"storage",
"proxy"
],
"background": {
"scripts": [
"static\/js\/background.js",
"static\/js\/jquery.min.js"
],
"persistent": true
},
"browser_action": {
"default_icon": "static\/img\/[email protected]",
"default_title": "IP Unblock",
"default_popup": "popup.html"
},
"icons": {
"16": "static\/img\/[email protected]",
"32": "static\/img\/[email protected]",
"48": "static\/img\/[email protected]",
"128": "static\/img\/[email protected]"
},
"manifest_version": 2
} | |