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ファイルをダウンロード
Web Prank - replace the internet拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。
拡張機能の使用方法
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" } |