Swearable

Use Swearable to glorify the shit out of your web experience!

Swearable là gì?

Swearable là một tiện ích mở rộng Chrome được phát triển bởi okparts, và tính năng chính của nó là "Use Swearable to glorify the shit out of your web experience!".

Tải xuống tệp CRX của tiện ích mở rộng Swearable

Tải xuống các tệp mở rộng Swearable 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

                        Swearable glorifies the shit out of your Chrome web experience!  Swearable injects a variety of swear words into every web page you visit.  You will not be disappointed, unless you're a holyroller or prig or goody two-shoes or generally don't like swearing                    

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

Tên Swearable Swearable
ID padconfncnccomkbmlbpcdpmbbelmkmn
URL Chính Thức https://chrome.google.com/webstore/detail/swearable/padconfncnccomkbmlbpcdpmbbelmkmn
Mô tả Use Swearable to glorify the shit out of your web experience!
Kích Thước Tệp 15.99 KB
Số Lần Cài Đặt 29
Phiên Bản Hiện Tại 0.0.3
Cập Nhật Lần Cuối 2015-05-27
Ngày Phát Hành 2015-05-27
Đánh Giá 5.00/5 Tổng số 1 Đánh Giá
Nhà Phát Triển okparts
Loại Thanh Toán free
Ngôn Ngữ Được Hỗ Trợ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Swearable",
    "short_name": "Swearable",
    "description": "Use Swearable to glorify the shit out of your web experience!",
    "version": "0.0.3",
    "icons": {
        "19": "images\/icon19.png",
        "128": "images\/icon128.png"
    },
    "browser_action": {
        "default_icon": "images\/icon19.png",
        "default_title": "Swearable",
        "default_popup": "html\/popup.html"
    },
    "options_page": "options\/options.html",
    "content_scripts": [
        {
            "matches": [
                "http:\/\/*\/*",
                "https:\/\/*\/*"
            ],
            "js": [
                "js\/swearable.js"
            ]
        }
    ]
}