Web Prank - replace the internet
Replace words on webpages and prank your friends
Web Prank - replace the internet क्या है?
Web Prank - replace the internet Kimonosoft द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Replace words on webpages and prank your friends"।
एक्सटेंशन स्क्रीनशॉट्स
एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें
crx प्रारूप में Web Prank - replace the internet एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ 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" } |