Web Prank - replace the internet

Replace words on webpages and prank your friends

Web Prank - replace the internet là gì?

Web Prank - replace the internet là một tiện ích mở rộng Chrome được phát triển bởi Kimonosoft, và tính năng chính của nó là "Replace words on webpages and prank your friends".

Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng

screenshot

Tải xuống tệp CRX của tiện ích mở rộng Web Prank - replace the internet

Tải xuống các tệp mở rộng Web Prank - replace the internet dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.

Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng

                        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)                    

Thông Tin Cơ Bản về Tiện Ích Mở Rộng

Tên Web Prank - replace the internet Web Prank - replace the internet
ID gkffecnmmhcjkhlgdmgecafhjbecgndb
URL Chính Thức https://chrome.google.com/webstore/detail/web-prank-replace-the-int/gkffecnmmhcjkhlgdmgecafhjbecgndb
Mô tả Replace words on webpages and prank your friends
Kích Thước Tệp 107 KB
Số Lần Cài Đặt 3,000
Phiên Bản Hiện Tại 1.6.0
Cập Nhật Lần Cuối 2019-03-06
Ngày Phát Hành 2019-03-06
Đánh Giá 3.19/5 Tổng số 16 Đánh Giá
Nhà Phát Triển Kimonosoft
Loại Thanh Toán free
Ngôn Ngữ Được Hỗ Trợ 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"
}