SpankSafe
This extension will add the current page to your SpankSafe.com account. A...bookmark alternative ;)
ما هو SpankSafe؟
SpankSafe هو إضافة Chrome تم تطويرها بواسطة dirtymouthclub، والميزة الرئيسية لها هي "This extension will add the current page to your SpankSafe.com account. A...bookmark alternative ;)".
لقطات شاشة التمديد
تحميل ملف CRX للإضافة SpankSafe
قم بتنزيل ملفات الامتداد SpankSafe بتنسيق crx ، وقم بتثبيت الامتدادات يدويًا في متصفح Chrome ، أو شارك ملفات crx مع الأصدقاء لتثبيت الامتدادات بسهولة.
تعليمات استخدام التمديد
This extension will add the current page to your SpankSafe.com account. A...bookmark alternative
معلومات أساسية عن التمديد
الاسم | |
ID | fbcajhmpaaenfacgbaceoijngcpmneke |
عنوان URL الرسمي | https://chromewebstore.google.com/detail/spanksafe/fbcajhmpaaenfacgbaceoijngcpmneke |
الوصف | This extension will add the current page to your SpankSafe.com account. A...bookmark alternative ;) |
حجم الملف | 32.84 KB |
عدد التثبيتات | 64 |
النسخة الحالية | 0.1.1 |
آخر تحديث | 2016-11-06 |
تاريخ النشر | 2016-11-05 |
تقييم | 5.00/5 مجموع تقييمات 2 |
المطور | dirtymouthclub |
البريد الإلكتروني | [email protected] |
نوع الدفع | free |
اللغات المدعومة | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "SpankSafe", "description": "This extension will add the current page to your SpankSafe.com account. A...bookmark alternative ;)", "version": "0.1.1", "icons": { "48": "icon48.png", "128": "icon128.png" }, "browser_action": { "default_icon": "icon.png", "default_popup": "popup.html" }, "permissions": [ "tabs", "cookies", "*:\/\/*.spanksafe.com\/", "http:\/\/spanksafe.com\/", "http:\/\/www.spanksafe.com\/" ], "incognito": "split" } |