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 هو إضافة Chrome تم تطويرها بواسطة https://c9solutions.io، والميزة الرئيسية لها هي "Change the targetted country for your Google search query by selecting a country.".
لقطات شاشة التمديد
تحميل ملف CRX للإضافة Google Country Switch by SearchRank.io
قم بتنزيل ملفات الامتداد Google Country Switch by SearchRank.io بتنسيق crx ، وقم بتثبيت الامتدادات يدويًا في متصفح Chrome ، أو شارك ملفات 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 |
عنوان صفحة سياسة الخصوصية | 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" } } |