CrackIt

Cracking comprehensive exam

CrackItคืออะไร?

CrackIt เป็นส่วนขยายของ Chrome ที่พัฒนาโดย khelobachoo และคุณลักษณะหลักของมันคือ "Cracking comprehensive exam"

ภาพหน้าจอของส่วนขยาย

screenshot
screenshot
screenshot
screenshot

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย CrackIt

ดาวน์โหลดไฟล์ส่วนขยาย CrackIt ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย

คำแนะนำในการใช้ส่วนขยาย

                        * Branches included :- BCE, BCB, BCI, BEC, BMD, BEE, BEI, BIT, BME, BCL, BIS, BPI, BBT, BCM
* No more tab switching and getting caught
* Chrome extension for searching comprehensive answers is here.
* Copy part of question and paste it in extension search bar
* Hide it when not required
* Difficult to get caught with this

Important instructions
-Now you can add multiple files of your own.
-download CrackIt zip file(https://drive.google.com/drive/u/0/folders/1sQHIQ4KT9fQ6EZye6MeJTWQbNdkvxzED) and extract it
-rename your pdfs file to any of this [ PDF1, PDF2, PDF3, PDF4, PDF5]
-in the extracted zip folder open /web/PDF folder and put you renamed pdf file there
-open this url in chrome - chrome://extensions
-on the top right corner you will see "Developer Mode" option turn that on
-on top left corner you can now see "Load Unpacked".
-Browse the folder extracted before and select it
-at this point you will get an error,but don't worry just select pdf from the dropdown menu in CrackIt and everything will work fine.
-Extension is loaded and can be used normally
-open CrackIt extension and now you can select the pdf you loaded

--- I think the rest you all can manage on your own. You can convert the modified extention folder to zip, upload the zip file on schoology or vtop or any other platform and can unpack on your pc in labs ---
--- 100% fool proof solution ----
--- Works even if chrome web store is blocked ---

PDFs 
*******
https://drive.google.com/folderview?id=1PE5Oxg9i9vX7rC629sKg9jlT5Ey_AXks
*******

KHELO BACHOO !!!
github: https://github.com/khelobachoo/CrackIt.git
contributions are encouraged
contact me at: [email protected]                    

ข้อมูลพื้นฐานของส่วนขยาย

ชื่อ CrackIt CrackIt
ID pciphakmfhmgceiplhfigpmkkgdmggpp
URL อย่างเป็นทางการ https://chromewebstore.google.com/detail/crackit/pciphakmfhmgceiplhfigpmkkgdmggpp
คำอธิบาย Cracking comprehensive exam
ขนาดไฟล์ 23.62 MB
จำนวนการติดตั้ง 1,271
เวอร์ชันปัจจุบัน 3.3.6
อัปเดตครั้งล่าสุด 2020-02-03
วันที่เผยแพร่ 2020-02-03
คะแนน 4.67/5 รวมทั้งหมด 3 คะแนน
ผู้พัฒนา khelobachoo
อีเมล [email protected]
ประเภทการชำระเงิน free
เว็บไซต์ส่วนขยาย https://drive.google.com/drive/u/0/folders/1sQHIQ4KT9fQ6EZye6MeJTWQbNdkvxzED
URL หน้าช่วยเหลือ https://drive.google.com/drive/u/0/folders/1sQHIQ4KT9fQ6EZye6MeJTWQbNdkvxzED
ภาษาที่รองรับ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "CrackIt",
    "version": "3.3.6",
    "description": "Cracking comprehensive exam",
    "permissions": [
        "declarativeContent",
        "storage"
    ],
    "background": {
        "scripts": [
            "background.js"
        ],
        "persistent": false
    },
    "browser_action": {
        "default_popup": "popup.html"
    },
    "content_security_policy": "script-src 'self' 'unsafe-eval'; object-src 'self'",
    "manifest_version": 2
}