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 Extension Artisan द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "An essential reading assistant tool that ensures ad free and enjoyable reading experience"।

एक्सटेंशन स्क्रीनशॉट्स

screenshot
screenshot
screenshot

एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें

crx प्रारूप में Clean Reader - Read without distractions एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।

एक्सटेंशन उपयोग निर्देश

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