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 |
官方網址 | 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" } |