Feed Proxy

The Proxy & User-Agent Switcher extension helps to do geolocation-testing and mobile device-testing of any websites.

Τι είναι το Feed Proxy;

Το Feed Proxy είναι ένα πρόσθετο Chrome που αναπτύχθηκε από τον D09r, και η κύρια λειτουργία του είναι "The Proxy & User-Agent Switcher extension helps to do geolocation-testing and mobile device-testing of any websites.".

Στιγμιότυπα Επέκτασης

screenshot
screenshot
screenshot
screenshot
screenshot

Λήψη αρχείου CRX της επέκτασης Feed Proxy

Λήψη αρχείων επέκτασης Feed Proxy σε μορφή crx, εγκατάσταση των επεκτάσεων Chrome μη αυτόματα στον περιηγητή ή κοινοποίηση των αρχείων crx με φίλους για εύκολη εγκατάσταση των επεκτάσεων Chrome.

Οδηγίες Χρήσης της Επέκτασης

                        If you're an user: Feed Proxy browser extension allows you to switch between many countries proxy servers in a click to watch or visit the geo-blocked contents.

If you're a developer or tester: Feed Proxy browser extension allows you to do your geo testing effectively, and quickly. You can quickly switch between countries proxy servers in a click.

Please, write your valuable review to enhance this extension and share with your colleagues and friends if you find this extension is helpful.

Also, take a look at my other extensions for Chrome, Edge and Firefox browsers.

Chrome: https://chrome.google.com/webstore/search/d09r
Microsoft Edge: https://microsoftedge.microsoft.com/addons/detail/fnhijfcdiaaafpgmnnfhcjbbjjeiciij
Firefox: https://addons.mozilla.org/firefox/user/D09r/

#d09r                    

Βασικές Πληροφορίες Επέκτασης

Όνομα Feed Proxy Feed Proxy
ID ehfljgbbpjgcfondpjcmbfmmpnhchfkg
Επίσημο URL https://chromewebstore.google.com/detail/feed-proxy/ehfljgbbpjgcfondpjcmbfmmpnhchfkg
Περιγραφή The Proxy & User-Agent Switcher extension helps to do geolocation-testing and mobile device-testing of any websites.
Μέγεθος Αρχείου 274 KB
Αριθμός Εγκαταστάσεων 591
Τρέχουσα Έκδοση 3.0
Τελευταία Ενημέρωση 2020-07-24
Ημερομηνία Δημοσίευσης 2019-09-21
Αξιολόγηση 3.17/5 Συνολικά 6 Αξιολογήσεις
Προγραμματιστής D09r
Ηλεκτρονικό ταχυδρομείο [email protected]
Τύπος Πληρωμής free
Ιστότοπος Επέκτασης https://feedproxy.tumblr.com
Διεύθυνση URL της Σελίδας Βοήθειας https://chrome.google.com/webstore/detail/ehfljgbbpjgcfondpjcmbfmmpnhchfkg/support
URL της Σελίδας Πολιτικής Απορρήτου https://feedproxy.tumblr.com/privacy-policy
Υποστηριζόμενες Γλώσσες de,en,fr,ru,ar,zh-CN
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "__MSG_extName__",
    "version": "3.0",
    "description": "__MSG_extDescription__",
    "short_name": "free proxy",
    "default_locale": "en",
    "options_page": "proxy-settings.html",
    "incognito": "spanning",
    "browser_action": {
        "default_icon": "img\/fi\/proxy64.png",
        "default_title": "Proxy & User-Agent switcher",
        "default_popup": "popup.html"
    },
    "background": {
        "page": "bg.html",
        "persistent": true
    },
    "icons": {
        "16": "img\/fi\/proxy16.png",
        "32": "img\/fi\/proxy32.png",
        "48": "img\/fi\/proxy48.png",
        "64": "img\/fi\/proxy64.png",
        "128": "img\/fi\/proxy128.png",
        "512": "img\/fi\/proxy512.png"
    },
    "author": "d09r",
    "homepage_url": "https:\/\/d09r.github.io\/proxy-user-agent-switcher\/",
    "permissions": [
        "proxy",
        "background",
        "storage",
        "contextMenus",
        "webRequest",
        "webRequestBlocking",
        "",
        "notifications"
    ],
    "content_security_policy": "script-src 'self' https:\/\/ssl.google-analytics.com; object-src 'self'"
}