stoptherickroll
prevents rickrolling
stoptherickroll là gì?
stoptherickroll là một tiện ích mở rộng Chrome được phát triển bởi KCGD, và tính năng chính của nó là "prevents rickrolling".
Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng
Tải xuống tệp CRX của tiện ích mở rộng stoptherickroll
Tải xuống các tệp mở rộng stoptherickroll dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.
Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng
Become immune to the infamous rickroll without ever needing to memorize a link again! This extension uses a constantly growing database of rickroll links to make sure you never fall for the trap of being rickrolled. You can also add unknown rickroll links to the database by clicking the extension icon! If you come across a link that has a false positive of being a rickroll, you can add that to a local list of non-rickrolls that the extension wont block. MAJOR BUG FIX: it works on all tabs now! Fix #2: Fixed the extension (lost my last domain lol)
Thông Tin Cơ Bản về Tiện Ích Mở Rộng
Tên | stoptherickroll |
ID | oebfckkemammikaaljgngbcgdbdljdcm |
URL Chính Thức | https://chromewebstore.google.com/detail/stoptherickroll/oebfckkemammikaaljgngbcgdbdljdcm |
Mô tả | prevents rickrolling |
Kích Thước Tệp | 463 KB |
Số Lần Cài Đặt | 359 |
Phiên Bản Hiện Tại | 1.2 |
Cập Nhật Lần Cuối | 2023-10-15 |
Ngày Phát Hành | 2020-07-12 |
Đánh Giá | 5.00/5 Tổng số 8 Đánh Giá |
Nhà Phát Triển | KCGD |
[email protected] | |
Loại Thanh Toán | free |
Ngôn Ngữ Được Hỗ Trợ | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "stoptherickroll", "version": "1.2", "description": "prevents rickrolling", "permissions": [ "tabs", "storage" ], "background": { "scripts": [ "\/js\/background.js" ], "persistent": true }, "icons": { "16": "icon\/icon16.png", "32": "icon\/icon32.png", "48": "icon\/icon48.png", "128": "icon\/icon128.png" }, "browser_action": { "default_icon": "icon\/icon128.png", "default_popup": "popup.html", "default_title": "add rickroll" }, "manifest_version": 2 } |