mirror of
https://github.com/lebr0nli/slader-extension.git
synced 2025-05-10 19:02:07 +00:00
Add quizlet files
This commit is contained in:
parent
746027eb9c
commit
3f50357b3f
0
slader-limit-bypass/js/quizlet_bypass.js
Normal file
0
slader-limit-bypass/js/quizlet_bypass.js
Normal file
|
@ -1,6 +1,6 @@
|
||||||
{
|
{
|
||||||
"name": "slader bypass",
|
"name": "slader bypass",
|
||||||
"version": "0.1",
|
"version": "0.2",
|
||||||
"author":"Alan Li",
|
"author":"Alan Li",
|
||||||
"description": "slader 5 solutions limit bypass",
|
"description": "slader 5 solutions limit bypass",
|
||||||
"permissions": [
|
"permissions": [
|
||||||
|
@ -18,7 +18,11 @@
|
||||||
{
|
{
|
||||||
"matches": ["*://*.slader.com/textbook/*"],
|
"matches": ["*://*.slader.com/textbook/*"],
|
||||||
"js": ["js/content_script.js"]
|
"js": ["js/content_script.js"]
|
||||||
}
|
},
|
||||||
|
{
|
||||||
|
"matches": ["*://quizlet.com/explanations/questions/*"],
|
||||||
|
"js": ["js/quizlet_bypass.js"]
|
||||||
|
}
|
||||||
],
|
],
|
||||||
"manifest_version": 2
|
"manifest_version": 2
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue