Dogebook
Doge for facebook
Dogebookとは何ですか?
DogebookはTerrance Niechciolによって開発されたChromeの拡張機能で、その主な機能は「Doge for facebook」です。
拡張機能のスクリーンショット
Dogebook拡張機能のCRXファイルをダウンロード
Dogebook拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。
拡張機能の使用方法
Source is here: https://github.com/TerranceN/Dogebook 拡張機能の基本情報
| 名前 | |
| ID | nfegmbfmniafbllcpeehfcmpbokgbpnf |
| 公式URL | https://chrome.google.com/webstore/detail/dogebook/nfegmbfmniafbllcpeehfcmpbokgbpnf |
| 説明 | Doge for facebook |
| ファイルサイズ | 36.53 KB |
| インストール数 | 35 |
| 現在のバージョン | 1.5 |
| 最終更新日 | 2016-06-15 |
| 公開日 | 2016-06-15 |
| 評価 | 5.00/5 合計 3 レビュー |
| 開発者 | Terrance Niechciol |
| 支払い方法 | free |
| 対応言語 | en-US |
| manifest.json | |
{
"update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
"manifest_version": 2,
"name": "Dogebook",
"description": "Doge for facebook",
"version": "1.5",
"icons": {
"128": "icon.png"
},
"content_scripts": [
{
"matches": [
"https:\/\/www.facebook.com\/*"
],
"js": [
"jquery-3.0.0.min.js",
"very_detector.js"
],
"css": [
"much_styles.css"
]
}
]
} | |