User-Agent Smart Switcher
Switch easily between platforms and browsers
ما هو User-Agent Smart Switcher؟
User-Agent Smart Switcher هو إضافة Chrome تم تطويرها بواسطة Sergei L، والميزة الرئيسية لها هي "Switch easily between platforms and browsers".
لقطات شاشة التمديد
تحميل ملف CRX للإضافة User-Agent Smart Switcher
قم بتنزيل ملفات الامتداد User-Agent Smart Switcher بتنسيق crx ، وقم بتثبيت الامتدادات يدويًا في متصفح Chrome ، أو شارك ملفات crx مع الأصدقاء لتثبيت الامتدادات بسهولة.
تعليمات استخدام التمديد
Support desktop and mobile browsers. Daily user agent strings updates, no need to update them manually. Source code: https://github.com/srgl/ua-smart-switcher Icons made by Freepik from www.flaticon.com is licensed by CC 3.0 BY.
معلومات أساسية عن التمديد
الاسم | |
ID | dgdmfclijcondkaobmpgbmibaaocfdpj |
عنوان URL الرسمي | https://chrome.google.com/webstore/detail/user-agent-smart-switcher/dgdmfclijcondkaobmpgbmibaaocfdpj |
الوصف | Switch easily between platforms and browsers |
حجم الملف | 16.19 KB |
عدد التثبيتات | 10,000 |
النسخة الحالية | 1.4.1 |
آخر تحديث | 2021-05-21 |
تاريخ النشر | 2020-03-16 |
تقييم | 4.86/5 مجموع تقييمات 57 |
المطور | Sergei L |
البريد الإلكتروني | [email protected] |
نوع الدفع | free |
موقع الإضافة | https://github.com/srgl/ua-smart-switcher |
عنوان صفحة المساعدة | https://github.com/srgl/ua-smart-switcher |
اللغات المدعومة | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "User-Agent Smart Switcher", "description": "Switch easily between platforms and browsers", "version": "1.4.1", "author": "Sergei L", "icons": { "128": "icon-128.png" }, "background": { "scripts": [ "background.js" ] }, "content_scripts": [ { "matches": [ "http:\/\/*\/*", "https:\/\/*\/*" ], "js": [ "client.js" ], "run_at": "document_start", "all_frames": true } ], "browser_action": { "default_popup": "popup.html", "default_icon": "icon-128.png" }, "manifest_version": 2, "permissions": [ "webRequest", "webRequestBlocking", "storage", " |