Block Recruiters Ads
Block recruiter ads on popular job portals/sites (ex. seek.com.au)
Что такое Block Recruiters Ads?
Block Recruiters Ads - это расширение Chrome, разработанное David Tan, и его основная функция - "Block recruiter ads on popular job portals/sites (ex. seek.com.au)".
Снимки экрана расширения
Скачать файл CRX расширения Block Recruiters Ads
Скачайте файлы расширений Block Recruiters Ads в формате crx, установите расширения Chrome вручную в браузере или поделитесь файлами crx с друзьями, чтобы легко установить расширения Chrome.
Инструкции по использованию расширения
                        This extension allows you to search for jobs on popular job portal/sites (ex. seek.com.au) without viewing ads posted by recruitment agencies.
Privacy
=====
When installing, the extension will mention that it can access data on *.seek.com.au. Rest assured that non of your private data is exposed or exploited by this extension.
FAQ
====
1. Why am I still seeing some recruiters ads on seek.com.au?
Although most popular recruiters are filtered, some must have slip through my radar. You can help out by filling this form https://docs.google.com/spreadsheet/viewform?formkey=dFNyUkhGV2RVemFuaC1jOThZdWpUaUE6MQ 
2. How can i suggest a features or enhancements?
You can suggest your ideas at https://docs.google.com/spreadsheet/viewform?pli=1&formkey=dDdlWk9mZXhDNFVfX0dfRUpHa19sVGc6MQ
Contact/Help
==========
Any questions please contact me at http://www.davidtan.org/contact/                     Основная информация о расширении
| Название |   |  
| ID | ibhioageiollmlgadgpkioceinoobhii | 
| Официальный URL | https://chromewebstore.google.com/detail/block-recruiters-ads/ibhioageiollmlgadgpkioceinoobhii | 
| Описание | Block recruiter ads on popular job portals/sites (ex. seek.com.au) | 
| Размер файла | 39.11 KB | 
| Количество установок | 133 | 
| Текущая Версия | 1.0.4 | 
| Последнее Обновление | 2015-10-20 | 
| Дата публикации | 2015-10-20 | 
| Рейтинг | 3.27/5 Всего 11 оценок | 
| Разработчик | David Tan | 
| Тип оплаты | free | 
| Официальный сайт расширения | https://chrome.google.com/webstore/detail/block-recruiters-ads/ibhioageiollmlgadgpkioceinoobhii | 
| URL страницы помощи | http://www.davidtan.org/contact | 
| Поддерживаемые языки | en | 
| manifest.json | |
 {
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "content_scripts": [
        {
            "include_globs": [
                "*seek.com.au\/JobSearch*",
                "*seek.com.au\/*-jobs\/*",
                "*seek.com.au\/jobs*"
            ],
            "js": [
                "jquery.min.js",
                "blocker.js"
            ],
            "matches": [
                "*:\/\/*.seek.com.au\/*"
            ],
            "run_at": "document_idle"
        }
    ],
    "description": "Block recruiter ads on popular job portals\/sites (ex. seek.com.au)",
    "manifest_version": 2,
    "name": "Block Recruiters Ads",
    "page_action": {
        "default_icon": "icon.png",
        "default_title": "Recruiter Ads Blocked!"
    },
    "version": "1.0.4"
}  |  |