stoptherickroll
prevents rickrolling
stoptherickrollとは何ですか?
stoptherickrollはKCGDによって開発されたChromeの拡張機能で、その主な機能は「prevents rickrolling」です。
拡張機能のスクリーンショット
stoptherickroll拡張機能のCRXファイルをダウンロード
stoptherickroll拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。
拡張機能の使用方法
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)
拡張機能の基本情報
名前 | stoptherickroll |
ID | oebfckkemammikaaljgngbcgdbdljdcm |
公式URL | https://chromewebstore.google.com/detail/stoptherickroll/oebfckkemammikaaljgngbcgdbdljdcm |
説明 | prevents rickrolling |
ファイルサイズ | 463 KB |
インストール数 | 359 |
現在のバージョン | 1.2 |
最終更新日 | 2023-10-15 |
公開日 | 2020-07-12 |
評価 | 5.00/5 合計 8 レビュー |
開発者 | KCGD |
Eメール | [email protected] |
支払い方法 | free |
対応言語 | 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 } |