Why Go On Facebook?
Why did you go on Facebook
Why Go On Facebook?とは何ですか?
Why Go On Facebook?はwtachauによって開発されたChromeの拡張機能で、その主な機能は「Why did you go on Facebook」です。
拡張機能のスクリーンショット
Why Go On Facebook?拡張機能のCRXファイルをダウンロード
Why Go On Facebook?拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。
拡張機能の使用方法
Find yourself opening Facebook habitually? Next time, this simple extension will ask you why you opened it, to encourage you to be more mindful of your actions.
拡張機能の基本情報
名前 | |
ID | lafndmkdgpogfnofehfhcbpghojgkbol |
公式URL | https://chrome.google.com/webstore/detail/lafndmkdgpogfnofehfhcbpghojgkbol |
説明 | Why did you go on Facebook |
ファイルサイズ | 6.24 KB |
インストール数 | 61 |
現在のバージョン | 1.1 |
最終更新日 | 2017-01-26 |
公開日 | 2017-01-26 |
評価 | 4.20/5 合計 5 レビュー |
開発者 | wtachau |
Eメール | [email protected] |
支払い方法 | free |
対応言語 | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "Why Go On Facebook?", "version": "1.1", "description": "Why did you go on Facebook", "permissions": [ "tabs", "*:\/\/*.facebook.com\/*" ], "content_scripts": [ { "matches": [ "*:\/\/www.facebook.com\/*" ], "js": [ "modal.js" ] } ], "browser_action": { "default_icon": "icon.png" }, "web_accessible_resources": [ "modal.css" ] } |