The Verge - Is It A Thing

Adds 'and I have no idea if that’s a sex thing'. To all headlines on theverge.com

什么是The Verge - Is It A Thing?

The Verge - Is It A Thing是由Jens Møller开发的Chrome扩展程序,该扩展的主要功能是“Adds 'and I have no idea if that’s a sex thing'. To all headlines on theverge.com”。

扩展截图

screenshot
screenshot
screenshot

下载The Verge - Is It A Thing扩展crx文件

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

扩展使用说明

                        Adds "and I have no idea if that’s a sex thing" to all headlines on theverge.com. Created by Mehedi Hassan https://twitter.com/mehedih_                    

扩展基本信息

名称 The Verge - Is It A Thing The Verge - Is It A Thing
ID cpcgngnlhhndbhmahlaplhjifjlgpogp
官方URL https://chrome.google.com/webstore/detail/the-verge-is-it-a-thing/cpcgngnlhhndbhmahlaplhjifjlgpogp
简介 Adds 'and I have no idea if that’s a sex thing'. To all headlines on theverge.com
文件大小 1.03 MB
安装次数 65
当前版本 1.4.0
更新时间 2020-06-11
上架时间 2020-06-11
评分 4.67/5 共3次评分
开发者 Jens Møller
电子邮箱 [email protected]
付费类型 free
扩展官网 https://twitter.com/mehedih_
帮助页面URL https://twitter.com/mehedih_
支持的语言 de,en,fr,da,es,it,el,ru,zh-CN,zh-TW,ja
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "__MSG_appName__",
    "version": "1.4.0",
    "manifest_version": 2,
    "description": "__MSG_appDesc__",
    "homepage_url": "http:\/\/twitter.com\/mehedih_",
    "icons": {
        "16": "icons\/icon16.png",
        "19": "icons\/icon19.png",
        "48": "icons\/icon48.png",
        "128": "icons\/icon128.png"
    },
    "default_locale": "en",
    "content_scripts": [
        {
            "js": [
                "jquery.js",
                "filter.js"
            ],
            "matches": [
                "*:\/\/www.theverge.com\/*"
            ]
        }
    ]
}