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
官方網址 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"
    ]
}