Selectable - for fanfiction.net and more

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

Apa itu Selectable - for fanfiction.net and more?

Selectable - for fanfiction.net and more adalah ekstensi Chrome yang dikembangkan oleh Brian, dan fitur utamanya adalah "Lets you select text on websites (i.e. fanfiction.net) that disable this functionality.".

Screenshot Ekstensi

screenshot
screenshot
screenshot

Unduh Berkas CRX Ekstensi Selectable - for fanfiction.net and more

Unduh file ekstensi Selectable - for fanfiction.net and more dalam format crx, pasang ekstensi Chrome secara manual di peramban, atau bagikan file crx dengan teman untuk menginstal ekstensi Chrome dengan mudah.

Petunjuk Penggunaan Ekstensi

                        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                    

Informasi Dasar Ekstensi

Nama Selectable - for fanfiction.net and more Selectable - for fanfiction.net and more
ID jcidlhgdoojamkbpmhbpgldmajnobefd
URL Resmi https://chromewebstore.google.com/detail/selectable-for-fanfiction/jcidlhgdoojamkbpmhbpgldmajnobefd
Deskripsi Lets you select text on websites (i.e. fanfiction.net) that disable this functionality.
Ukuran File 67.52 KB
Jumlah Instalasi 6,911
Versi Saat Ini 1.2
Terakhir Diperbarui 2023-04-12
Tanggal Publikasi 2014-06-10
Penilaian 4.35/5 Total 98 Penilaian
Pengembang Brian
Email [email protected]
Tipe Pembayaran free
Situs Ekstensi http://www.roizentech.com
Bahasa yang Didukung 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"
            ]
        }
    ]
}