SpankSafe
This extension will add the current page to your SpankSafe.com account. A...bookmark alternative ;)
什麼是SpankSafe?
SpankSafe是由dirtymouthclub開發的Chrome擴展程式,該擴展的主要功能是“This extension will add the current page to your SpankSafe.com account. A...bookmark alternative ;)”。
擴展截圖
下載SpankSafe擴展crx文件
下載SpankSafe擴展crx格式的文件,手動將Chrome擴充功能安裝到瀏覽器中,也可以將crx文件分享給朋友,輕鬆安裝Chrome擴充功能。
擴展使用說明
This extension will add the current page to your SpankSafe.com account. A...bookmark alternative
擴展基本資訊
名稱 | |
ID | fbcajhmpaaenfacgbaceoijngcpmneke |
官方網址 | 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" } |