Insta Ghost
A browser extension for Instagram to read messages and see stories without read receipts or seen.
ما هو Insta Ghost؟
Insta Ghost هو إضافة Chrome تم تطويرها بواسطة http://ashish.link، والميزة الرئيسية لها هي "A browser extension for Instagram to read messages and see stories without read receipts or seen.".
لقطات شاشة التمديد
تحميل ملف CRX للإضافة Insta Ghost
قم بتنزيل ملفات الامتداد Insta Ghost بتنسيق crx ، وقم بتثبيت الامتدادات يدويًا في متصفح Chrome ، أو شارك ملفات crx مع الأصدقاء لتثبيت الامتدادات بسهولة.
تعليمات استخدام التمديد
Turn on ghost mode on Instagram to anonymously read messages and see stories without the seen receipt *The extension does not read or intercept any of your data.
معلومات أساسية عن التمديد
الاسم | |
ID | haigipojhdbjeekbhgnpbpakpmdogcbf |
عنوان URL الرسمي | https://chrome.google.com/webstore/detail/insta-ghost/haigipojhdbjeekbhgnpbpakpmdogcbf |
الوصف | A browser extension for Instagram to read messages and see stories without read receipts or seen. |
حجم الملف | 34.51 KB |
عدد التثبيتات | 111 |
النسخة الحالية | 1.0 |
آخر تحديث | 2022-01-17 |
تاريخ النشر | 2022-01-17 |
تقييم | 5.00/5 مجموع تقييمات 2 |
المطور | http://ashish.link |
البريد الإلكتروني | [email protected] |
نوع الدفع | free |
موقع الإضافة | https://github.com/ashish-r/insta-ghost |
عنوان صفحة المساعدة | https://github.com/ashish-r/insta-ghost/issues |
اللغات المدعومة | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Insta Ghost", "version": "1.0", "manifest_version": 2, "description": "A browser extension for Instagram to read messages and see stories without read receipts or seen.", "background": { "scripts": [ "script.js" ] }, "browser_action": { "default_popup": "option.html" }, "permissions": [ "storage", "webRequest", "webRequestBlocking", "*:\/\/*.instagram.com\/*" ], "icons": { "16": "logo\/logo16.png", "48": "logo\/logo48.png", "128": "logo\/logo128.png" } } |