Skip to content

Commit c06aab6

Browse files
Merge pull request #53 from adhamhaithameid/Not_Stable_Yet
Add a brand new edited frame, Add a new "both" state frame, Fixed the theme algorithm, Add a debounce flag, Add dark mode style and colors, Add theme algorithm, Add better variables
2 parents 3666f05 + a6bf09e commit c06aab6

File tree

16 files changed

+5528
-1622
lines changed

16 files changed

+5528
-1622
lines changed

.output/chrome-mv3-dev/background.js

Lines changed: 277 additions & 74 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

.output/chrome-mv3-dev/content-scripts/comment_frame.js

Lines changed: 693 additions & 103 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

.output/chrome-mv3-dev/content-scripts/content.js

Lines changed: 793 additions & 125 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

.output/chrome-mv3-dev/content-scripts/drive_bypass.js

Lines changed: 118 additions & 34 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

.output/chrome-mv3-dev/content-scripts/edited_frame.js

Lines changed: 1321 additions & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

.output/chrome-mv3/content-scripts/comment_frame.js

Lines changed: 344 additions & 105 deletions
Large diffs are not rendered by default.

.output/chrome-mv3/content-scripts/content.js

Lines changed: 347 additions & 108 deletions
Large diffs are not rendered by default.

.output/chrome-mv3/content-scripts/edited_frame.js

Lines changed: 634 additions & 0 deletions
Large diffs are not rendered by default.

.output/chrome-mv3/manifest.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
{"manifest_version":3,"name":"Classroom Quick Downloader","description":"manifest.json description","version":"0.0.0","icons":{"16":"icon/16.png","32":"icon/32.png","48":"icon/48.png","96":"icon/96.png","128":"icon/128.png"},"permissions":["downloads","tabs"],"host_permissions":["https://drive.google.com/*","https://classroom.google.com/*","https://drive.usercontent.google.com/*","https://accounts.google.com/*"],"background":{"service_worker":"background.js"},"action":{"default_title":"Default Popup Title","default_popup":"popup.html"},"content_scripts":[{"matches":["https://classroom.google.com/*"],"run_at":"document_idle","js":["content-scripts/comment_frame.js","content-scripts/content.js"]},{"matches":["https://drive.google.com/*","https://drive.usercontent.google.com/*"],"run_at":"document_start","js":["content-scripts/drive_bypass.js"]}]}
1+
{"manifest_version":3,"name":"Classroom Quick Downloader","description":"manifest.json description","version":"0.0.0","icons":{"16":"icon/16.png","32":"icon/32.png","48":"icon/48.png","96":"icon/96.png","128":"icon/128.png"},"permissions":["downloads","tabs"],"host_permissions":["https://drive.google.com/*","https://classroom.google.com/*","https://drive.usercontent.google.com/*","https://accounts.google.com/*"],"background":{"service_worker":"background.js"},"action":{"default_title":"Default Popup Title","default_popup":"popup.html"},"content_scripts":[{"matches":["https://classroom.google.com/*"],"run_at":"document_idle","js":["content-scripts/comment_frame.js","content-scripts/content.js","content-scripts/edited_frame.js"]},{"matches":["https://drive.google.com/*","https://drive.usercontent.google.com/*"],"run_at":"document_start","js":["content-scripts/drive_bypass.js"]}]}

.wxt/types/paths.d.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,7 @@ declare module "wxt/browser" {
99
| "/content-scripts/comment_frame.js"
1010
| "/content-scripts/content.js"
1111
| "/content-scripts/drive_bypass.js"
12+
| "/content-scripts/edited_frame.js"
1213
| "/icon/128.png"
1314
| "/icon/16.png"
1415
| "/icon/32.png"

0 commit comments

Comments
 (0)