Block Recruiters Ads
Block recruiter ads on popular job portals/sites (ex. seek.com.au)
What is Block Recruiters Ads?
Block Recruiters Ads is a Chrome extension developed by David Tan, and its main feature is "Block recruiter ads on popular job portals/sites (ex. seek.com.au)".
Extension Screenshots
Download Block Recruiters Ads Extension CRX File
Download Block Recruiters Ads 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
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/
Extension Basic Information
Name | Block Recruiters Ads |
ID | ibhioageiollmlgadgpkioceinoobhii |
Official URL | https://chromewebstore.google.com/detail/block-recruiters-ads/ibhioageiollmlgadgpkioceinoobhii |
Description | Block recruiter ads on popular job portals/sites (ex. seek.com.au) |
File Size | 39.11 KB |
Installation Count | 133 |
Current Version | 1.0.4 |
Last Updated | 2015-10-20 |
Publish Date | 2015-10-20 |
Rating | 3.27/5 Total 11 Ratings |
Developer | David Tan |
Payment Type | free |
Extension Website | https://chrome.google.com/webstore/detail/block-recruiters-ads/ibhioageiollmlgadgpkioceinoobhii |
Help Page URL | http://www.davidtan.org/contact |
Supported Languages | 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" } |