Rick Roller

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

Vad är Rick Roller?

Rick Roller är en Chrome-tillägg utvecklad av https://kapwing.com, och dess huvudfunktion är "An extension to Rick Roll friends who forget to lock their computer".

Tilläggsskärmbilder

screenshot
screenshot
screenshot

Ladda ner Rick Roller-förlängningens CRX-fil

Ladda ner Rick Roller-filändelser i crx-format, installera Chrome-tillägg manuellt i webbläsaren eller dela crx-filerna med vänner för att enkelt installera Chrome-tillägg.

Användarmanual för Tillägg

                        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.                    

Grundläggande Information om Tillägg

Namn Rick Roller Rick Roller
ID mjklaailjabbidpmbngdceejclkbikib
Officiell webbadress https://chromewebstore.google.com/detail/rick-roller/mjklaailjabbidpmbngdceejclkbikib
Beskrivning An extension to Rick Roll friends who forget to lock their computer
Filstorlek 41.53 KB
Antal Installationer 1,014
Aktuell Version 0.2
Senast Uppdaterad 2018-04-01
Publiceringsdatum 2018-03-31
Betyg 5.00/5 Totalt 7 Betyg
Utvecklare https://kapwing.com
E-post [email protected]
Betalningssätt free
Tilläggswebbplats https://www.kapwing.com/rick-roller
Hjälpsida URL https://www.kapwing.com/rick-roller
URL till Sekretesspolicy Sidan https://www.kapwing.com/policies/privacy
Stödda Språk 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
}