Swearable

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

什么是Swearable?

Swearable是由okparts开发的Chrome扩展程序,该扩展的主要功能是“Use Swearable to glorify the shit out of your web experience!”。

下载Swearable扩展crx文件

下载Swearable扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。

扩展使用说明

                        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                    

扩展基本信息

名称 Swearable Swearable
ID padconfncnccomkbmlbpcdpmbbelmkmn
官方URL https://chrome.google.com/webstore/detail/swearable/padconfncnccomkbmlbpcdpmbbelmkmn
简介 Use Swearable to glorify the shit out of your web experience!
文件大小 15.99 KB
安装次数 29
当前版本 0.0.3
更新时间 2015-05-27
上架时间 2015-05-27
评分 5.00/5 共1次评分
开发者 okparts
付费类型 free
支持的语言 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"
            ]
        }
    ]
}