Selectable - for fanfiction.net and more

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

什么是Selectable - for fanfiction.net and more?

Selectable - for fanfiction.net and more是由Brian开发的Chrome扩展程序,该扩展的主要功能是“Lets you select text on websites (i.e. fanfiction.net) that disable this functionality.”。

扩展截图

screenshot
screenshot
screenshot

下载Selectable - for fanfiction.net and more扩展crx文件

下载Selectable - for fanfiction.net and more扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。

扩展使用说明

                        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                    

扩展基本信息

名称 Selectable - for fanfiction.net and more Selectable - for fanfiction.net and more
ID jcidlhgdoojamkbpmhbpgldmajnobefd
官方URL https://chromewebstore.google.com/detail/selectable-for-fanfiction/jcidlhgdoojamkbpmhbpgldmajnobefd
简介 Lets you select text on websites (i.e. fanfiction.net) that disable this functionality.
文件大小 67.52 KB
安装次数 6,911
当前版本 1.2
更新时间 2023-04-12
上架时间 2014-06-10
评分 4.35/5 共98次评分
开发者 Brian
电子邮箱 [email protected]
付费类型 free
扩展官网 http://www.roizentech.com
支持的语言 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"
            ]
        }
    ]
}