Feed Proxy

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

Feed Proxy란 무엇입니까?

Feed Proxy은(는) D09r에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "The Proxy & User-Agent Switcher extension helps to do geolocation-testing and mobile device-testing of any websites."입니다.

확장 프로그램 스크린샷

screenshot
screenshot
screenshot
screenshot
screenshot

Feed Proxy 확장 프로그램 CRX 파일 다운로드

크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.

확장 프로그램 사용 설명서

                        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'"
}