No Redirections

Watch Movies and TV Shows without redirections to ads

什么是No Redirections?

No Redirections是由Prasad Kulkarni开发的Chrome扩展程序,该扩展的主要功能是“Watch Movies and TV Shows without redirections to ads”。

扩展截图

screenshot
screenshot

下载No Redirections扩展crx文件

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