4k To Butt

Replaces 4k with Butt all over the web

Qu'est-ce que 4k To Butt ?

4k To Butt est une extension Chrome développée par JTaylorApps, et sa fonction principale est "Replaces 4k with Butt all over the web".

Captures d'Écran de l'Extension

screenshot

Télécharger le fichier CRX de l'extension 4k To Butt

Téléchargez les fichiers d'extension 4k To Butt 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

                        Lightweight and open source extension that converts the term "4k" to "Butt" all over the web.

Written originally by /u/Killeri404
Compiled and released by me, on his behalf

Version 1.0.1:
- Initial Release                    

Informations de Base sur l'Extension

Nom 4k To Butt 4k To Butt
ID cebppknaomfckghmlcmakemojakcegpc
URL Officiel https://chromewebstore.google.com/detail/4k-to-butt/cebppknaomfckghmlcmakemojakcegpc
Description Replaces 4k with Butt all over the web
Taille du Fichier 15.87 KB
Nombre d'Installations 180
Version Actuelle 1.0.1
Dernière Mise à Jour 2014-06-06
Date de Publication 2014-06-05
Évaluation 3.90/5 Total 10 Évaluations
Développeur JTaylorApps
Type de Paiement free
Langues Prises en Charge en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "4k To Butt",
    "version": "1.0.1",
    "manifest_version": 2,
    "icons": {
        "16": "icon16.png",
        "48": "icon48.png",
        "128": "icon128.jpg"
    },
    "description": "Replaces 4k with Butt all over the web",
    "content_scripts": [
        {
            "js": [
                "contentScript.js"
            ],
            "matches": [
                ""
            ],
            "all_frames": true
        }
    ],
    "web_accessible_resources": [
        "contentScript.js"
    ]
}