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
Eメール [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"
            ]
        }
    ]
}