Selectable - for fanfiction.net and more

Lets you select text on websites (i.e. fanfiction.net) that disable this functionality.

What is Selectable - for fanfiction.net and more?

Selectable - for fanfiction.net and more is a Chrome extension developed by Brian, and its main feature is "Lets you select text on websites (i.e. fanfiction.net) that disable this functionality.".

Extension Screenshots

screenshot
screenshot
screenshot

Download Selectable - for fanfiction.net and more Extension CRX File

Download Selectable - for fanfiction.net and more 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

                        This extension lets you select text on any website even sites like FanFiction.net and Chegg, which explicitly disallow it!

If you find Selectable useful, please donate here: 
https://www.paypal.com/donate/?cmd=_s-xclick&hosted_button_id=KRL93XD6CDGRQ&ssrt=1681232417826                    

Extension Basic Information

Name Selectable - for fanfiction.net and more Selectable - for fanfiction.net and more
ID jcidlhgdoojamkbpmhbpgldmajnobefd
Official URL https://chromewebstore.google.com/detail/selectable-for-fanfiction/jcidlhgdoojamkbpmhbpgldmajnobefd
Description Lets you select text on websites (i.e. fanfiction.net) that disable this functionality.
File Size 67.52 KB
Installation Count 6,911
Current Version 1.2
Last Updated 2023-04-12
Publish Date 2014-06-10
Rating 4.35/5 Total 98 Ratings
Developer Brian
Email [email protected]
Payment Type free
Extension Website http://www.roizentech.com
Supported Languages en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Selectable - for fanfiction.net and more",
    "description": "Lets you select text on websites (i.e. fanfiction.net) that disable this functionality.",
    "version": "1.2",
    "icons": {
        "16": "icon16.png",
        "48": "icon48.png",
        "128": "icon128.png"
    },
    "browser_action": {
        "default_icon": "icon16.png",
        "default_popup": "popup.html"
    },
    "content_scripts": [
        {
            "matches": [
                ""
            ],
            "js": [
                "jquery.js",
                "content_script.js"
            ]
        }
    ]
}