JoyReactor Improved - Post Minimizer
Returns the expanded long-post to a compact state.
JoyReactor Improved - Post Minimizer क्या है?
JoyReactor Improved - Post Minimizer melserval द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Returns the expanded long-post to a compact state."।
एक्सटेंशन स्क्रीनशॉट्स
एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें
crx प्रारूप में JoyReactor Improved - Post Minimizer एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।
एक्सटेंशन उपयोग निर्देश
This browser extension is for old.reactor.cc and joyreactor.cc. Allows you to collapse an open long post at any time. After expanding the post, it adds a button to the site, clicking on which will return the post to the minimized mode, and the page being viewed will return to the same (±) place where it was before the post was expanded. If the opening post is viewed to the end, the button will hide automatically. In the extension settings, you can specify the location of this button - to the left or right of the post.
एक्सटेंशन की मूल जानकारी
नाम | JoyReactor Improved - Post Minimizer |
ID | iogcolplgieloplkihhdcipapeggpfja |
आधिकारिक URL | https://chromewebstore.google.com/detail/joyreactor-improved-post/iogcolplgieloplkihhdcipapeggpfja |
विवरण | Returns the expanded long-post to a compact state. |
फ़ाइल का आकार | 14.29 KB |
स्थापना संख्या | 108 |
वर्तमान संस्करण | 1.1.0 |
अंतिम अपडेट | 2023-04-22 |
प्रकाशन तिथि | 2023-04-22 |
डेवलपर | melserval |
ईमेल | [email protected] |
भुगतान के प्रकार | free |
समर्थित भाषाएँ | en,ru,uk |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "default_locale": "en", "version": "1.1.0", "name": "__MSG_name__", "description": "__MSG_description__", "manifest_version": 3, "icons": { "128": "icons\/icon-128.png" }, "options_page": "options.html", "options_ui": { "page": "options.html", "title": "__MSG_options_window_title__" }, "permissions": [ "storage", "tabs" ], "background": { "service_worker": "background.js" }, "content_scripts": [ { "matches": [ "*:\/\/joyreactor.cc\/*", "*:\/\/*.reactor.cc\/*" ], "js": [ "content\/content.js" ] }, { "matches": [ "*:\/\/joyreactor.cc\/*" ], "css": [ "content\/joy.style.css" ] }, { "matches": [ "*:\/\/old.reactor.cc\/*" ], "css": [ "content\/old.style.css" ] } ], "web_accessible_resources": [ { "resources": [ "content\/img\/*.*" ], "matches": [ "*:\/\/joyreactor.cc\/*", "*:\/\/*.reactor.cc\/*" ] } ] } |