Selectable - for fanfiction.net and more

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

Cos'è Selectable - for fanfiction.net and more?

Selectable - for fanfiction.net and more è un'estensione di Chrome sviluppata da Brian, e la sua funzione principale è "Lets you select text on websites (i.e. fanfiction.net) that disable this functionality.".

Screenshot dell'Estensione

screenshot
screenshot
screenshot

Scarica il file CRX dell'estensione Selectable - for fanfiction.net and more

Scarica i file di estensione Selectable - for fanfiction.net and more in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.

Istruzioni per l'Uso dell'Estensione

                        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                    

Informazioni di Base sull'Estensione

Nome Selectable - for fanfiction.net and more Selectable - for fanfiction.net and more
ID jcidlhgdoojamkbpmhbpgldmajnobefd
URL Ufficiale https://chromewebstore.google.com/detail/selectable-for-fanfiction/jcidlhgdoojamkbpmhbpgldmajnobefd
Descrizione Lets you select text on websites (i.e. fanfiction.net) that disable this functionality.
Dimensione del File 67.52 KB
Conteggio Installazioni 6,911
Versione Corrente 1.2
Ultimo Aggiornamento 2023-04-12
Data di Pubblicazione 2014-06-10
Valutazione 4.35/5 Totale 98 Valutazioni
Sviluppatore Brian
Email [email protected]
Tipo di Pagamento free
Sito Web dell'Estensione http://www.roizentech.com
Lingue Supportate 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"
            ]
        }
    ]
}