SpankSafe
This extension will add the current page to your SpankSafe.com account. A...bookmark alternative ;)
Apa itu SpankSafe?
SpankSafe adalah ekstensi Chrome yang dikembangkan oleh dirtymouthclub, dan fitur utamanya adalah "This extension will add the current page to your SpankSafe.com account. A...bookmark alternative ;)".
Screenshot Ekstensi
Unduh Berkas CRX Ekstensi SpankSafe
Unduh file ekstensi SpankSafe dalam format crx, pasang ekstensi Chrome secara manual di peramban, atau bagikan file crx dengan teman untuk menginstal ekstensi Chrome dengan mudah.
Petunjuk Penggunaan Ekstensi
This extension will add the current page to your SpankSafe.com account. A...bookmark alternative
Informasi Dasar Ekstensi
Nama | |
ID | fbcajhmpaaenfacgbaceoijngcpmneke |
URL Resmi | https://chromewebstore.google.com/detail/spanksafe/fbcajhmpaaenfacgbaceoijngcpmneke |
Deskripsi | This extension will add the current page to your SpankSafe.com account. A...bookmark alternative ;) |
Ukuran File | 32.84 KB |
Jumlah Instalasi | 64 |
Versi Saat Ini | 0.1.1 |
Terakhir Diperbarui | 2016-11-06 |
Tanggal Publikasi | 2016-11-05 |
Penilaian | 5.00/5 Total 2 Penilaian |
Pengembang | dirtymouthclub |
[email protected] | |
Tipe Pembayaran | free |
Bahasa yang Didukung | 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" } |