The Sound of Silence

WELCOME TO FEELADELPHIA!

The Sound of Silenceとは何ですか?

The Sound of Silenceはfilipp.aleksicによって開発されたChromeの拡張機能で、その主な機能は「WELCOME TO FEELADELPHIA!」です。

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

screenshot

The Sound of Silence拡張機能のCRXファイルをダウンロード

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

拡張機能の使用方法

                        Having feels? Press the feels guy icon and go to emotional roller coaster with the sound of silence.

This extension play the song "The Sound Of Silence" to give you the perfect soundtrack to your feels!                    

拡張機能の基本情報

名前 The Sound of Silence The Sound of Silence
ID majacpamicenholpchbcdippdhdenbjj
公式URL https://chromewebstore.google.com/detail/the-sound-of-silence/majacpamicenholpchbcdippdhdenbjj
説明 WELCOME TO FEELADELPHIA!
ファイルサイズ 4.37 MB
インストール数 16
現在のバージョン 1.0
最終更新日 2016-04-16
公開日 2016-04-16
評価 5.00/5 合計 5 レビュー
開発者 filipp.aleksic
Eメール [email protected]
支払い方法 free
対応言語 en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "The Sound of Silence",
    "description": "WELCOME TO FEELADELPHIA!",
    "version": "1.0",
    "browser_action": {
        "default_icon": "sadfleck.png"
    },
    "web_accessible_resources": [
        "silence.mp3"
    ],
    "background": {
        "scripts": [
            "content.js"
        ]
    }
}