Agentium: User agent switcher
Control the user agent identity reported by your browser.
什麼是Agentium: User agent switcher?
Agentium: User agent switcher是由Chuan Ji開發的Chrome擴展程式,該擴展的主要功能是“Control the user agent identity reported by your browser.”。
擴展截圖
下載Agentium: User agent switcher擴展crx文件
下載Agentium: User agent switcher擴展crx格式的文件,手動將Chrome擴充功能安裝到瀏覽器中,也可以將crx文件分享給朋友,輕鬆安裝Chrome擴充功能。
擴展使用說明
Agentium is an extension for controlling the user agent identity reported by your browser, allowing you for instance to view the mobile version of a website on your computer. Highlights: - Quickly select user agent identity from a default list of popular browsers - Add your own custom user agent identities - Simple & clean UI This is open-source software distributed under the Apache 2.0 License. Please feel free to fork & contribute at https://github.com/jichu4n/agentium.
擴展基本資訊
名稱 | Agentium: User agent switcher |
ID | kabejgcoafnliefbhejpfahdecimjcje |
官方網址 | https://chromewebstore.google.com/detail/agentium-user-agent-switc/kabejgcoafnliefbhejpfahdecimjcje |
簡介 | Control the user agent identity reported by your browser. |
檔案大小 | 1.22 MB |
安裝次數 | 8,461 |
目前版本 | 0.1.1 |
更新時間 | 2018-11-10 |
上架時間 | 2018-11-05 |
評分 | 5.00/5 共 4 次評分 |
開發者 | Chuan Ji |
付費類型 | free |
擴展官網 | https://github.com/jichu4n/agentium |
支援的語言 | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "Agentium: User agent switcher", "short_name": "Agentium", "author": "Chuan Ji", "version": "0.1.1", "description": "Control the user agent identity reported by your browser.", "homepage_url": "https:\/\/github.com\/jichu4n\/agentium", "icons": { "32": "icon-32.png", "128": "icon-128.png" }, "browser_action": { "default_icon": { "32": "icon-32.png", "40": "icon-40.png" }, "default_title": "Agentium", "default_popup": "popup.html" }, "background": { "page": "background.html", "persistent": true }, "options_page": "options.html", "options_ui": { "page": "options.html" }, "permissions": [ "contextMenus", "storage", "webRequest", "webRequestBlocking", "http:\/\/*\/*", "https:\/\/*\/*" ], "applications": { "gecko": { "id": "{23b8c629-e439-4cc6-a694-31f5dd918aff}" } } } |