Data is synced from the Chrome Web Store. View the official store page for the most current information.
This extension is no longer available on the Chrome Web Store. We noticed it was gone on Sep 18, 2025.
{
"update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
"manifest_version": 3,
"name": "BlockerSchool",
"description": "L'objectif est de filtrer les offres qui sont issus d'\u00e9coles afin d'avoir un meilleur visuel sur les R\u00c9ELLES offres d'alternance",
"version": "3.1",
"content_scripts": [
{
"matches": [
"<all_urls>"
],
"js": [
"jquery.js",
"myscript.js"
]
}
]
}