BSS - Better SS.com & SS.lv
SS.com & SS.lv enhancements
What is BSS - Better SS.com & SS.lv?
BSS - Better SS.com & SS.lv is a Chrome extension developed by Kristofers Ozoliņš, and its main feature is "SS.com & SS.lv enhancements".
Extension Screenshots
Download BSS - Better SS.com & SS.lv Extension CRX File
Download BSS - Better SS.com & SS.lv extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.
Extension Usage Instructions
BSS iespējo vairākus SS.com un SS.lv uzlabojumus. • Nakts režīms • Infinite scrolling • Sludinājumu filtri • Jaunu sludinājumu paziņojumi • Iespēja atvērt sludinājuma galeriju, karti un aprakstu, neatverot pašu sludinājumu. Par kļūdām un ieteikumiem vari ziņot šeit: https://github.com/raideer/bss/issues
Extension Basic Information
Name | BSS - Better SS.com & SS.lv |
ID | kdbfigcfjmcioeepohmfenkddijmball |
Official URL | https://chromewebstore.google.com/detail/bss-better-sscom-sslv/kdbfigcfjmcioeepohmfenkddijmball |
Description | SS.com & SS.lv enhancements |
File Size | 1.98 MB |
Installation Count | 43 |
Current Version | 2.0.4 |
Last Updated | 2023-08-24 |
Publish Date | 2021-10-31 |
Rating | 5.00/5 Total 5 Ratings |
Developer | Kristofers Ozoliņš |
[email protected] | |
Payment Type | free |
Extension Website | https://github.com/raideer/bss |
Help Page URL | https://github.com/raideer/bss/issues |
Supported Languages | lv |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "BSS - Better SS.com & SS.lv", "version": "2.0.4", "description": "SS.com & SS.lv enhancements", "icons": { "16": "assets\/icons\/bss16.png", "48": "assets\/icons\/bss48.png", "128": "assets\/icons\/bss128.png" }, "permissions": [ "declarativeNetRequest", "storage", "alarms", "notifications" ], "content_scripts": [ { "matches": [ "https:\/\/*.ss.com\/*", "https:\/\/*.ss.lv\/*" ], "run_at": "document_start", "js": [ "bss.js" ], "css": [ "bss.css" ] } ], "declarative_net_request": { "rule_resources": [ { "id": "style-blocker", "enabled": true, "path": "assets\/style-blocker.json" } ] }, "background": { "service_worker": "service-worker.js", "type": "module" }, "web_accessible_resources": [ { "resources": [ "assets\/fonts\/bss.ttf", "assets\/fonts\/bss.woff", "assets\/fonts\/Roboto-Light.ttf", "assets\/fonts\/Roboto-Medium.ttf", "assets\/fonts\/Roboto-Regular.ttf" ], "matches": [ "https:\/\/*.ss.com\/*", "https:\/\/*.ss.lv\/*" ] } ], "manifest_version": 3 } |