Clean Reader - Read without distractions

An essential reading assistant tool that ensures ad free and enjoyable reading experience

Τι είναι το Clean Reader - Read without distractions;

Το Clean Reader - Read without distractions είναι ένα πρόσθετο Chrome που αναπτύχθηκε από τον Extension Artisan, και η κύρια λειτουργία του είναι "An essential reading assistant tool that ensures ad free and enjoyable reading experience".

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

screenshot
screenshot
screenshot

Λήψη αρχείου CRX της επέκτασης Clean Reader - Read without distractions

Λήψη αρχείων επέκτασης Clean Reader - Read without distractions σε μορφή crx, εγκατάσταση των επεκτάσεων Chrome μη αυτόματα στον περιηγητή ή κοινοποίηση των αρχείων crx με φίλους για εύκολη εγκατάσταση των επεκτάσεων Chrome.

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

                        This extension ensures the ad free and distraction free reading experience. Users can concentrate on reading without being distracted by annoying ads, popups and banners.

Main features:
- Creates the Ad free, distraction free a clean article or blog post
- Users can configure text such as font family, font size and alignment
- Both Light and dark theme are supported based on the users preference
- Offers text highlighting with different colours
- Clean User interface and Typography
- We are working on bringing some exciting features in upcoming days

Privacy Policy URL: https://extensionartisan.github.io/cr-homepage/privacy-policy.html

#CleanReader #AddFree #Reader #PageReader                    

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

Όνομα Clean Reader - Read without distractions Clean Reader - Read without distractions
ID cfgmcamlcehdcoegmngjofiafnglhkgo
Επίσημο URL https://chromewebstore.google.com/detail/clean-reader-read-without/cfgmcamlcehdcoegmngjofiafnglhkgo
Περιγραφή An essential reading assistant tool that ensures ad free and enjoyable reading experience
Μέγεθος Αρχείου 93.9 KB
Αριθμός Εγκαταστάσεων 116
Τρέχουσα Έκδοση 1.0.1
Τελευταία Ενημέρωση 2023-09-06
Ημερομηνία Δημοσίευσης 2023-07-05
Αξιολόγηση 4.00/5 Συνολικά 2 Αξιολογήσεις
Προγραμματιστής Extension Artisan
Ηλεκτρονικό ταχυδρομείο [email protected]
Τύπος Πληρωμής free
Ιστότοπος Επέκτασης https://extensionartisan.github.io/cr-homepage/
Υποστηριζόμενες Γλώσσες en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "name": "Clean Reader - Read without distractions",
    "description": "An essential reading assistant tool that ensures ad free and enjoyable reading experience",
    "version": "1.0.1",
    "author": "Extension Artisan",
    "icons": {
        "16": "images\/icons\/16.png",
        "32": "images\/icons\/32.png",
        "48": "images\/icons\/48.png",
        "64": "images\/icons\/64.png",
        "128": "images\/icons\/128.png",
        "256": "images\/icons\/256.png"
    },
    "background": {
        "service_worker": "background.js"
    },
    "action": [],
    "host_permissions": [
        ""
    ],
    "permissions": [
        "scripting",
        "activeTab"
    ],
    "web_accessible_resources": [
        {
            "resources": [
                "\/article-template.html",
                "\/images\/icons\/ui-icons\/*",
                "\/js\/reader.js",
                "\/vendors\/highlight\/highlight.js",
                "\/vendors\/highlight\/highlight.css",
                "\/vendors\/highlight\/highlight-dracula.css",
                "\/css\/injectable.css",
                "\/images\/icons\/ui-icons\/align-center.png"
            ],
            "matches": [
                "*:\/\/*\/*"
            ]
        }
    ]
}