Selectable - for fanfiction.net and more

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

Qu'est-ce que Selectable - for fanfiction.net and more ?

Selectable - for fanfiction.net and more est une extension Chrome développée par Brian, et sa fonction principale est "Lets you select text on websites (i.e. fanfiction.net) that disable this functionality.".

Captures d'Écran de l'Extension

screenshot
screenshot
screenshot

Télécharger le fichier CRX de l'extension Selectable - for fanfiction.net and more

Téléchargez les fichiers d'extension Selectable - for fanfiction.net and more au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.

Instructions d'Utilisation de l'Extension

                        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                    

Informations de Base sur l'Extension

Nom Selectable - for fanfiction.net and more Selectable - for fanfiction.net and more
ID jcidlhgdoojamkbpmhbpgldmajnobefd
URL Officiel https://chromewebstore.google.com/detail/selectable-for-fanfiction/jcidlhgdoojamkbpmhbpgldmajnobefd
Description Lets you select text on websites (i.e. fanfiction.net) that disable this functionality.
Taille du Fichier 67.52 KB
Nombre d'Installations 6,911
Version Actuelle 1.2
Dernière Mise à Jour 2023-04-12
Date de Publication 2014-06-10
Évaluation 4.35/5 Total 98 Évaluations
Développeur Brian
Email [email protected]
Type de Paiement free
Site Web de l'Extension http://www.roizentech.com
Langues Prises en Charge 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"
            ]
        }
    ]
}