Scrambler's Paradise
Scrambles all the words on every page that you visit, while keeping the first and last character of the words in place.
Scrambler's Paradise란 무엇입니까?
Scrambler's Paradise은(는) brynjargr에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Scrambles all the words on every page that you visit, while keeping the first and last character of the words in place."입니다.
Scrambler's Paradise 확장 프로그램 CRX 파일 다운로드
크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.
확장 프로그램 사용 설명서
This extension is a great tool for playing a prank on somebody. With this extension installed every word on every page that you visit will be scrambled, while keeping the first and last letter of each word in place. So it is possible to understand what the text is saying, but it gets very confusing fast. This description will look like this after scrambling it: This enoeitsxn is a great tool for pnilayg a prank on sbdmooey. With this enxestion istelnlad every word on every page that you visit will be sermclbad, while kpeneig the first and last lteter of each word in place. So it is pslsobie to uesdnntrad what the text is synaig, but it gets very cfnoiunsg fast. This dipoierstcn will look like this after simlbacrng it:
확장 프로그램 기본 정보
이름 | |
ID | edioepjengikiaecffahandgcpifbfjn |
공식 URL | https://chrome.google.com/webstore/detail/scramblers-paradise/edioepjengikiaecffahandgcpifbfjn |
설명 | Scrambles all the words on every page that you visit, while keeping the first and last character of the words in place. |
파일 크기 | 70.74 KB |
설치 횟수 | 111 |
현재 버전 | 1.0 |
최근 업데이트 | 2013-08-10 |
출시 날짜 | 2013-08-10 |
평점 | 3.67/5 총 3 개의 평점 |
개발자 | brynjargr |
이메일 | [email protected] |
결제 유형 | free |
지원되는 언어 | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "Scrambler's Paradise", "description": "Scrambles all the words on every page that you visit, while keeping the first and last character of the words in place.", "version": "1.0", "icons": { "16": "icon16.png", "48": "icon48.png", "128": "icon128.png" }, "content_scripts": [ { "matches": [ "*:\/\/*\/*" ], "js": [ "jquery-1.10.2.min.map.js", "scramble.js" ] } ] } |