Fedora User Agent
Modifies your User-Agent string to contain the name of Fedora Linux distribution.
Fedora User Agent란 무엇입니까?
Fedora User Agent은(는) Unknown에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Modifies your User-Agent string to contain the name of Fedora Linux distribution."입니다.
확장 프로그램 스크린샷
Fedora User Agent 확장 프로그램 CRX 파일 다운로드
크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.
확장 프로그램 사용 설명서
Fedora User Agent extension will modify your User-Agent string in outgoing requests to contain the name of Linux based distribution Fedora. For the reasons why this extension is auto installed for you, please see https://bugzilla.redhat.com/1266569 . v0.0.0.7 - Bumped version only fox fixing the missing files in Web Store v0.0.0.6 - Modify the WebSocket requests and avoid multiple modifications of the UA by us v0.0.0.5 - Remove UA quirks for OneNote and Netflix v0.0.0.4 - Don't modify the User-Agent string for OneNote v0.0.0.3 - Extension does not work after the Netflix fix v0.0.0.2 - Don't modify the User-Agent string for Netflix
확장 프로그램 기본 정보
이름 | Fedora User Agent |
ID | hojggiaghnldpcknpbciehjcaoafceil |
공식 URL | https://chromewebstore.google.com/detail/fedora-user-agent/hojggiaghnldpcknpbciehjcaoafceil |
설명 | Modifies your User-Agent string to contain the name of Fedora Linux distribution. |
파일 크기 | 18.04 KB |
설치 횟수 | 11,302 |
현재 버전 | 0.0.0.7 |
최근 업데이트 | 2019-06-20 |
출시 날짜 | 2019-06-19 |
평점 | 3.16/5 총 169 개의 평점 |
개발자 | Unknown |
결제 유형 | free |
확장 프로그램 웹 사이트 | https://getfedora.org/ |
도움말 페이지 URL | https://github.com/tpopela/fedora-user-agent-chrome |
지원되는 언어 | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Fedora User Agent", "description": "Modifies your User-Agent string to contain the name of Fedora Linux distribution.", "version": "0.0.0.7", "permissions": [ "webRequest", "webRequestBlocking", "*:\/\/*\/*", "ws:\/\/*\/*", "wss:\/\/*\/*" ], "background": { "scripts": [ "background.js" ] }, "icons": { "48": "fedora_48.png", "128": "fedora_128.png" }, "manifest_version": 2, "author": "Tomas Popela, [email protected]" } |