おらんSNS専用拡張「M Plus」- Mastodon 2.5.2 対応 -

磯野ー!マストドンで赤いSNSやろうぜ!

What is おらんSNS専用拡張「M Plus」- Mastodon 2.5.2 対応 -?

おらんSNS専用拡張「M Plus」- Mastodon 2.5.2 対応 - is a Chrome extension developed by がんもさん, and its main feature is "磯野ー!マストドンで赤いSNSやろうぜ!".

Extension Screenshots

screenshot

Download おらんSNS専用拡張「M Plus」- Mastodon 2.5.2 対応 - Extension CRX File

Download おらんSNS専用拡張「M Plus」- Mastodon 2.5.2 対応 - 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

                        マストドンで赤いSNSやろうぜ!
おらんSNS専用Chrome拡張だよ🐇
https://oransns.com/

Ver.1.2.1 2.5.2に対応、Chromeの新ポリシーに準拠するため、おらんSNSのみが赤いSNSになります🐇
Ver.1.2.0 特定の投稿が白字になるバグを修正しました🐇
Ver.1.1.9 TwやFbにfont-weightが及んでた凄いバグを直したましたがインジェクションされる方もされる方だと思う🐇
Ver.1.1.8 2.4.3 に対応しました🐇
Ver.1.1.6 適用可能なインスタンスを拡大しました🐇
Ver.1.1.5 さらに赤くしました🐇
Ver.1.1.4 より赤くしました🐇
Ver.1.1.3 Mastodon 2.0.0 に対応しました🐇                    

Extension Basic Information

Name おらんSNS専用拡張「M Plus」- Mastodon 2.5.2 対応 - おらんSNS専用拡張「M Plus」- Mastodon 2.5.2 対応 -
ID pbdcfhobpdhlafbjcchhfmmmnokajefa
Official URL https://chromewebstore.google.com/detail/%E3%81%8A%E3%82%89%E3%82%93%EF%BD%93%EF%BD%8E%EF%BD%93%E5%B0%82%E7%94%A8%E6%8B%A1%E5%BC%B5%E3%80%8Cm-plus%E3%80%8D-mastod/pbdcfhobpdhlafbjcchhfmmmnokajefa
Description 磯野ー!マストドンで赤いSNSやろうぜ!
File Size 79.78 KB
Installation Count 13
Current Version 1.2.1
Last Updated 2018-10-23
Publish Date 2018-10-23
Rating 5.00/5 Total 2 Ratings
Developer がんもさん
Email [email protected]
Payment Type free
Extension Website https://oransns.com/
Supported Languages ja
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "\u304a\u3089\u3093\uff33\uff2e\uff33\u5c02\u7528\u62e1\u5f35\u300cM Plus\u300d- Mastodon 2.5.2 \u5bfe\u5fdc -",
    "description": "\u78ef\u91ce\u30fc\uff01\u30de\u30b9\u30c8\u30c9\u30f3\u3067\u8d64\u3044\uff33\uff2e\uff33\u3084\u308d\u3046\u305c\uff01",
    "author": "\u3042\u304d\u3087\u305c(\u30c7\u30b6\u30a4\u30f3) + \u304c\u3093\u3082\u3055\u3093(\u62e1\u5f35\u5316)",
    "version": "1.2.1",
    "icons": {
        "128": "icon.png"
    },
    "browser_action": {
        "default_popup": "popup.html",
        "default_icon": {
            "19": "icon.png",
            "38": "icon.png"
        }
    },
    "permissions": [
        "unlimitedStorage",
        "storage"
    ],
    "short_name": "M Plus",
    "offline_enabled": false,
    "externally_connectable": {
        "ids": [],
        "matches": [],
        "accepts_tls_channel_id": false
    },
    "content_scripts": [
        {
            "run_at": "document_end",
            "matches": [
                "https:\/\/*.oransns.com\/*"
            ],
            "js": [
                "jquery-3.1.1.min.js",
                "mplus.js"
            ],
            "css": [
                "mplus.css"
            ]
        }
    ]
}