UI Changer for Reddit
Enforce your preferred user interface.
UI Changer for Reddit क्या है?
UI Changer for Reddit Andre Meri द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Enforce your preferred user interface."।
एक्सटेंशन स्क्रीनशॉट्स
एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें
crx प्रारूप में UI Changer for Reddit एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।
एक्सटेंशन उपयोग निर्देश
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" } ] } } |