Http User-Agent Switcher
Http User-Agent Switcher extension adds a menu on web page and a toolbar button to switch between user-agents on Chrome.
什麼是Http User-Agent Switcher?
Http User-Agent Switcher是由OpenAdminTools.com開發的Chrome擴展程式,該擴展的主要功能是“Http User-Agent Switcher extension adds a menu on web page and a toolbar button to switch between user-agents on Chrome.”。
擴展截圖
下載Http User-Agent Switcher擴展crx文件
下載Http User-Agent Switcher擴展crx格式的文件,手動將Chrome擴充功能安裝到瀏覽器中,也可以將crx文件分享給朋友,輕鬆安裝Chrome擴充功能。
擴展使用說明
Http User-Agent Switcher extension adds a menu on web page and a toolbar button to switch between user-agents on Chrome.
You can also add your own custom User-Agents if you don't find what you are looking for. 擴展基本資訊
| 名稱 | |
| ID | dalfpgoflklogpfibbjelegbgfamlhof |
| 官方網址 | https://chromewebstore.google.com/detail/http-user-agent-switcher/dalfpgoflklogpfibbjelegbgfamlhof |
| 簡介 | Http User-Agent Switcher extension adds a menu on web page and a toolbar button to switch between user-agents on Chrome. |
| 檔案大小 | 172 KB |
| 安裝次數 | 3,592 |
| 目前版本 | 2.0.1 |
| 更新時間 | 2022-06-21 |
| 上架時間 | 2019-08-05 |
| 評分 | 4.35/5 共 49 次評分 |
| 開發者 | OpenAdminTools.com |
| 電子郵箱 | [email protected] |
| 付費類型 | free |
| 擴展官網 | https://www.openadmintools.com |
| 說明頁面URL | https://app.openadmintools.com |
| 支援的語言 | en,zh-CN,zh-TW |
| manifest.json | |
{
"update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
"name": "Http User-Agent Switcher",
"short_name": "Http User-Agent Switcher",
"version": "2.0.1",
"manifest_version": 2,
"permissions": [
"http:\/\/*\/*",
"https:\/\/*\/*",
"contextMenus",
"webRequest",
"webRequestBlocking"
],
"default_locale": "en",
"browser_action": {
"default_icon": {
"19": "image\/logo-19.png",
"38": "image\/logo-38.png"
},
"default_title": "Http User-Agent Switcher",
"default_popup": "popup.html"
},
"description": "__MSG_UAExtDesc__",
"background": {
"scripts": [
"js\/settings.js",
"js\/public.js",
"js\/background.js"
]
},
"options_page": "options.html",
"content_scripts": [
{
"js": [
"js\/content.js"
],
"matches": [
"*:\/\/*\/*"
],
"run_at": "document_start"
}
],
"web_accessible_resources": [
"js\/content.js"
],
"icons": {
"32": "image\/logo-32.png",
"48": "image\/logo-48.png",
"64": "image\/logo-64.png",
"128": "image\/logo-128.png"
}
} | |