Always Old Reddit
Redirect all reddit pages to old.reddit
Always Old Reddit क्या है?
Always Old Reddit tkrome द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Redirect all reddit pages to old.reddit"।
एक्सटेंशन स्क्रीनशॉट्स
एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें
crx प्रारूप में Always Old Reddit एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।
एक्सटेंशन उपयोग निर्देश
Tired of the reddit defaulting to the new layout when changing accounts/in incognito? This extension redirects all reddit.com URLs to old.reddit.com. Code available at https://github.com/tkrome/OldReddit Icon made by Smashicons from www.flaticon.com is licensed by CC 3.0 BY
एक्सटेंशन की मूल जानकारी
नाम | Always Old Reddit |
ID | aaalibmmnojbnlcaanlofnmaclldefii |
आधिकारिक URL | https://chromewebstore.google.com/detail/always-old-reddit/aaalibmmnojbnlcaanlofnmaclldefii |
विवरण | Redirect all reddit pages to old.reddit |
फ़ाइल का आकार | 5.84 KB |
स्थापना संख्या | 28 |
वर्तमान संस्करण | 1.0 |
अंतिम अपडेट | 2018-05-08 |
प्रकाशन तिथि | 2018-05-08 |
रेटिंग | 5.00/5 कुल 2 रेटिंग्स |
डेवलपर | tkrome |
ईमेल | [email protected] |
भुगतान के प्रकार | free |
एक्सटेंशन वेबसाइट | https://github.com/tkrome/OldReddit |
समर्थित भाषाएँ | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Always Old Reddit", "description": "Redirect all reddit pages to old.reddit", "version": "1.0", "manifest_version": 2, "background": { "scripts": [ "background.js" ] }, "icons": { "128": "icon128.png" }, "permissions": [ "webRequest", "*:\/\/www.reddit.com\/*", "*:\/\/reddit.com\/*", "webRequestBlocking" ] } |