Ultimate Rickroller

Changes links at random into rickrolls and other fun and annoying memes! Annoy yourself or your friends!

Ultimate Rickrollerとは何ですか?

Ultimate RickrollerはIncognitoStudiosによって開発されたChromeの拡張機能で、その主な機能は「Changes links at random into rickrolls and other fun and annoying memes! Annoy yourself or your friends!」です。

拡張機能のスクリーンショット

screenshot
screenshot
screenshot

Ultimate Rickroller拡張機能のCRXファイルをダウンロード

Ultimate Rickroller拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。

拡張機能の使用方法

                        The most advanced Rickrolling extension out there, with various roll options, including a custom roll, which can all be adjusted to different roll probabilities.

⭐⭐⭐SPECIAL FEATURES:⭐⭐⭐
Multiple Meme Types
Changes values without a page refresh
Custom URL input
Visually appealing UI

Version 1.1 Notes (21/02/2021):
- Added more rolls                    

拡張機能の基本情報

名前 Ultimate Rickroller Ultimate Rickroller
ID mbldmpdimcodkhimlehfhhfecnngmipp
公式URL https://chromewebstore.google.com/detail/ultimate-rickroller/mbldmpdimcodkhimlehfhhfecnngmipp
説明 Changes links at random into rickrolls and other fun and annoying memes! Annoy yourself or your friends!
ファイルサイズ 513 KB
インストール数 2,266
現在のバージョン 1.2
最終更新日 2021-03-19
公開日 2020-10-21
評価 4.22/5 合計 9 レビュー
開発者 IncognitoStudios
Eメール [email protected]
支払い方法 free
対応言語 en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Ultimate Rickroller",
    "version": "1.2",
    "description": "Changes links at random into rickrolls and other fun and annoying memes! Annoy yourself or your friends!",
    "permissions": [
        "activeTab",
        "declarativeContent",
        "storage"
    ],
    "content_scripts": [
        {
            "matches": [
                ""
            ],
            "js": [
                "page.js"
            ]
        }
    ],
    "background": {
        "scripts": [
            "background.js"
        ],
        "persistent": false
    },
    "page_action": {
        "default_popup": "popup.html",
        "default_icon": {
            "128": "images\/rick128.png",
            "16": "images\/rick16.png",
            "32": "images\/rick32.png",
            "48": "images\/rick48.png"
        }
    },
    "icons": {
        "128": "images\/rick128.png",
        "16": "images\/rick16.png",
        "32": "images\/rick32.png",
        "48": "images\/rick48.png"
    },
    "manifest_version": 2
}