UI Changer for Reddit
Enforce your preferred user interface.
什么是UI Changer for Reddit?
UI Changer for Reddit是由Andre Meri开发的Chrome扩展程序,该扩展的主要功能是“Enforce your preferred user interface.”。
扩展截图
下载UI Changer for Reddit扩展crx文件
下载UI Changer for Reddit扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。
扩展使用说明
Redirects all Reddit links to show one of the three interfaces that you choose. Also works on image, live and share links. Note: The notice you see about having access to your data on all reddit.com sites is automatically generated because the extension runs on every tab. It does NOT require your personal information to work properly.
扩展基本信息
名称 | UI Changer for Reddit |
ID | bfcldjodnnkndfccfjndmdlppfkmccgh |
官方URL | https://chromewebstore.google.com/detail/ui-changer-for-reddit/bfcldjodnnkndfccfjndmdlppfkmccgh |
简介 | Enforce your preferred user interface. |
文件大小 | 197 KB |
安装次数 | 3,000 |
当前版本 | 2.1.1 |
更新时间 | 2024-02-29 |
上架时间 | 2024-01-25 |
评分 | 4.79/5 共58次评分 |
开发者 | Andre Meri |
电子邮箱 | [email protected] |
付费类型 | free |
支持的语言 | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 3, "name": "UI Changer for Reddit", "description": "Enforce your preferred user interface.", "version": "2.1.1", "icons": { "128": "icon128.png" }, "action": { "default_popup": "popup.html" }, "background": { "service_worker": "background.js" }, "host_permissions": [ "*:\/\/*.reddit.com\/*" ], "permissions": [ "declarativeNetRequest" ], "declarative_net_request": { "rule_resources": [ { "id": "ruleset_1", "enabled": false, "path": "rules\/rules_1.json" }, { "id": "ruleset_2", "enabled": false, "path": "rules\/rules_2.json" }, { "id": "ruleset_3", "enabled": false, "path": "rules\/rules_3.json" } ] } } |