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 파일 다운로드

크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.

확장 프로그램 사용 설명서

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