Swearable
Use Swearable to glorify the shit out of your web experience!
什麼是Swearable?
Swearable是由okparts開發的Chrome擴展程式,該擴展的主要功能是“Use Swearable to glorify the shit out of your web experience!”。
下載Swearable擴展crx文件
下載Swearable擴展crx格式的文件,手動將Chrome擴充功能安裝到瀏覽器中,也可以將crx文件分享給朋友,輕鬆安裝Chrome擴充功能。
擴展使用說明
Swearable glorifies the shit out of your Chrome web experience! Swearable injects a variety of swear words into every web page you visit. You will not be disappointed, unless you're a holyroller or prig or goody two-shoes or generally don't like swearing
擴展基本資訊
名稱 | |
ID | padconfncnccomkbmlbpcdpmbbelmkmn |
官方網址 | https://chrome.google.com/webstore/detail/swearable/padconfncnccomkbmlbpcdpmbbelmkmn |
簡介 | Use Swearable to glorify the shit out of your web experience! |
檔案大小 | 15.99 KB |
安裝次數 | 29 |
目前版本 | 0.0.3 |
更新時間 | 2015-05-27 |
上架時間 | 2015-05-27 |
評分 | 5.00/5 共 1 次評分 |
開發者 | okparts |
付費類型 | free |
支援的語言 | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "Swearable", "short_name": "Swearable", "description": "Use Swearable to glorify the shit out of your web experience!", "version": "0.0.3", "icons": { "19": "images\/icon19.png", "128": "images\/icon128.png" }, "browser_action": { "default_icon": "images\/icon19.png", "default_title": "Swearable", "default_popup": "html\/popup.html" }, "options_page": "options\/options.html", "content_scripts": [ { "matches": [ "http:\/\/*\/*", "https:\/\/*\/*" ], "js": [ "js\/swearable.js" ] } ] } |