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 είναι ένα πρόσθετο Chrome που αναπτύχθηκε από τον JETSimulation, και η κύρια λειτουργία του είναι "Tired of getting rickrolled? Don't worry! We will detect everysite you visit and make sure it isn't a rickroll!".

Στιγμιότυπα Επέκτασης

screenshot
screenshot

Λήψη αρχείου CRX της επέκτασης RickRoll Detector

Λήψη αρχείων επέκτασης RickRoll Detector σε μορφή crx, εγκατάσταση των επεκτάσεων Chrome μη αυτόματα στον περιηγητή ή κοινοποίηση των αρχείων crx με φίλους για εύκολη εγκατάσταση των επεκτάσεων Chrome.

Οδηγίες Χρήσης της Επέκτασης

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