JoyReactor Improved - Post Minimizer

Returns the expanded long-post to a compact state.

Τι είναι το JoyReactor Improved - Post Minimizer;

Το JoyReactor Improved - Post Minimizer είναι ένα πρόσθετο Chrome που αναπτύχθηκε από τον melserval, και η κύρια λειτουργία του είναι "Returns the expanded long-post to a compact state.".

Στιγμιότυπα Επέκτασης

screenshot

Λήψη αρχείου CRX της επέκτασης JoyReactor Improved - Post Minimizer

Λήψη αρχείων επέκτασης JoyReactor Improved - Post Minimizer σε μορφή crx, εγκατάσταση των επεκτάσεων Chrome μη αυτόματα στον περιηγητή ή κοινοποίηση των αρχείων crx με φίλους για εύκολη εγκατάσταση των επεκτάσεων Chrome.

Οδηγίες Χρήσης της Επέκτασης

                        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 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\/*"
            ]
        }
    ]
}