RickrollGuard
The chrome extension that makes it impossible for you to get rickrolled. This is the work of god.
RickrollGuardとは何ですか?
RickrollGuardはtheepicsullyによって開発されたChromeの拡張機能で、その主な機能は「The chrome extension that makes it impossible for you to get rickrolled. This is the work of god.」です。
拡張機能のスクリーンショット
RickrollGuard拡張機能のCRXファイルをダウンロード
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 |
Eメール | [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" } } |