RocketLeagueExchange Anything-Goes Filter

Gonna filter by platform inside the /r/RocketLeagueExchange in Anything-Goes Thread

RocketLeagueExchange Anything-Goes Filterとは何ですか?

RocketLeagueExchange Anything-Goes FilterはPedroGabrielによって開発されたChromeの拡張機能で、その主な機能は「Gonna filter by platform inside the /r/RocketLeagueExchange in Anything-Goes Thread」です。

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

screenshot

RocketLeagueExchange Anything-Goes Filter拡張機能のCRXファイルをダウンロード

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

拡張機能の使用方法

                        At /r/RocketLeagueExchange/ (Reddit) we have a daily thread used to trade items from Rocket League for anything (things outside from the game) but every platform uses the same thread...

FEATURES:
Choose the platform you want to use to filter and it gonna be saved.
When you press to load a new page this new page comes filtered too.
Updates on fly, change the platform and the page gonna be updated without refresh.

TIP:
IF YOU LOAD A NEW PAGE AND NOTHING SHOW, PRESS TO LOAD AGAIN BECAUSE EVERYTHING LOADED WAS FILTERED AND THE EXTENSION DO NOT AUTO LOAD A NEW PAGE.                    

拡張機能の基本情報

名前 RocketLeagueExchange Anything-Goes Filter RocketLeagueExchange Anything-Goes Filter
ID jpehoahdklamkdlgdfkgkpognombkioo
公式URL https://chrome.google.com/webstore/detail/rocketleagueexchange-anyt/jpehoahdklamkdlgdfkgkpognombkioo
説明 Gonna filter by platform inside the /r/RocketLeagueExchange in Anything-Goes Thread
ファイルサイズ 234 KB
インストール数 72
現在のバージョン 1.1.4
最終更新日 2016-10-08
公開日 2016-10-08
評価 5.00/5 合計 9 レビュー
開発者 PedroGabriel
支払い方法 free
対応言語 en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "RocketLeagueExchange Anything-Goes Filter",
    "description": "Gonna filter by platform inside the \/r\/RocketLeagueExchange in Anything-Goes Thread ",
    "version": "1.1.4",
    "manifest_version": 2,
    "icons": {
        "48": "icon48.png",
        "128": "icon128.png"
    },
    "content_scripts": [
        {
            "css": [
                "styles.css"
            ],
            "matches": [
                "*:\/\/*.reddit.com\/r\/RocketLeagueExchange\/comments*"
            ],
            "run_at": "document_idle",
            "js": [
                "jquery.min.js",
                "arrive.min.js",
                "spam_filter.js"
            ]
        }
    ],
    "browser_action": {
        "default_icon": "icon48.png",
        "default_popup": "popup.html"
    },
    "permissions": [
        "activeTab",
        "storage"
    ]
}