History Blocker
Stop people from seeing your history!
ما هو History Blocker؟
History Blocker هو إضافة Chrome تم تطويرها بواسطة FrostyAnimations126، والميزة الرئيسية لها هي "Stop people from seeing your history!".
لقطات شاشة التمديد
تحميل ملف CRX للإضافة History Blocker
قم بتنزيل ملفات الامتداد History Blocker بتنسيق crx ، وقم بتثبيت الامتدادات يدويًا في متصفح Chrome ، أو شارك ملفات crx مع الأصدقاء لتثبيت الامتدادات بسهولة.
تعليمات استخدام التمديد
Overrides the History page with a username and password Username: CrispyChips Password: LOL! Blocks any way of accessing the chrome://history page If you do get the username and password right, it will just show a blank page
معلومات أساسية عن التمديد
الاسم | History Blocker |
ID | cbdkapkidjcpnnhekahbcchgnlciemok |
عنوان URL الرسمي | https://chromewebstore.google.com/detail/history-blocker/cbdkapkidjcpnnhekahbcchgnlciemok |
الوصف | Stop people from seeing your history! |
حجم الملف | 8.09 KB |
عدد التثبيتات | 23 |
النسخة الحالية | 1.2.3 |
آخر تحديث | 2021-10-21 |
تاريخ النشر | 2021-10-20 |
المطور | FrostyAnimations126 |
البريد الإلكتروني | [email protected] |
نوع الدفع | free |
موقع الإضافة | https://nekavid.club/apps/History_Blocker |
عنوان صفحة سياسة الخصوصية | https://docs.google.com/document/d/12Ww7KfNPV-neh__QqYslItSztkcb-Dd3p6OgX-8u-Mk/view |
اللغات المدعومة | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "History Blocker", "manifest_version": 2, "version": "1.2.3", "description": "Stop people from seeing your history!", "background": { "scripts": [ "background.js" ] }, "permissions": [], "chrome_url_overrides": { "history": "history.html" }, "icons": { "16": "icons\/iconWeb.png", "32": "icons\/iconWeb.png" }, "browser_action": { "default_icon": { "16": "icons\/iconWeb.png", "32": "icons\/iconWeb.png" } }, "commands": { "Open Fake History": { "suggested_key": { "default": "Ctrl+Shift+H", "mac": "Command+Shift+H" }, "description": "Open a Fake History page" } } } |