Inspect and view changes in Filter Jobs Feeds source codes across current and past versions
Premium users can view and search full source code, and see the source code differences
between two versions.
Upgrade to premium
manifest.json
{
"name": "Filter Jobs Feeds",
"description": "A browser extension for filtering jobs feeds by blacklisting text",
"icons": {
"128": "assets/filterJobsFeeds.png"
},
"version": "1.11.2",
"permissions": [
"storage"
],
"action": {
"default_popup": "settings/opener/opener.html"
},
"content_scripts": [
{
"matches": [
"https://www.linkedin.com/jobs/search*",
"https://www.linkedin.com/jobs/collection*",
"https://www.linkedin.com/jobs/jobs-in-*",
"https://www.indeed.com/",
"https://www.indeed.com/?from=*",
"https://www.indeed.com/jobs*",
"https://wellfound.com/jobs"
],
"js": [
"main/main.js"
],
"css": [
"shared/vars.module.css",
"main/main.css"
]
}
],
"author": "Eve Aviv Keinan",
"manifest_version": 3,
"browser_specific_settings": {
"gecko": {
"id": "evavkein@gmail.com"
}
}
}