4k To Butt

Replaces 4k with Butt all over the web

Vad är 4k To Butt?

4k To Butt är en Chrome-tillägg utvecklad av JTaylorApps, och dess huvudfunktion är "Replaces 4k with Butt all over the web".

Tilläggsskärmbilder

screenshot

Ladda ner 4k To Butt-förlängningens CRX-fil

Ladda ner 4k To Butt-filändelser i crx-format, installera Chrome-tillägg manuellt i webbläsaren eller dela crx-filerna med vänner för att enkelt installera Chrome-tillägg.

Användarmanual för Tillägg

                        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                    

Grundläggande Information om Tillägg

Namn 4k To Butt 4k To Butt
ID cebppknaomfckghmlcmakemojakcegpc
Officiell webbadress https://chromewebstore.google.com/detail/4k-to-butt/cebppknaomfckghmlcmakemojakcegpc
Beskrivning Replaces 4k with Butt all over the web
Filstorlek 15.87 KB
Antal Installationer 180
Aktuell Version 1.0.1
Senast Uppdaterad 2014-06-06
Publiceringsdatum 2014-06-05
Betyg 3.90/5 Totalt 10 Betyg
Utvecklare JTaylorApps
Betalningssätt free
Stödda Språk 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"
    ]
}