Skip to content

Latest commit

 

History

History
31 lines (19 loc) · 1.19 KB

README.md

File metadata and controls

31 lines (19 loc) · 1.19 KB

I see You EveryWhere👨‍💻

Author

DEMO

Make your own version 💻

📷📷📷📷📷📷📷 Start with Smile😄😄

0. Download the zip or clone using git clone https://github.com/GovindCodes/iSeeYouEveryWhere-Extention.git,
1. Navigate to images folder and place your custom images with same name.
2. Navigate chrome to chrome://extensions
3. Check the Developer mode toggle
4. Click on Load Unpacked Extension...
5. Select the folder containing the extension
6. HURRAHHH💥 You completed all steps successfully go to any website and enjoy.
6. OHHH WAIT WAIT, you forgot giving Star to the repository.:star::stuck_out_tongue::stuck_out_tongue_winking_eye:

Understanding files 👓

Manifest.json : This is overall configuration of chrome extention --(what it is allowed to do and when it is allowed to it.)

addict.js : It is content script, The javascript code for the content of web page for any given content to be on.