69 (Nice)

Changes 69 to 69(Nice), you know like the online joke

69 (Nice)とは何ですか?

69 (Nice)はRob Cliffordによって開発されたChromeの拡張機能で、その主な機能は「Changes 69 to 69(Nice), you know like the online joke」です。

拡張機能のスクリーンショット

screenshot

69 (Nice)拡張機能のCRXファイルをダウンロード

69 (Nice)拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。

拡張機能の使用方法

                        You get it? Because it's like the funny number and that's what you say in response                    

拡張機能の基本情報

名前 69 (Nice) 69 (Nice)
ID ekjmlbcoiklneoehliknaojhdmmhanik
公式URL https://chrome.google.com/webstore/detail/69-nice/ekjmlbcoiklneoehliknaojhdmmhanik
説明 Changes 69 to 69(Nice), you know like the online joke
ファイルサイズ 3.61 KB
インストール数 21
現在のバージョン 1.0
最終更新日 2019-09-05
公開日 2019-09-03
評価 4.50/5 合計 2 レビュー
開発者 Rob Clifford
支払い方法 free
対応言語 en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "69 (Nice)",
    "description": "Changes 69 to 69(Nice), you know like the online joke",
    "version": "1.0",
    "permissions": [
        "activeTab"
    ],
    "content_scripts": [
        {
            "matches": [
                "*:\/\/*\/*"
            ],
            "js": [
                "content.js"
            ],
            "run_at": "document_end"
        }
    ]
}