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
Eメール [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\/*"
            ]
        }
    ]
}