RocketLeagueExchange Anything-Goes Filter

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

Что такое RocketLeagueExchange Anything-Goes Filter?

RocketLeagueExchange Anything-Goes Filter - это расширение Chrome, разработанное PedroGabriel, и его основная функция - "Gonna filter by platform inside the /r/RocketLeagueExchange in Anything-Goes Thread".

Снимки экрана расширения

screenshot

Скачать файл CRX расширения RocketLeagueExchange Anything-Goes Filter

Скачайте файлы расширений 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"
    ]
}