Subscence
This extension was created to search moves sub
ما هو Subscence؟
Subscence هو إضافة Chrome تم تطويرها بواسطة mezorii، والميزة الرئيسية لها هي "This extension was created to search moves sub".
تحميل ملف CRX للإضافة Subscence
قم بتنزيل ملفات الامتداد Subscence بتنسيق crx ، وقم بتثبيت الامتدادات يدويًا في متصفح Chrome ، أو شارك ملفات crx مع الأصدقاء لتثبيت الامتدادات بسهولة.
تعليمات استخدام التمديد
To find movies sub
معلومات أساسية عن التمديد
الاسم | |
ID | bibbhgjjfifeckikjilloppkeohmgbmo |
عنوان URL الرسمي | https://chromewebstore.google.com/detail/subscence/bibbhgjjfifeckikjilloppkeohmgbmo |
الوصف | This extension was created to search moves sub |
حجم الملف | 107 KB |
عدد التثبيتات | 45 |
النسخة الحالية | 0.1 |
آخر تحديث | 2018-03-27 |
تاريخ النشر | 2018-03-27 |
المطور | mezorii |
نوع الدفع | free |
اللغات المدعومة | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Subscence", "version": "0.1", "manifest_version": 2, "description": "This extension was created to search moves sub", "homepage_url": "https:\/\/subscene.com\/", "icons": { "16": "icons\/icon16.png", "48": "icons\/icon48.png", "128": "icons\/icon128.png" }, "default_locale": "en", "background": { "scripts": [ "src\/bg\/background.js" ], "persistent": false }, "options_page": "src\/options_custom\/index.html", "page_action": { "default_icon": "icons\/icon19.png", "default_title": "page action demo", "default_popup": "src\/page_action\/page_action.html" }, "chrome_url_overrides": { "bookmarks": "src\/override\/override.html" }, "permissions": [ "bookmarks", "contextMenus", "history" ], "content_scripts": [ { "matches": [ "https:\/\/www.google.com\/*" ], "css": [ "src\/inject\/inject.css" ] } ] } |