Rick Roller

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

Apa itu Rick Roller?

Rick Roller adalah ekstensi Chrome yang dikembangkan oleh https://kapwing.com, dan fitur utamanya adalah "An extension to Rick Roll friends who forget to lock their computer".

Screenshot Ekstensi

screenshot
screenshot
screenshot

Unduh Berkas CRX Ekstensi Rick Roller

Unduh file ekstensi Rick Roller dalam format crx, pasang ekstensi Chrome secara manual di peramban, atau bagikan file crx dengan teman untuk menginstal ekstensi Chrome dengan mudah.

Petunjuk Penggunaan Ekstensi

                        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.                    

Informasi Dasar Ekstensi

Nama Rick Roller Rick Roller
ID mjklaailjabbidpmbngdceejclkbikib
URL Resmi https://chromewebstore.google.com/detail/rick-roller/mjklaailjabbidpmbngdceejclkbikib
Deskripsi An extension to Rick Roll friends who forget to lock their computer
Ukuran File 41.53 KB
Jumlah Instalasi 1,014
Versi Saat Ini 0.2
Terakhir Diperbarui 2018-04-01
Tanggal Publikasi 2018-03-31
Penilaian 5.00/5 Total 7 Penilaian
Pengembang https://kapwing.com
Email [email protected]
Tipe Pembayaran free
Situs Ekstensi https://www.kapwing.com/rick-roller
URL Halaman Bantuan https://www.kapwing.com/rick-roller
URL Halaman Kebijakan Privasi https://www.kapwing.com/policies/privacy
Bahasa yang Didukung 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
}