Twitterをジャパリパークにするやつ

Twitterをジャパリパークに変更するカスタムCSS - わーい!たのっしー!

What is Twitterをジャパリパークにするやつ?

Twitterをジャパリパークにするやつ is a Chrome extension developed by Nagatani, and its main feature is "Twitterをジャパリパークに変更するカスタムCSS - わーい!たのっしー!".

Extension Screenshots

screenshot
screenshot
screenshot

Download Twitterをジャパリパークにするやつ Extension CRX File

Download Twitterをジャパリパークにするやつ extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.

Extension Usage Instructions

                        Twitterをジャパリパークにするやつです。

せつめい:
Twitterをジャパリパークにに変えるカスタムCSSが含まれてます。
それだけです。2次創作の範囲内のつもりですが、怒られたら速攻で消します。

へんこうりれき:
2017-03-02 ver. 0.971 〜 0.973
- ハッシュタグ検索時のユーザー情報ブロックスタイルを修正しました。
- ユーザー個別ページのフォローボタンの横幅が足りないバグを修正しました。
- パーマリンクのポップアップにてフォローボタンの横幅が足りないバグを修正しました。

2017-03-01 ver. 0.97
- フォローボタンのテキスト変更に伴うユーザーアイコンでのマウスオーバーポップアップのスタイルを修正しました。
- フォローボタンの横幅を固定して、色の変化に若干のアニメーションを追加しました。
- ヘッダの背景をさばんなちほーの空をイメージした背景にして、アイコンをフレンズアイコンにしました。
- Chrome Web Storeの色々を整理しました。

かんしゃしてます:
- プロモーションタイルには、以下のロゴジェネレータを使用させていただきました。
    けものフレンズ ロゴジェネレータ https://aratama.github.io/kemonogen/
- 背景は、以下の写真をしようさせていただきました。
    Yellow Field With One Tree Under Clouds · Free Stock Photo https://www.pexels.com/photo/yellow-field-with-one-tree-under-clouds-31244/

りぽじとり:
https://github.com/Nagatani/twitter-friends-ext                    

Extension Basic Information

Name Twitterをジャパリパークにするやつ Twitterをジャパリパークにするやつ
ID nniknhfbbhmaaipnnoknlgamhggaebfk
Official URL https://chromewebstore.google.com/detail/twitter%E3%82%92%E3%82%B8%E3%83%A3%E3%83%91%E3%83%AA%E3%83%91%E3%83%BC%E3%82%AF%E3%81%AB%E3%81%99%E3%82%8B%E3%82%84%E3%81%A4/nniknhfbbhmaaipnnoknlgamhggaebfk
Description Twitterをジャパリパークに変更するカスタムCSS - わーい!たのっしー!
File Size 23.84 KB
Installation Count 165
Current Version 0.973
Last Updated 2017-03-02
Publish Date 2017-03-02
Rating 4.85/5 Total 13 Ratings
Developer Nagatani
Payment Type free
Supported Languages ja
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Twitter\u3092\u30b8\u30e3\u30d1\u30ea\u30d1\u30fc\u30af\u306b\u3059\u308b\u3084\u3064",
    "short_name": "TwitterJapariparkAddon",
    "description": "Twitter\u3092\u30b8\u30e3\u30d1\u30ea\u30d1\u30fc\u30af\u306b\u5909\u66f4\u3059\u308b\u30ab\u30b9\u30bf\u30e0CSS - \u308f\u30fc\u3044\uff01\u305f\u306e\u3063\u3057\u30fc\uff01",
    "version": "0.973",
    "manifest_version": 2,
    "icons": {
        "16": "icon16.png",
        "48": "icon48.png",
        "128": "icon128.png"
    },
    "content_scripts": [
        {
            "matches": [
                "https:\/\/twitter.com\/*"
            ],
            "css": [
                "twitter-friends.css"
            ]
        }
    ]
}