Open with FilterByPass
Open URL with anonymous proxy FilterByPass
Hvad er Open with FilterByPass?
Open with FilterByPass er en Chrome-udvidelse udviklet af ariel.neira, og dens hovedfunktion er "Open URL with anonymous proxy FilterByPass".
Udvidelsesskærmbilleder
Download Open with FilterByPass-udvidelses-CRX-fil
Download Open with FilterByPass-udvidelsesfiler i crx-format, installer Chrome-udvidelser manuelt i browseren eller del crx-filer med venner for nemt at installere Chrome-udvidelser.
Brugsanvisning til Udvidelsen
Open URL with proxy anonymous FilterByPass in new tab. Grundlæggende oplysninger om udvidelsen
| Navn | |
| ID | hollnpocfebaogdnonkegckmfnpehiim |
| Officiel URL | https://chrome.google.com/webstore/detail/open-with-filterbypass/hollnpocfebaogdnonkegckmfnpehiim |
| Beskrivelse | Open URL with anonymous proxy FilterByPass |
| Filstørrelse | 4.66 KB |
| Antal Installationer | 52 |
| Nuværende Version | 0.1 |
| Senest Opdateret | 2015-02-03 |
| Udgivelsesdato | 2015-02-03 |
| Udvikler | ariel.neira |
| Betalingsmetode | free |
| Understøttede Sprog | es-419 |
| manifest.json | |
{
"update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
"name": "Open with FilterByPass",
"description": "Open URL with anonymous proxy FilterByPass",
"version": "0.1",
"author": "[email protected]",
"permissions": [
"contextMenus",
"tabs"
],
"background": {
"scripts": [
"main.js"
]
},
"browser_action": {
"default_icon": "fbp.png",
"default_title": "Open current tab with FilterByPass"
},
"icons": {
"16": "fbp.png"
},
"manifest_version": 2
} | |