Random Proxy Switcher
Cycles between proxies randomly every 60 seconds.
Vad är Random Proxy Switcher?
Random Proxy Switcher är en Chrome-tillägg utvecklad av webrobots, och dess huvudfunktion är "Cycles between proxies randomly every 60 seconds.".
Tilläggsskärmbilder
Ladda ner Random Proxy Switcher-förlängningens CRX-fil
Ladda ner Random Proxy Switcher-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 allows user to enter up to 4 proxy servers and randomly hop through them every 60s while extension is open. This extension has a really simple interface for no-frills configuration. Grundläggande Information om Tillägg
| Namn | |
| ID | kdmdbahkimnclcmnppaagnnnpdjfggbb |
| Officiell webbadress | https://chromewebstore.google.com/detail/random-proxy-switcher/kdmdbahkimnclcmnppaagnnnpdjfggbb |
| Beskrivning | Cycles between proxies randomly every 60 seconds. |
| Filstorlek | 263 KB |
| Antal Installationer | 1,749 |
| Aktuell Version | 0.0.2 |
| Senast Uppdaterad | 2014-10-24 |
| Publiceringsdatum | 2014-10-24 |
| Betyg | 4.33/5 Totalt 12 Betyg |
| Utvecklare | webrobots |
| E-post | [email protected] |
| Betalningssätt | free |
| Tilläggswebbplats | http://werobots.io |
| URL till Sekretesspolicy Sidan | https://webrobots.io/privacy-policy |
| Stödda Språk | en |
| manifest.json | |
{
"update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
"manifest_version": 2,
"name": "Random Proxy Switcher",
"description": "Cycles between proxies randomly every 60 seconds.",
"version": "0.0.2",
"browser_action": {
"default_icon": "icon16.png"
},
"icons": {
"16": "icon16.png",
"48": "icon48.png",
"128": "icon128.png"
},
"permissions": [
"proxy"
],
"background": {
"scripts": [
"background.js"
]
},
"content_security_policy": "script-src 'self' https:\/\/stats.g.doubleclick.net; object-src 'self'"
} | |