NoRollr - Rick Roll Blocker

Stop getting Rick Rolled, with a variety of URLs.

NoRollr - Rick Roll Blocker란 무엇입니까?

NoRollr - Rick Roll Blocker은(는) https://jtlr.org에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Stop getting Rick Rolled, with a variety of URLs."입니다.

확장 프로그램 스크린샷

screenshot

NoRollr - Rick Roll Blocker 확장 프로그램 CRX 파일 다운로드

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

확장 프로그램 사용 설명서

                        Hate getting Rick Rolled by your friends?  NoRollr is the best solution to that.  NoRollr is a unique rick roll blocker for Google Chrome, as we block not only the original video's link but also rickrolls with different links.   We're frequently updating our product to ensure it covers the most rick roll links possible.   Install it in 2 clicks and reduce your chances of getting rolled; all for free with NoRollr.  

You get warned with a Chrome-Themed warning screen and are presented with the ability to visit the link or return to safety.  

Install NoRollr now.  It takes only 2 clicks!                    

확장 프로그램 기본 정보

이름 NoRollr - Rick Roll Blocker NoRollr - Rick Roll Blocker
ID dndkbjjbmgkfhmbkglogllfabcffomlf
공식 URL https://chromewebstore.google.com/detail/norollr-rick-roll-blocker/dndkbjjbmgkfhmbkglogllfabcffomlf
설명 Stop getting Rick Rolled, with a variety of URLs.
파일 크기 26.05 KB
설치 횟수 687
현재 버전 1.0.6
최근 업데이트 2024-01-30
출시 날짜 2021-10-24
평점 4.33/5 총 3 개의 평점
개발자 https://jtlr.org
이메일 [email protected]
결제 유형 free
확장 프로그램 웹 사이트 https://jtlr.org/chrome/norollr/
도움말 페이지 URL https://jtlr.org/chrome/norollr/
개인정보 보호 정책 페이지 URL https://tracking.jtlrgroup.com/chromeprivacy
지원되는 언어 en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "content_scripts": [
        {
            "js": [
                "content.js"
            ],
            "matches": [
                "https:\/\/*.youtube.com\/*"
            ],
            "run_at": "document_start"
        }
    ],
    "name": "NoRollr - Rick Roll Blocker",
    "version": "1.0.6",
    "description": "Stop getting Rick Rolled, with a variety of URLs.",
    "manifest_version": 3,
    "web_accessible_resources": [
        {
            "resources": [
                "warn\/warn.html"
            ],
            "matches": [
                ""
            ]
        }
    ],
    "permissions": [
        "storage"
    ],
    "action": {
        "default_popup": "popup\/popup.html"
    },
    "icons": {
        "16": "icons\/icon16.png",
        "48": "icons\/icon48.png",
        "128": "icons\/icon128.png"
    }
}