Reddit Smart Share
Simple sharing plugin for reddit.
Reddit Smart Share क्या है?
Reddit Smart Share ItsLennysFault द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Simple sharing plugin for reddit."।
एक्सटेंशन स्क्रीनशॉट्स
एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें
crx प्रारूप में Reddit Smart Share एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।
एक्सटेंशन उपयोग निर्देश
Simple extension to make it easier to share things from Reddit. All it does is add a small icon to the top left corner of any reddit video player with a link to the direct video URL.
एक्सटेंशन की मूल जानकारी
नाम | Reddit Smart Share |
ID | ldggeafbkacldageoihoigakolmgeekg |
आधिकारिक URL | https://chromewebstore.google.com/detail/reddit-smart-share/ldggeafbkacldageoihoigakolmgeekg |
विवरण | Simple sharing plugin for reddit. |
फ़ाइल का आकार | 14.88 KB |
स्थापना संख्या | 89 |
वर्तमान संस्करण | 0.0.1 |
अंतिम अपडेट | 2018-01-29 |
प्रकाशन तिथि | 2018-01-29 |
रेटिंग | 5.00/5 कुल 1 रेटिंग्स |
डेवलपर | ItsLennysFault |
ईमेल | [email protected] |
भुगतान के प्रकार | free |
एक्सटेंशन वेबसाइट | https://github.com/RedditSmartShare/RedditSmartShareChrome |
सहायता पृष्ठ URL | https://github.com/RedditSmartShare/RedditSmartShareChrome |
समर्थित भाषाएँ | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Reddit Smart Share", "version": "0.0.1", "manifest_version": 2, "description": "Simple sharing plugin for reddit.", "homepage_url": "https:\/\/github.com\/RedditSmartShare\/RedditSmartShareChrome", "icons": { "16": "icons\/icon16.png", "48": "icons\/icon48.png", "128": "icons\/icon128.png" }, "default_locale": "en", "background": { "scripts": [ "src\/bg\/background.js" ], "persistent": false }, "permissions": [ "https:\/\/www.reddit.com\/*" ], "content_scripts": [ { "matches": [ "https:\/\/www.reddit.com\/*" ], "css": [ "src\/inject\/inject.css" ] }, { "matches": [ "https:\/\/www.reddit.com\/*" ], "js": [ "src\/inject\/inject.js" ] } ], "web_accessible_resources": [ "icons\/*.png" ] } |