Swearable
Use Swearable to glorify the shit out of your web experience!
Apa itu Swearable?
Swearable adalah ekstensi Chrome yang dikembangkan oleh okparts, dan fitur utamanya adalah "Use Swearable to glorify the shit out of your web experience!".
Unduh Berkas CRX Ekstensi Swearable
Unduh file ekstensi Swearable 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
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
Informasi Dasar Ekstensi
Nama | |
ID | padconfncnccomkbmlbpcdpmbbelmkmn |
URL Resmi | https://chrome.google.com/webstore/detail/swearable/padconfncnccomkbmlbpcdpmbbelmkmn |
Deskripsi | Use Swearable to glorify the shit out of your web experience! |
Ukuran File | 15.99 KB |
Jumlah Instalasi | 29 |
Versi Saat Ini | 0.0.3 |
Terakhir Diperbarui | 2015-05-27 |
Tanggal Publikasi | 2015-05-27 |
Penilaian | 5.00/5 Total 1 Penilaian |
Pengembang | okparts |
Tipe Pembayaran | free |
Bahasa yang Didukung | 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" ] } ] } |