Web Prank - replace the internet
Replace words on webpages and prank your friends
Web Prank - replace the internet란 무엇입니까?
Web Prank - replace the internet은(는) Kimonosoft에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Replace words on webpages and prank your friends"입니다.
확장 프로그램 스크린샷
Web Prank - replace the internet 확장 프로그램 CRX 파일 다운로드
크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.
확장 프로그램 사용 설명서
Replace words on webpages and prank your friends! ★ Place your name in real news items ★ Rename your friends on Facebook WhatsApp and Twitter ★ Fake social statuses and messages of other people ★ Modify Wikipedia items ★ Send your friends fake screenshots ★ Much much more! Instructions: 1. Click the extension Icon on the right of your address bar 2. Modify replacement rules as needed 3. Check the "Activate pranks" checkbox 4. Reload the page you are on (will not be required for pages loaded after rule modifications) 5. Smile :) (screenshot and tile background image by Patcharaporn Ch. https://commons.wikimedia.org/wiki/File:Color-lines-abstract-wide-wallpaper-1440x900-025.jpg)
확장 프로그램 기본 정보
이름 | |
ID | gkffecnmmhcjkhlgdmgecafhjbecgndb |
공식 URL | https://chrome.google.com/webstore/detail/web-prank-replace-the-int/gkffecnmmhcjkhlgdmgecafhjbecgndb |
설명 | Replace words on webpages and prank your friends |
파일 크기 | 107 KB |
설치 횟수 | 3,000 |
현재 버전 | 1.6.0 |
최근 업데이트 | 2019-03-06 |
출시 날짜 | 2019-03-06 |
평점 | 3.19/5 총 16 개의 평점 |
개발자 | Kimonosoft |
결제 유형 | free |
지원되는 언어 | en |
manifest.json | |
{ "background": { "scripts": [ "jquery.js", "utils.js", "background.js" ] }, "content_scripts": [ { "all_frames": true, "js": [ "utils.js", "contentScripts.js" ], "matches": [ "http:\/\/*\/*", "https:\/\/*\/*" ], "run_at": "document_start" } ], "description": "Replace words on webpages and prank your friends", "icons": { "128": "icon.png" }, "manifest_version": 2, "name": "Web Prank - replace the internet", "short_name": "Web Prank", "browser_action": { "default_icon": { "19": "icon-19.png", "38": "icon-38.png" }, "default_popup": "popup.html", "default_title": "set pranks" }, "content_security_policy": "script-src 'self' 'unsafe-eval'; object-src 'self'; img-src http:\/\/static.kimonosoft.com\/", "permissions": [ "tabs", "http:\/\/*\/*", "https:\/\/*\/*", "webRequest", "webRequestBlocking", "webNavigation", "storage", "unlimitedStorage" ], "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "version": "1.6.0" } |