Selectable - for fanfiction.net and more

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

O que é Selectable - for fanfiction.net and more?

Selectable - for fanfiction.net and more é uma extensão do Chrome desenvolvida por Brian, e sua principal característica é "Lets you select text on websites (i.e. fanfiction.net) that disable this functionality.".

Capturas de Tela da Extensão

screenshot
screenshot
screenshot

Baixar o arquivo CRX da Extensão Selectable - for fanfiction.net and more

Baixe arquivos de extensão Selectable - for fanfiction.net and more no formato crx, instale manualmente as extensões do Chrome no navegador ou compartilhe os arquivos crx com amigos para instalar facilmente as extensões do Chrome.

Instruções de Uso da Extensão

                        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                    

Informações Básicas da Extensão

Nome Selectable - for fanfiction.net and more Selectable - for fanfiction.net and more
ID jcidlhgdoojamkbpmhbpgldmajnobefd
URL Oficial https://chromewebstore.google.com/detail/selectable-for-fanfiction/jcidlhgdoojamkbpmhbpgldmajnobefd
Descrição Lets you select text on websites (i.e. fanfiction.net) that disable this functionality.
Tamanho do Arquivo 67.52 KB
Contagem de Instalações 6,911
Versão Atual 1.2
Última Atualização 2023-04-12
Data de Publicação 2014-06-10
Classificação 4.35/5 Total de 98 Avaliações
Desenvolvedor Brian
Email [email protected]
Tipo de Pagamento free
Site da Extensão http://www.roizentech.com
Idiomas Suportados 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"
            ]
        }
    ]
}