Similar Websites
Similar Websites
ما هو Similar Websites؟
Similar Websites هو إضافة Chrome تم تطويرها بواسطة https://odir.org، والميزة الرئيسية لها هي "Similar Websites".
تحميل ملف CRX للإضافة Similar Websites
قم بتنزيل ملفات الامتداد Similar Websites بتنسيق crx ، وقم بتثبيت الامتدادات يدويًا في متصفح Chrome ، أو شارك ملفات crx مع الأصدقاء لتثبيت الامتدادات بسهولة.
تعليمات استخدام التمديد
معلومات أساسية عن التمديد
الاسم | ![]() |
ID | bphmdijlndgbcfcafdkjmidjkeidenci |
عنوان URL الرسمي | https://chrome.google.com/webstore/detail/similar-websites/bphmdijlndgbcfcafdkjmidjkeidenci |
الوصف | Similar Websites |
حجم الملف | 701 KB |
عدد التثبيتات | 135 |
النسخة الحالية | 0.0.4 |
آخر تحديث | 2017-02-16 |
تاريخ النشر | 2017-02-16 |
تقييم | 5.00/5 مجموع تقييمات 1 |
المطور | https://odir.org |
نوع الدفع | free |
اللغات المدعومة | de,en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "__MSG_appName__", "short_name": "__MSG_shortName__", "version": "0.0.4", "manifest_version": 2, "description": "__MSG_appDescription__", "icons": { "16": "images\/icon-16.png", "128": "images\/icon-128.png" }, "default_locale": "en", "background": { "scripts": [ "scripts\/background.js" ], "persistent": false }, "content_scripts": [ { "run_at": "document_start", "matches": [ "*:\/\/*.odir.org\/*", "*:\/\/*.odir.us\/*" ], "js": [ "scripts\/content.js" ] } ], "chrome_url_overrides": { "newtab": "index.html" }, "optional_permissions": [ "topSites" ], "browser_action": { "default_icon": "images\/icon-128.png" }, "content_security_policy": "script-src 'self' 'unsafe-eval' https:\/\/ssl.google-analytics.com\/ga.js; object-src 'self'" } |