Savefrom Proxy

Savefrom Proxy

Savefrom Proxy क्या है?

Savefrom Proxy savefrom.proxy द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Savefrom Proxy"।

एक्सटेंशन स्क्रीनशॉट्स

screenshot
screenshot

एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें

crx प्रारूप में Savefrom Proxy एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।

एक्सटेंशन उपयोग निर्देश

                        Simple and fast, amazing proxy extension to unlock any site in the internet!

Just add the link you want to be opened in the list, and you'll get the access right the way!

==HOW TO USE SAVEFROM PROXY EXTENSION==

1. Install proxy extension through the Chrome Extension Store
2. Open settings 
3. Add the site you want to unlock in the list
4. Open your site and enjoy the content!
5. If you want to change the country of proxy, just click the arrow and then - the flag, it will switch the proxy.

Enjoy!                    

एक्सटेंशन की मूल जानकारी

नाम Savefrom Proxy Savefrom Proxy
ID dlhefmafpkkdljbphgnhinhljloiifnn
आधिकारिक URL https://chrome.google.com/webstore/detail/savefrom-proxy/dlhefmafpkkdljbphgnhinhljloiifnn
विवरण Savefrom Proxy
फ़ाइल का आकार 673 KB
स्थापना संख्या 998
वर्तमान संस्करण 0.4.2
अंतिम अपडेट 2021-02-10
प्रकाशन तिथि 2020-10-02
रेटिंग 4.89/5 कुल 9 रेटिंग्स
डेवलपर savefrom.proxy
ईमेल [email protected]
भुगतान के प्रकार free
समर्थित भाषाएँ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": " Savefrom Proxy",
    "version": "0.4.2",
    "description": " Savefrom Proxy",
    "manifest_version": 2,
    "permissions": [
        "storage",
        "tabs",
        "proxy",
        "webRequest",
        "webRequestBlocking",
        "http:\/\/51.91.68.55:443\/*",
        "https:\/\/www.google-analytics.com\/*",
        "https:\/\/cdnjs.cloudflare.com\/ajax\/libs\/flag-icon-css\/3.5.0\/css\/flag-icon.min.css",
        ""
    ],
    "background": {
        "scripts": [
            "background.js"
        ],
        "persistent": true
    },
    "browser_action": {
        "default_icon": {
            "16": "images\/sf_proxy_logo.png",
            "32": "images\/sf_proxy_logo.png",
            "48": "images\/sf_proxy_logo.png",
            "128": "images\/sf_proxy_logo.png"
        },
        "default_popup": "popup.html"
    },
    "icons": {
        "16": "images\/sf_proxy_logo.png",
        "32": "images\/sf_proxy_logo.png",
        "48": "images\/sf_proxy_logo.png",
        "128": "images\/sf_proxy_logo.png"
    },
    "content_scripts": [
        {
            "css": [
                "styles.css"
            ],
            "js": [
                "helper.js",
                "content.js"
            ],
            "matches": [
                ""
            ]
        }
    ],
    "web_accessible_resources": [
        "images\/down-arrow.svg",
        "images\/up-arrow.svg",
        "images\/sf_proxy_logo.png",
        "images\/on.png",
        "images\/off.png",
        "images\/menu.svg",
        "images\/report.svg",
        "images\/tick.svg",
        "images\/back-arrow.svg",
        "images\/empty-list.svg",
        "images\/close.svg",
        "images\/onboarding\/Screen-0.jpg",
        "images\/onboarding\/Screen-1.jpg",
        "images\/onboarding\/Screen-2.jpg",
        "images\/onboarding\/Screen-3.jpg",
        "images\/onboarding\/Screen-4.jpg",
        "images\/pin.jpg"
    ]
}