Google Country Switch by SearchRank.io
Change the targetted country for your Google search query by selecting a country.
Google Country Switch by SearchRank.io क्या है?
Google Country Switch by SearchRank.io https://c9solutions.io द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Change the targetted country for your Google search query by selecting a country."।
एक्सटेंशन स्क्रीनशॉट्स
एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें
crx प्रारूप में Google Country Switch by SearchRank.io एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।
एक्सटेंशन उपयोग निर्देश
Easily switch your targeted country for your Google search with Google Country Switch. While on a Google search result page simply click on the Google Country Switch icon and select your targeted country.
एक्सटेंशन की मूल जानकारी
नाम | |
ID | nehmoddhjihmbikfoejbldhjlpcmclec |
आधिकारिक URL | https://chromewebstore.google.com/detail/google-country-switch-by/nehmoddhjihmbikfoejbldhjlpcmclec |
विवरण | Change the targetted country for your Google search query by selecting a country. |
फ़ाइल का आकार | 70.82 KB |
स्थापना संख्या | 506 |
वर्तमान संस्करण | 1.0 |
अंतिम अपडेट | 2019-04-27 |
प्रकाशन तिथि | 2019-04-27 |
रेटिंग | 2.75/5 कुल 4 रेटिंग्स |
डेवलपर | https://c9solutions.io |
भुगतान के प्रकार | free |
एक्सटेंशन वेबसाइट | https://c9solutions.io |
गोपनीयता नीति पृष्ठ URL | https://peopleforce.io/privacy-policy |
समर्थित भाषाएँ | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Google Country Switch by SearchRank.io", "short_name": "Google Country Switcher", "version": "1.0", "manifest_version": 2, "homepage_url": "https:\/\/searchrank.io", "background": { "scripts": [ "popup.js" ] }, "permissions": [ "activeTab" ], "description": "Change the targetted country for your Google search query by selecting a country.", "browser_action": { "default_icon": "googleswitcher-32x32.png", "default_popup": "popup.html" }, "icons": { "16": "googleswitcher-16x16.png", "32": "googleswitcher-32x32.png", "64": "googleswitcher-64x64.png", "128": "googleswitcher-128x128.png" } } |