{"id":23586431,"url":"https://github.com/ezshine/carefullyopenurl","last_synced_at":"2025-09-01T09:35:34.123Z","repository":{"id":269860152,"uuid":"907871198","full_name":"ezshine/CarefullyOpenURL","owner":"ezshine","description":"A Chrome extension that helps users browse the web more safely by adding confirmation steps before opening any links.","archived":false,"fork":false,"pushed_at":"2025-01-02T00:14:47.000Z","size":428,"stargazers_count":6,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-05-17T04:06:41.198Z","etag":null,"topics":["chrome-extension","security"],"latest_commit_sha":null,"homepage":"","language":"JavaScript","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/ezshine.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null,"zenodo":null}},"created_at":"2024-12-24T15:48:27.000Z","updated_at":"2025-05-08T09:47:57.000Z","dependencies_parsed_at":"2024-12-26T18:23:43.360Z","dependency_job_id":"49d495a4-5b0a-41b9-8d5b-db1b7c45f60c","html_url":"https://github.com/ezshine/CarefullyOpenURL","commit_stats":null,"previous_names":["ezshine/carefullyopenurl"],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/ezshine/CarefullyOpenURL","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ezshine%2FCarefullyOpenURL","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ezshine%2FCarefullyOpenURL/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ezshine%2FCarefullyOpenURL/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ezshine%2FCarefullyOpenURL/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/ezshine","download_url":"https://codeload.github.com/ezshine/CarefullyOpenURL/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ezshine%2FCarefullyOpenURL/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":273100464,"owners_count":25045697,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","status":"online","status_checked_at":"2025-09-01T02:00:09.058Z","response_time":120,"last_error":null,"robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":true,"can_crawl_api":true,"host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["chrome-extension","security"],"created_at":"2024-12-27T04:10:45.148Z","updated_at":"2025-09-01T09:35:34.094Z","avatar_url":"https://github.com/ezshine.png","language":"JavaScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"# CarefullyOpenURL\n\n\u003cdiv align=\"center\"\u003e\n\n![CarefullyOpenURL Logo](assets/logo128.png)\n\nA Chrome extension that helps users browse the web more safely by adding confirmation steps before open any URLs.\n\n[![License](https://img.shields.io/badge/license-MIT-blue.svg)](LICENSE)\n[![Chrome Web Store](https://img.shields.io/badge/Chrome-Extension-green.svg)](https://chromewebstore.google.com/detail/fehlepigmdlihclchflgabggapbdcapa?authuser=2\u0026hl=en)\n[![Version](https://img.shields.io/badge/version-1.0.1-brightgreen.svg)](https://github.com/ezshine/CarefullyOpenURL/releases)\n\n[Features](#features) • [Installation](#installation) • [Usage](#usage) • [Contributing](#contributing) • [License](#license)\n\n\u003c/div\u003e\n\n## 🌟 Features\n\n- 🛡️ Intercepts all webpage requests for enhanced security\n- ⚡ Lightweight and fast performance\n- 🔒 Triple confirmation system to prevent accidental clicks\n- 👀 Clear visual feedback for each confirmation step\n- 🌐 Works on all websites\n- 🎨 Clean and intuitive user interface\n\n## 💻 Screenshots\n\n![Screenshot 1: Confirmation Dialog](screenshot01.png)\n![Screenshot 2: Settings Panel](screenshot02.png)\n\n## 📦 Installation\n\n### From Chrome Web Store (Recommended)\n1. Visit the [Chrome Web Store](https://chromewebstore.google.com/detail/fehlepigmdlihclchflgabggapbdcapa?authuser=2\u0026hl=en)\n2. Click \"Add to Chrome\"\n3. Follow the prompts to complete installation\n\n### Manual Installation (Developer Mode)\n1. Download or clone this repository\n2. Open Chrome and navigate to `chrome://extensions/`\n3. Enable \"Developer mode\" in the top-right corner\n4. Click \"Load unpacked\"\n5. Select the extension directory\n\n## 🚀 Usage\n\n1. Click any link on any webpage\n2. A confirmation dialog will appear\n3. Click the confirmation button three times\n4. Click the \"Visit Website\" button to proceed to your destination\n\n## 🔧 Development\n\n### Prerequisites\n- Google Chrome Browser\n- Basic knowledge of HTML, CSS, and JavaScript\n- Git (optional, for version control)\n\n### Setup Development Environment\n```bash\n# Clone the repository\ngit clone https://github.com/ezshine/CarefullyOpenURL.git\n\n# Navigate to the project directory\ncd CarefullyOpenURL\n\n# Start developing!\n```\n\n## 🤝 Contributing\n\nWe welcome contributions! Here's how you can help:\n\n1. Fork the repository\n2. Create your feature branch (`git checkout -b feature/AmazingFeature`)\n3. Commit your changes (`git commit -m 'Add some AmazingFeature'`)\n4. Push to the branch (`git push origin feature/AmazingFeature`)\n5. Open a Pull Request\n\n## 📝 License\n\nThis project is licensed under the MIT License - see the [LICENSE](LICENSE) file for details.\n\n## 🙏 Acknowledgments\n\n- Thanks to all contributors who have helped this project grow\n- Special thanks to the Chrome Extensions development community\n\n## 📞 Contact\n\n- Social: [@ezshine](https://x.com/intent/follow?screen_name=ezshine)\n\n## ⭐ Support\n\nIf you find this project helpful, please consider giving it a star on GitHub!\n\n---\n\n\u003cdiv align=\"center\"\u003e\nMade with ❤️ by \u003ca href='https://x.com/intent/follow?screen_name=ezshine'\u003e@ezshine\u003c/a\u003e\n\u003c/div\u003e","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fezshine%2Fcarefullyopenurl","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fezshine%2Fcarefullyopenurl","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fezshine%2Fcarefullyopenurl/lists"}