Feed Proxy
The Proxy & User-Agent Switcher extension helps to do geolocation-testing and mobile device-testing of any websites.
Feed Proxy là gì?
Feed Proxy là một tiện ích mở rộng Chrome được phát triển bởi D09r, và tính năng chính của nó là "The Proxy & User-Agent Switcher extension helps to do geolocation-testing and mobile device-testing of any websites.".
Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng
Tải xuống tệp CRX của tiện ích mở rộng Feed Proxy
Tải xuống các tệp mở rộng Feed Proxy dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.
Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng
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
Thông Tin Cơ Bản về Tiện Ích Mở Rộng
Tên | Feed Proxy |
ID | ehfljgbbpjgcfondpjcmbfmmpnhchfkg |
URL Chính Thức | https://chromewebstore.google.com/detail/feed-proxy/ehfljgbbpjgcfondpjcmbfmmpnhchfkg |
Mô tả | The Proxy & User-Agent Switcher extension helps to do geolocation-testing and mobile device-testing of any websites. |
Kích Thước Tệp | 274 KB |
Số Lần Cài Đặt | 591 |
Phiên Bản Hiện Tại | 3.0 |
Cập Nhật Lần Cuối | 2020-07-24 |
Ngày Phát Hành | 2019-09-21 |
Đánh Giá | 3.17/5 Tổng số 6 Đánh Giá |
Nhà Phát Triển | D09r |
[email protected] | |
Loại Thanh Toán | free |
Trang Web Mở Rộng | https://feedproxy.tumblr.com |
URL Trang Trợ Giúp | https://chrome.google.com/webstore/detail/ehfljgbbpjgcfondpjcmbfmmpnhchfkg/support |
URL Trang Chính Sách Bảo Mật | https://feedproxy.tumblr.com/privacy-policy |
Ngôn Ngữ Được Hỗ Trợ | 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", " |