Tweet Peep 👀
Peep Thoughts on Twitter
ما هو Tweet Peep 👀؟
Tweet Peep 👀 هو إضافة Chrome تم تطويرها بواسطة https://glasp.co، والميزة الرئيسية لها هي "Peep Thoughts on Twitter".
لقطات شاشة التمديد
تحميل ملف CRX للإضافة Tweet Peep 👀
قم بتنزيل ملفات الامتداد Tweet Peep 👀 بتنسيق crx ، وقم بتثبيت الامتدادات يدويًا في متصفح Chrome ، أو شارك ملفات crx مع الأصدقاء لتثبيت الامتدادات بسهولة.
تعليمات استخدام التمديد
Tweet Peep 👀 gives you instant, one-click access to what other people are saying about the articles and videos you're browsing.
معلومات أساسية عن التمديد
الاسم | Tweet Peep 👀 |
ID | naajicfpnocgkefffkgekndknlifgagb |
عنوان URL الرسمي | https://chromewebstore.google.com/detail/tweet-peep-%F0%9F%91%80/naajicfpnocgkefffkgekndknlifgagb |
الوصف | Peep Thoughts on Twitter |
حجم الملف | 26.24 KB |
عدد التثبيتات | 214 |
النسخة الحالية | 1.1.3 |
آخر تحديث | 2023-08-25 |
تاريخ النشر | 2021-02-23 |
تقييم | 5.00/5 مجموع تقييمات 4 |
المطور | https://glasp.co |
البريد الإلكتروني | [email protected] |
نوع الدفع | free |
موقع الإضافة | https://www.notion.so/Tweet-Peep-809e1c498f8a4e0889d2a82baf4dfcb1 |
عنوان صفحة سياسة الخصوصية | https://www.glasp.co/privacy-policy |
اللغات المدعومة | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Tweet Peep \ud83d\udc40", "version": "1.1.3", "manifest_version": 3, "description": "Peep Thoughts on Twitter", "background": { "service_worker": "background.js", "type": "module" }, "action": { "default_icon": { "48": "src\/images\/48.png" }, "default_popup": "popup.html" }, "content_scripts": [ { "matches": [ "*:\/\/*\/*" ], "js": [ "src\/contentscript\/content.js" ], "all_frames": false } ], "content_security_policy": { "extension_pages": "script-src 'self'; object-src 'self'" }, "icons": { "16": "src\/images\/16.png", "48": "src\/images\/48.png", "128": "src\/images\/128.png" }, "permissions": [ "tabs", "contextMenus" ] } |