Medium Breaker

JailBreak Medium Articles for Free!!! Unlock Medium Articles and Seamlessly access premium content on Medium without any barriers.

Τι είναι το Medium Breaker;

Το Medium Breaker είναι ένα πρόσθετο Chrome που αναπτύχθηκε από τον Debaditya Banerji, και η κύρια λειτουργία του είναι "JailBreak Medium Articles for Free!!! Unlock Medium Articles and Seamlessly access premium content on Medium without any barriers.".

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

screenshot
screenshot

Λήψη αρχείου CRX της επέκτασης Medium Breaker

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

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

                        🚀 Medium Breaker: Break Past Your Limits🚀


Picture this – you stumble upon a captivating Medium article, you read and read and ---- a paywall blocks your path. It feels FRUSTRATING, we know. Fear not! Our Chrome extension gracefully steps in, unlocking premium content without a hitch. It's like having a backstage pass to the world of knowledge. So, why settle for limits when you can break free with Medium Breaker? Dive into a universe of unbounded stories and let your curiosity roam!

What we currently offer:

📖 Read Beyond Limits: Break free from paywalls and unlock the full potential of Medium articles at the click of a button!

🚫 No Medium Login Required: Break any article without the need to log in to Medium. Unlock the world of knowledge hassle-free!

🌟 Seamless UI Experience: Read the articles without compromising any UI features. We value that medium's user Interface is attractive, settling for any other UI will hinder the reading experience. So you get the article in the exact environment of medium.

🌐 Global Access: Connect with content from around the world without limitations. Embrace a borderless reading experience.

Ready to embark on a limitless reading adventure? Install FreeFlow Medium Access now and let the words flow freely! 🚀📚


How it works?
Just 3 steps: Install, Find and BREAK!!!

Install: Install the extension from chrome Web Store.
Find: Find any medium articles with member-only tag and paywalled.
Break: Right Click on any part of the page, click "Break this article" and BOOM your article is broken out of paywall!

Don't believe? Why not see for yourself?

(**Some articles, especially those published just a few hours ago or the day before, may not be breakable immediately. In such cases, wait for a few hours and then retry.)                    

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

Όνομα Medium Breaker Medium Breaker
ID dccgbfmnbbbaeehljeepffepbdeipjpp
Επίσημο URL https://chromewebstore.google.com/detail/medium-breaker/dccgbfmnbbbaeehljeepffepbdeipjpp
Περιγραφή JailBreak Medium Articles for Free!!! Unlock Medium Articles and Seamlessly access premium content on Medium without any barriers.
Μέγεθος Αρχείου 133 KB
Αριθμός Εγκαταστάσεων 242
Τρέχουσα Έκδοση 1.0
Τελευταία Ενημέρωση 2024-01-01
Ημερομηνία Δημοσίευσης 2024-01-01
Αξιολόγηση 5.00/5 Συνολικά 6 Αξιολογήσεις
Προγραμματιστής Debaditya Banerji
Ηλεκτρονικό ταχυδρομείο [email protected]
Τύπος Πληρωμής free
Υποστηριζόμενες Γλώσσες en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "name": "Medium Breaker",
    "version": "1.0",
    "description": "JailBreak Medium Articles for Free!!! Unlock Medium Articles and Seamlessly access premium content on Medium without any barriers.",
    "permissions": [
        "declarativeNetRequest",
        "tabs",
        "activeTab",
        "contextMenus"
    ],
    "icons": {
        "36": "icons3\/icon36.png",
        "96": "icons3\/icon96.png",
        "150": "icons2\/icon150.png"
    },
    "background": {
        "service_worker": "background.js"
    },
    "content_scripts": [
        {
            "matches": [
                "*:\/\/webcache.googleusercontent.com\/*"
            ],
            "js": [
                "inject.js"
            ],
            "css": [
                "inject.css"
            ],
            "run_at": "document_start",
            "all_frames": true
        }
    ]
}