RickRoll Detector

Tired of getting rickrolled? Don't worry! We will detect everysite you visit and make sure it isn't a rickroll!

RickRoll Detector란 무엇입니까?

RickRoll Detector은(는) JETSimulation에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Tired of getting rickrolled? Don't worry! We will detect everysite you visit and make sure it isn't a rickroll!"입니다.

확장 프로그램 스크린샷

screenshot
screenshot

RickRoll Detector 확장 프로그램 CRX 파일 다운로드

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

확장 프로그램 사용 설명서

                        Getting Rick Rolled sucks. This is why this Award Winning Rick Roll Detector is here for you.

With Version 1.1.1 of this Extension, It uses a technology called RRDSA, which uses Sentiment Analysis to detect possible site that contains a rick roll.

Current Features
1. RRDSA Technology - a revamp of the original detection system(see manual for more information)
2. Settings Menu
3. JETBlocker Technology
4. RRS Technology - See manual for detailed description of this feature

Planned Features
1. Automatic Rick Roll website report - Report a website to our database, so that other people could avoid being rickrolled.
2. Machine Learning Capabilities - Learn how strict the extension should block rick rolls and the strictness thoughout the time of a day.. The stricter the filter is, the longer the load time of a website is.                    

확장 프로그램 기본 정보

이름 RickRoll Detector RickRoll Detector
ID iobcljehbedmembmphfkanpflojjnfoj
공식 URL https://chromewebstore.google.com/detail/rickroll-detector/iobcljehbedmembmphfkanpflojjnfoj
설명 Tired of getting rickrolled? Don't worry! We will detect everysite you visit and make sure it isn't a rickroll!
파일 크기 146 KB
설치 횟수 1,253
현재 버전 1.1.1
최근 업데이트 2022-03-09
출시 날짜 2021-10-20
평점 4.75/5 총 8 개의 평점
개발자 JETSimulation
이메일 [email protected]
결제 유형 free
지원되는 언어 en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "RickRoll Detector",
    "description": "Tired of getting rickrolled? Don't worry! We will detect everysite you visit and make sure it isn't a rickroll!",
    "version": "1.1.1",
    "manifest_version": 3,
    "background": {
        "service_worker": "background.js"
    },
    "action": {
        "default_title": "Rick Roll Warning!",
        "default_popup": "html\/popup.html"
    },
    "permissions": [
        "storage",
        "tabs"
    ],
    "host_permissions": [
        "*:\/\/*\/*"
    ],
    "options_page": "html\/options.html",
    "icons": {
        "16": "icons\/icon16.png",
        "48": "icons\/icon48.png",
        "128": "icons\/icon128.png"
    }
}