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"입니다.
확장 프로그램 스크린샷
Rick Roller 확장 프로그램 CRX 파일 다운로드
크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.
확장 프로그램 사용 설명서
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 |
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 |
이메일 | [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 } |