Goodreads Review Shield for Authors

Goodreads for Authors to protect their mental health that hides ratings and low reviews.

Τι είναι το Goodreads Review Shield for Authors;

Το Goodreads Review Shield for Authors είναι ένα πρόσθετο Chrome που αναπτύχθηκε από τον kopptech, και η κύρια λειτουργία του είναι "Goodreads for Authors to protect their mental health that hides ratings and low reviews.".

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

screenshot
screenshot
screenshot
screenshot
screenshot

Λήψη αρχείου CRX της επέκτασης Goodreads Review Shield for Authors

Λήψη αρχείων επέκτασης Goodreads Review Shield for Authors σε μορφή crx, εγκατάσταση των επεκτάσεων Chrome μη αυτόματα στον περιηγητή ή κοινοποίηση των αρχείων crx με φίλους για εύκολη εγκατάσταση των επεκτάσεων Chrome.

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

                        This plugin was made for authors who would like to use Goodreads but not at the cost of their mental health. 

When enabled in the NEW Goodreads theme (as shown in screenshots 1-3) it automatically sorts your reviews to 5* and most recent.

If you're still on the OLD theme, you can try opening an incognito window and paste the link to your book. There's a high chance it will be the new theme (might take a few tries), just make sure to enable the extension to work with private browsers first AND once you get the new theme you have to reload the page once for the sorting to adjust.

In the new theme it immediately hides: 

1. Star ratings on all pages, including individual book pages and author profile.
2. Number ratings on book pages and author profile.
3. Ratings graph below Community Reviews on book pages. 
4. Social ratings on the book pages. 
5. All reviews that are not set as 5* on book pages.
6. Average number rating on the Author Dashboard.

It does NOT hide: 

1. Currently Reading and Want to Read numbers. You can still see them above the About the Author portion, or on your Author Dashboard. 
2. If you or your mutual friends rated and/or reviewed a book. 
3. You can still see all ratings information if you click on Book statistics without turning off the plugin. 

When enabled in the OLD Goodreads theme (as shown in screenshots 4-5) it:

1. Automatically hides ALL ratings and reviews except ones you write as there is no way to auto-sort or hide only the lower ratings (sorry!). 

2. Also hides sort controls to avoid seeing the numbers of low star reviews. 

You can still see your currently reading and want to read numbers if you click on Author Dashboard under Your Books (all star and # ratings are hidden so there's no risk).                    

Βασικές Πληροφορίες Επέκτασης

Όνομα Goodreads Review Shield for Authors Goodreads Review Shield for Authors
ID gbgikggnnjnaoijehochipfjbinjehcc
Επίσημο URL https://chromewebstore.google.com/detail/goodreads-review-shield-f/gbgikggnnjnaoijehochipfjbinjehcc
Περιγραφή Goodreads for Authors to protect their mental health that hides ratings and low reviews.
Μέγεθος Αρχείου 38.88 KB
Αριθμός Εγκαταστάσεων 218
Τρέχουσα Έκδοση 1.0.1
Τελευταία Ενημέρωση 2022-10-06
Ημερομηνία Δημοσίευσης 2022-09-12
Αξιολόγηση 5.00/5 Συνολικά 1 Αξιολογήσεις
Προγραμματιστής kopptech
Ηλεκτρονικό ταχυδρομείο [email protected]
Τύπος Πληρωμής free
Υποστηριζόμενες Γλώσσες en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "name": "Goodreads Review Shield for Authors",
    "description": "Goodreads for Authors to protect their mental health that hides ratings and low reviews.",
    "version": "1.0.1",
    "action": {
        "default_icon": "images\/icon64.png",
        "default_popup": "options.html"
    },
    "icons": {
        "16": "images\/icon16.png",
        "32": "images\/icon32.png",
        "64": "images\/icon64.png",
        "128": "images\/icon128.png"
    },
    "options_page": "options.html",
    "content_scripts": [
        {
            "matches": [
                "*:\/\/*.goodreads.com\/*"
            ],
            "js": [
                "js\/common.js",
                "js\/goodreads.js"
            ],
            "css": [
                "css\/goodreads.css"
            ]
        }
    ],
    "permissions": [
        "storage"
    ]
}