Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Adding extensions? #18

Open
Syxany opened this issue Nov 16, 2024 · 7 comments
Open

Adding extensions? #18

Syxany opened this issue Nov 16, 2024 · 7 comments

Comments

@Syxany
Copy link

Syxany commented Nov 16, 2024

I'm not a coder, and I'm not sure how to add extensions I can hang. My school has two main extensions, one of them being called "linewize" I'm not sure how to block it, or what the ID is, I had seen the ID in a video a while ago but I cannot find it. If anyone can help me figure out how to put in the code for the extension, that would help a lot. Thanks!

@Syxany
Copy link
Author

Syxany commented Nov 16, 2024

Found the ID: ifinpabiejbjobcphhaomiifjibpkjlf

@schoolexploitkid
Copy link
Contributor

go to chrome-extension://ifinpabiejbjobcphhaomiifjibpkjlf/manifest.json, scroll down to the "web_accessible_resources" part, and copy and paste it here.

@demon9k
Copy link

demon9k commented Nov 25, 2024

done

"web_accessible_resources": [ {
"matches": [ "\u003Call_urls>" ],
"resources": [ "/background/assets/imgs/Close.svg", "/background/assets/pages/default-blocked.html", "/chat/assets/imgs/bubble.svg", "/chat/assets/imgs/pendo.png", "/chat/assets/imgs/beta.svg", "/chat/assets/imgs/closePendo.svg", "*.js.map" ]
} ]
}

@schoolexploitkid
Copy link
Contributor

ok, lemme add it

@Vhvuvyvhchvhvhvyv
Copy link
Contributor

Vhvuvyvhchvhvhvyv commented Dec 20, 2024

ok, lemme add it

Hey, can you do mine? I cant really find out how to do the pull request, it doesn't seem to work for me, "No comparable branches"
The id is kdpgkligilplaanoaoblcpjahjjeghcl
It's called Borderless Classroom

@schoolexploitkid
Copy link
Contributor

schoolexploitkid commented Dec 22, 2024

can u paste the manifest.json here? like the content inside it

@Vhvuvyvhchvhvhvyv
Copy link
Contributor

{
"background": {
"scripts": [ "captureconsole.min.js", "bundle.min.js", "jquery.min.js", "msgpack.min.js", "util.js", "logger.js", "connection.js", "lz_string.min.js", "classroom.js", "lru_cache.js", "filter.js", "client.js", "rtc.js", "lecture.js", "chrome_utils.js", "comm/win_agent.js", "filter_injection.js" ]
},
"browser_action": {
"default_icon": "mtm.png",
"default_title": "Borderless Classroom Student"
},
"content_scripts": [ {
"all_frames": true,
"js": [ "main.js" ],
"matches": [ "\u003Call_urls>" ]
} ],
"default_locale": "en",
"description": "Aristotle Student",
"externally_connectable": {
"matches": [ "://.aristotleinsight.com/*" ]
},
"icons": {
"128": "mtm.png"
},
"key": "MIIBIjANBgkqhkiG9w0BAQEFAAOCAQ8AMIIBCgKCAQEApQHrsq3vrmOiROggFY+tuEpNQgC4UHpL/yj25+M3376O4xUmYXeZcGm18E92WhzLHSzH6Zn9L1hmCCavW2JCjcPUxzGBoDV6DMuoQF60ZI4gEqeAYGmFAWe7nvGQDip2qB0bkw4EJBjq/3TKw+2ureZhRh5mn/2R2gMFyMDQfnC7tU4W2E9iFPuc9X82hrWcza+Fz+tGL3/4un1l4D1Z5nhGrf68siuoOqaFWL0VuqjCfVOVDYP849rypgojPvSki93m0DZBwcgfxwDzvlUMPAssRYtshOGTAH3Wt+R619DWl+ZB/I1rDd6Bz5BGocBiAEO6xJqsM6QmlCCskPrczwIDAQAB",
"manifest_version": 2,
"name": "Aristotle Student",
"permissions": [ "activeTab", "geolocation", "tabs", "webRequest", "webRequestBlocking", "webNavigation", "\u003Call_urls>", "management", "background", "downloads", "identity", "identity.email", "enterprise.deviceAttributes", "privacy", "notifications", "contextMenus", "storage", "power", "alarms", "cookies", "system.storage", "nativeMessaging", "contentSettings" ],
"properties": {
"connectRetryDelay": 20,
"connectTimeout": null,
"debug": false,
"logLevel": "Info",
"pingInterval": 5,
"restartOnNetConnect": false
},
"sandbox": {
"pages": [ "popup.html", "pages/block-iframe.html" ]
},
"update_url": "https://rogueone.aristotleinsight.com/UpdateCheck/RAPIDCITY_AS_SD_K12_AICS/078d3e684308eab63ef442a893e9820b/",
"version": "18.14.0"
}

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

4 participants