Best Reddit Redirect
Only Reddit redirect extension you need. Easily toggle between old, new and i Reddit. Try it today!
Best Reddit Redirect क्या है?
Best Reddit Redirect kevin50jiang द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Only Reddit redirect extension you need. Easily toggle between old, new and i Reddit. Try it today!"।
एक्सटेंशन स्क्रीनशॉट्स
एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें
crx प्रारूप में Best Reddit Redirect एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।
एक्सटेंशन उपयोग निर्देश
Easily all Reddit visits towards the type of your choice! Choose and toggle between old.reddit.com, new.reddit.com, and i.reddit.com. Click on the extension button to toggle between websites. View the source code, or help contribute at: https://github.com/kevin51jiang/Best-Reddit-Redirect
एक्सटेंशन की मूल जानकारी
नाम | Best Reddit Redirect |
ID | jclhpbepnmagnghkmlhndajahfpimigm |
आधिकारिक URL | https://chromewebstore.google.com/detail/best-reddit-redirect/jclhpbepnmagnghkmlhndajahfpimigm |
विवरण | Only Reddit redirect extension you need. Easily toggle between old, new and i Reddit. Try it today! |
फ़ाइल का आकार | 21.19 KB |
स्थापना संख्या | 174 |
वर्तमान संस्करण | 0.3 |
अंतिम अपडेट | 2022-08-09 |
प्रकाशन तिथि | 2022-08-09 |
रेटिंग | 5.00/5 कुल 3 रेटिंग्स |
डेवलपर | kevin50jiang |
ईमेल | [email protected] |
भुगतान के प्रकार | free |
एक्सटेंशन वेबसाइट | https://github.com/kevin51jiang/Best-Reddit-Redirect |
समर्थित भाषाएँ | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Best Reddit Redirect", "description": "Only Reddit redirect extension you need. Easily toggle between old, new and i Reddit. Try it today!", "manifest_version": 3, "version": "0.3", "permissions": [ "declarativeNetRequest", "storage" ], "icons": { "16": "logo_16.png", "32": "logo_32.png", "48": "logo_48.png", "128": "logo.png" }, "host_permissions": [ "*:\/\/reddit.com\/*", "*:\/\/*.reddit.com\/*" ], "declarative_net_request": { "rule_resources": [ { "id": "i", "enabled": true, "path": "redirect_i.json" }, { "id": "old", "enabled": true, "path": "redirect_old.json" }, { "id": "new", "enabled": true, "path": "redirect_new.json" } ] }, "action": { "default_title": "Change redirect" }, "background": { "service_worker": "background.js" } } |