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
官方網址 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"
            ]
        }
    ]
}