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"
    }
}