Reddit Squared
A reimaging of the reddit experience. Currently in Beta.
Reddit Squared क्या है?
Reddit Squared nick.ed.dale द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "A reimaging of the reddit experience. Currently in Beta."।
एक्सटेंशन स्क्रीनशॉट्स
एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें
crx प्रारूप में Reddit Squared एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।
एक्सटेंशन उपयोग निर्देश
A web app for reddit that completely redesigns the site. Best suited for Retina screens with ad-block plus. -Embeds pictures and videos. -Infinite scroll so you can just keep on keepin' on
एक्सटेंशन की मूल जानकारी
नाम | |
ID | anggmmdeliefkklpmkpeofepgnmkjohp |
आधिकारिक URL | https://chrome.google.com/webstore/detail/reddit-squared/anggmmdeliefkklpmkpeofepgnmkjohp |
विवरण | A reimaging of the reddit experience. Currently in Beta. |
फ़ाइल का आकार | 8.08 MB |
स्थापना संख्या | 23 |
वर्तमान संस्करण | 1.0 |
अंतिम अपडेट | 2014-06-17 |
प्रकाशन तिथि | 2014-06-17 |
रेटिंग | 5.00/5 कुल 1 रेटिंग्स |
डेवलपर | nick.ed.dale |
भुगतान के प्रकार | free |
समर्थित भाषाएँ | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "Reddit Squared", "description": "A reimaging of the reddit experience. Currently in Beta.", "version": "1.0", "icons": { "48": "icon48.png", "128": "icon128.png" }, "content_scripts": [ { "matches": [ "http:\/\/www.reddit.com\/*" ], "css": [ "mystyles.css" ], "js": [ "jquery-2.1.1.min.js", "myscript.js" ] } ], "web_accessible_resources": [ "img\/*jpg", "img\/*png" ] } |