Rick Roller

An extension to Rick Roll friends who forget to lock their computer

Rick Rollerとは何ですか?

Rick Rollerはhttps://kapwing.comによって開発されたChromeの拡張機能で、その主な機能は「An extension to Rick Roll friends who forget to lock their computer」です。

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

screenshot
screenshot
screenshot

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

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

拡張機能の使用方法

                        Are your coworkers always leaving their computers unlocked? Looking for a fun and harmless April Fool's Day prank? Look no further! This simple extension will randomly Rick Roll your friends while they browse the web.                    

拡張機能の基本情報

名前 Rick Roller Rick Roller
ID mjklaailjabbidpmbngdceejclkbikib
公式URL https://chromewebstore.google.com/detail/rick-roller/mjklaailjabbidpmbngdceejclkbikib
説明 An extension to Rick Roll friends who forget to lock their computer
ファイルサイズ 41.53 KB
インストール数 1,014
現在のバージョン 0.2
最終更新日 2018-04-01
公開日 2018-03-31
評価 5.00/5 合計 7 レビュー
開発者 https://kapwing.com
Eメール [email protected]
支払い方法 free
拡張機能のウェブサイト https://www.kapwing.com/rick-roller
ヘルプページのURL https://www.kapwing.com/rick-roller
プライバシーポリシーページのURL https://www.kapwing.com/policies/privacy
対応言語 en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Rick Roller",
    "version": "0.2",
    "description": "An extension to Rick Roll friends who forget to lock their computer",
    "permissions": [
        "history"
    ],
    "background": {
        "scripts": [
            "background.js"
        ],
        "persistent": false
    },
    "browser_action": {
        "default_icon": "images\/rickroller_32x32.jpg"
    },
    "icons": {
        "16": "images\/rickroller_16x16.jpg",
        "32": "images\/rickroller_32x32.jpg",
        "48": "images\/rickroller_48x48.jpg",
        "128": "images\/rickroller_128x128.jpg"
    },
    "manifest_version": 2
}