Bangtaned

Bangtaned yours friends

What is Bangtaned?

Bangtaned is a Chrome extension developed by ingvarkazan1, and its main feature is "Bangtaned yours friends".

Extension Screenshots

screenshot

Download Bangtaned Extension CRX File

Download Bangtaned extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.

Extension Usage Instructions

                        Troll your coworkers making their navigation well bangtaned
This extension is just for making jokes with your friends or jobmates. It will substitute all the images on the pages the user is navigating by random images of BTS.                    

Extension Basic Information

Name Bangtaned Bangtaned
ID nfnkkmiopnnopdkjhomdebfdnmomcdgn
Official URL https://chromewebstore.google.com/detail/bangtaned/nfnkkmiopnnopdkjhomdebfdnmomcdgn
Description Bangtaned yours friends
File Size 1.32 MB
Installation Count 26
Current Version 1.0
Last Updated 2021-04-04
Publish Date 2021-04-04
Developer ingvarkazan1
Email [email protected]
Payment Type free
Supported Languages en
manifest.json
{
    "background": {
        "persistent": true,
        "scripts": [
            "src\/bg\/background.js"
        ]
    },
    "browser_action": {
        "default_popup": "popup.html",
        "default_title": "Bangtaned"
    },
    "content_scripts": [
        {
            "js": [
                "js\/jquery\/jquery.min.js",
                "src\/inject\/vampetase.js"
            ],
            "matches": [
                "http:\/\/*\/*",
                "https:\/\/*\/*"
            ]
        }
    ],
    "description": "Bangtaned yours friends",
    "homepage_url": "https:\/\/github.com\/famoraes\/vampetase",
    "icons": {
        "128": "icons\/icon128.png",
        "16": "icons\/icon16.png",
        "48": "icons\/icon48.png"
    },
    "manifest_version": 2,
    "name": "Bangtaned",
    "short_name": "Bangtaned",
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "version": "1.0"
}