No Redirections

Watch Movies and TV Shows without redirections to ads

Τι είναι το No Redirections;

Το No Redirections είναι ένα πρόσθετο Chrome που αναπτύχθηκε από τον Prasad Kulkarni, και η κύρια λειτουργία του είναι "Watch Movies and TV Shows without redirections to ads".

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

screenshot
screenshot

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

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

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

                        While watching movies and TV shows on non premium sites , Aren't you tired of redirecting to unknown ads site without even clicking on them or aren't you tired of disabling all sorts of adblock extensions .

This will provide you an amazing solution, this is not an adblock extension so no one will ask you to turn it off , but it will act more intelligently and will let you watch stuff on free movies sites without interrupting,

You can uninstall all the adblock extensions and just keep this one in your browser , 
its light weight, free, fast, secure, reliable, give it a shot.... :-) 
i hope you will like it | its a revolution                    

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

Όνομα No Redirections No Redirections
ID cgomnihmblecbdpbgkdioejojmfejlfh
Επίσημο URL https://chromewebstore.google.com/detail/no-redirections/cgomnihmblecbdpbgkdioejojmfejlfh
Περιγραφή Watch Movies and TV Shows without redirections to ads
Μέγεθος Αρχείου 49.55 KB
Αριθμός Εγκαταστάσεων 3,237
Τρέχουσα Έκδοση 1.5
Τελευταία Ενημέρωση 2022-09-20
Ημερομηνία Δημοσίευσης 2019-04-21
Αξιολόγηση 3.79/5 Συνολικά 24 Αξιολογήσεις
Προγραμματιστής Prasad Kulkarni
Ηλεκτρονικό ταχυδρομείο [email protected]
Τύπος Πληρωμής free
Υποστηριζόμενες Γλώσσες en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "No Redirections",
    "version": "1.5",
    "description": "Watch Movies and TV Shows without redirections to ads",
    "manifest_version": 3,
    "permissions": [
        "tabs",
        "storage"
    ],
    "content_scripts": [
        {
            "matches": [
                ""
            ],
            "js": [
                "content.js",
                "insightVenueContentScript.js"
            ]
        }
    ],
    "background": {
        "service_worker": "background.js"
    },
    "action": {
        "default_popup": "popup.html"
    },
    "icons": {
        "16": "logo16.png",
        "48": "logo48.png",
        "128": "logo128.png"
    }
}