Slorum strap-on

Addons for the Slorum

Slorum strap-onとは何ですか?

Slorum strap-onはmonopointによって開発されたChromeの拡張機能で、その主な機能は「Addons for the Slorum」です。

拡張機能のスクリーンショット

screenshot
screenshot

Slorum strap-on拡張機能のCRXファイルをダウンロード

Slorum strap-on拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。

拡張機能の使用方法

                        Slorum strap on.

direct suggestions and appreciations to SpinDrift @ The Slorum

inlines NSFW image links in forums
inlines youtube links in forums
keyboard shortcuts
paste image/nsfw directly from clip boards

click on app icon to toggle features

Ideas are very welcome, apply in the Slorum.

change log:
6.5
- resolved a bug where linked images would be treated as videos and display an empty box
- increased view size of embedded videos

6.4
- imgur no longer serve webm, so we switched to mp4 for all imgur video embeds.

6.3
- updated to imgur api v3

6.2
- small fixes

6.1
- click resized images to un-resize them

6.0
- option to resize tall images to fit inside browser window
- fixed a bug where gifv links were displayed as gif in clipboard tool

5.0
- embedding gifv links

4.6 
- gfycat bug bugs and snags.

4.3
- Tweaks to the clipboard box

4.2
- bugfix: duplicate loading of nsfw images

4.0
- added support for gfycat links

3.4
- added support for https

3.3
- nfsw .jpeg images supported

3.2
- Bugfix: embed media checkbox wouldn't stick

3.1
- bugfix on j to scroll to next image

3.0
- Embeds vimeo links

2.0
- Embed soundcloud links

1.28
- Fixed paste from clipboard buttons

1.26 
- Textual changes: removing Fazed, adding Slorum
- Added som more domains, removed old ones.
- Background in popup menu
- new Icons

1.24/25
- added fazed.nu

1.23
- Fixed a resize bug in popup menu

1.22 
- added permissions for new domain

1.21
- Keyboard short cut Help text in context menu

1.20
- inline NSFW images respect spoiler tags

1.13
- re-implemented and re-introduced attempt to reposition window after inserts, due to mr_green's annoyance levels reaching near maximum. Should now work much better than before.
- added option to disable re-position

1.12
- Press F to go back to main forum page
- tweaked image scroll-to offsets to show post header (like user name and post#)
- removed attempt to reposition scroll after inserting images. (It never worked like it should, and when it did it was unexpected)

1.11
- Press N to go to next page.
- J/K image navigation is now possible even before all images are loaded

1.10
- Press J and K to scroll to next / previous image or video
- Press H to scroll to first unread post

1.9
-Removed paste buttons from the tab index.7

1.8
-The clipboard box is now aware of changes to the clipboard
-Added close (clean clipboard) button to clipboard box

1.7
-one-click-buttons to paste [img] or [nsfw] from clipboard
-fixed potential security vulnerability, thanks to Adrienne Porter Felt
-various small fixes

1.6
-embeds youtu.be links

1.5
-embeds youtube links in forums
-extension icons
-repositions browser window after inlining

1.4
-click on icon to toggle nsfw images on or off
-added popup menu to icon
-changed name from fazeder to fazedr
-extension tries to only load images from actual image links
-downsizes large images to 800px wide for happy margins
-changed icon
-bug: "join us" link is marked as "nsfw" and generates an image                    

拡張機能の基本情報

名前 Slorum strap-on Slorum strap-on
ID jboeeifjpjmkohbkfhifcccmajlpcmdn
公式URL https://chromewebstore.google.com/detail/slorum-strap-on/jboeeifjpjmkohbkfhifcccmajlpcmdn
説明 Addons for the Slorum
ファイルサイズ 62.03 KB
インストール数 72
現在のバージョン 6.5
最終更新日 2016-07-24
公開日 2016-07-24
評価 5.00/5 合計 12 レビュー
開発者 monopoint
支払い方法 free
対応言語 en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Slorum strap-on",
    "short_name": "Slorum strap-on",
    "version": "6.5",
    "description": "Addons for the Slorum",
    "background": {
        "page": "helper.html"
    },
    "icons": {
        "16": "fazeder_icon_16.png",
        "48": "fazeder_icon_48.png",
        "128": "fazeder_icon_128.png"
    },
    "browser_action": {
        "default_icon": "fazeder_icon.png",
        "default_popup": "popup.html"
    },
    "content_scripts": [
        {
            "matches": [
                "http:\/\/*.fazed.nu\/forum*",
                "http:\/\/*.workwebpage.com\/forum*",
                "http:\/\/*.slorum.net\/forum\/*",
                "http:\/\/*.slorum.org\/forum\/*",
                "http:\/\/imabigmoronwhocantrememberhislines.com\/forum\/*",
                "https:\/\/*.fazed.nu\/forum*",
                "https:\/\/*.workwebpage.com\/forum*",
                "https:\/\/*.slorum.net\/forum\/*",
                "https:\/\/*.slorum.org\/forum\/*",
                "https:\/\/imabigmoronwhocantrememberhislines.com\/forum\/*"
            ],
            "js": [
                "jquery.js",
                "fazedr.js",
                "soundcloud.js",
                "helper.js"
            ],
            "css": [
                "fazedr.css"
            ]
        }
    ],
    "permissions": [
        "tabs",
        "clipboardRead",
        "clipboardWrite"
    ]
}