ROBLOXSUCKS+

Original extension by WebGL3D. Modified by the Meme Team.

Qu'est-ce que ROBLOXSUCKS+ ?

ROBLOXSUCKS+ est une extension Chrome développée par memeteamrblx, et sa fonction principale est "Original extension by WebGL3D. Modified by the Meme Team.".

Captures d'Écran de l'Extension

screenshot
screenshot

Télécharger le fichier CRX de l'extension ROBLOXSUCKS+

Téléchargez les fichiers d'extension ROBLOXSUCKS+ 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

                        ///////////// WRITTEN BY THE ROBLOX MEMES FACEBOOK PAGE /////////////

ROBLOXSUCKS+ VERSION 0.9.1.0

UPDATE LOG:
-- INFINITE IMAGE EMBEDDING
-- NOT A BOTNET
-- FIXED ADS
-- FIXED WEBGL3D'S AUTOLIKER BOTNET


/***********************************************************************************
THIS IS INTENDED AS AN OPEN-SOURCE PROJECT AND I INTEND ON MAKING NO PROFIT OFF OF THIS
***********************************************************************************/
LIKE ROBLOX MEMES ON FACEBOOK: https://facebook.com/robloxmeme                    

Informations de Base sur l'Extension

Nom ROBLOXSUCKS+ ROBLOXSUCKS+
ID dkemjogaoajpfkpcomolgpdcfkcdcham
URL Officiel https://chromewebstore.google.com/detail/robloxsucks+/dkemjogaoajpfkpcomolgpdcfkcdcham
Description Original extension by WebGL3D. Modified by the Meme Team.
Taille du Fichier 5.07 MB
Nombre d'Installations 1,827
Version Actuelle 2.1.27
Dernière Mise à Jour 2016-03-14
Date de Publication 2016-03-14
Évaluation 3.87/5 Total 15 Évaluations
Développeur memeteamrblx
Type de Paiement free
Site Web de l'Extension https://facebook.com/robloxmeme
URL de la Page d'Aide https://facebook.com/robloxmeme
Langues Prises en Charge en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "ROBLOXSUCKS+",
    "version": "2.1.27",
    "description": "Original extension by WebGL3D. Modified by the Meme Team.",
    "icons": {
        "128": "images\/icon.png",
        "16": "images\/icon16.png",
        "48": "images\/icon64.png"
    },
    "background": {
        "scripts": [
            "lib\/jquery.js",
            "lib\/prefunc.js",
            "lib\/prext.js",
            "lib\/preroblox.js",
            "lib\/socket.io.js",
            "background.js"
        ]
    },
    "content_scripts": [
        {
            "js": [
                "lib\/jquery.js",
                "lib\/prefunc.js",
                "lib\/prext.js",
                "lib\/preroblox.js",
                "lib\/highlight.pack.js",
                "lib\/highcharts.js",
                "lib\/highchartsmod.js",
                "content.js"
            ],
            "matches": [
                "*:\/\/*.roblox.com\/*"
            ],
            "run_at": "document_end"
        },
        {
            "js": [
                "theme.js"
            ],
            "matches": [
                "*:\/\/*.roblox.com\/*"
            ],
            "css": [
                "css\/hljs.css",
                "css\/style.css"
            ],
            "run_at": "document_start"
        }
    ],
    "browser_action": {
        "default_icon": {
            "19": "images\/icon32.png"
        },
        "default_title": "ROBLOXSUCKS+",
        "default_popup": "notifications.html"
    },
    "homepage_url": "https:\/\/www.roblox.com\/my\/account?tab=RPlus",
    "incognito": "split",
    "permissions": [
        "contextMenus",
        "webRequest",
        "webRequestBlocking",
        "unlimitedStorage",
        "tts",
        "notifications",
        "*:\/\/*.roblox.com\/*",
        "*:\/\/*.rbxcdn.com\/*",
        "*:\/\/*.robloxplus.com\/*",
        "*:\/\/*.roblox.plus\/*"
    ],
    "short_name": "ROBLOX+",
    "web_accessible_resources": [
        "*.html",
        "*.png",
        "*.gif",
        "*.jpg",
        "*.svg",
        "*.xml",
        "*.rbxlx",
        "*.css",
        "*.js",
        "jquery.min.map",
        "*:\/\/*.roblox.com\/*",
        "*:\/\/*.rbxcdn.com\/*",
        "*:\/\/*.robloxplus.com\/*",
        "*:\/\/*.roblox.plus\/*"
    ]
}