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
官方網址 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"
    }
}