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
Eメール [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"
    }
}