RickrollGuard
The chrome extension that makes it impossible for you to get rickrolled. This is the work of god.
Τι είναι το RickrollGuard;
Το RickrollGuard είναι ένα πρόσθετο Chrome που αναπτύχθηκε από τον theepicsully, και η κύρια λειτουργία του είναι "The chrome extension that makes it impossible for you to get rickrolled. This is the work of god.".
Στιγμιότυπα Επέκτασης
Λήψη αρχείου CRX της επέκτασης RickrollGuard
Λήψη αρχείων επέκτασης RickrollGuard σε μορφή crx, εγκατάσταση των επεκτάσεων Chrome μη αυτόματα στον περιηγητή ή κοινοποίηση των αρχείων crx με φίλους για εύκολη εγκατάσταση των επεκτάσεων Chrome.
Οδηγίες Χρήσης της Επέκτασης
This is a fun, simple Chrome extension that stops users from getting "rickrolled", a meme in internet culture where somebody clicks a link and is redirected to Rick Astley's "Never Gonna Give You Up" music video. Upon clicking on a link that would "rickroll" somebody, this Chrome extension redirects them to the website https://sullycb.github.io/RickrollGuard.html that tells them that they were protected by Rickroll Guard.
Βασικές Πληροφορίες Επέκτασης
Όνομα | RickrollGuard |
ID | ncjiindlkgmfhcmeenmejoigfhppnomf |
Επίσημο URL | https://chromewebstore.google.com/detail/rickrollguard/ncjiindlkgmfhcmeenmejoigfhppnomf |
Περιγραφή | The chrome extension that makes it impossible for you to get rickrolled. This is the work of god. |
Μέγεθος Αρχείου | 341 KB |
Αριθμός Εγκαταστάσεων | 451 |
Τρέχουσα Έκδοση | 1.0 |
Τελευταία Ενημέρωση | 2020-11-17 |
Ημερομηνία Δημοσίευσης | 2020-11-17 |
Αξιολόγηση | 3.33/5 Συνολικά 6 Αξιολογήσεις |
Προγραμματιστής | theepicsully |
Ηλεκτρονικό ταχυδρομείο | [email protected] |
Τύπος Πληρωμής | free |
Ιστότοπος Επέκτασης | https://sullycb.github.io/RickrollGuard.html |
Υποστηριζόμενες Γλώσσες | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "RickrollGuard", "description": "The chrome extension that makes it impossible for you to get rickrolled. This is the work of god.", "background": { "scripts": [ "rickfinder.js" ] }, "author": "SullyBS", "permissions": [ "tabs", "alarms" ], "version": "1.0", "manifest_version": 2, "browser_action": { "default_popup": "panel.html", "default_icon": "Rickhead.png" }, "icons": { "16": "Rickhead16.png", "48": "Rickhead48.png", "128": "Rickhead128.png" } } |