ROBLOXSUCKS+
Original extension by WebGL3D. Modified by the Meme Team.
Was ist ROBLOXSUCKS+?
ROBLOXSUCKS+ ist eine Chrome-Erweiterung, die von memeteamrblx entwickelt wurde, und ihr Hauptmerkmal ist "Original extension by WebGL3D. Modified by the Meme Team.".
Erweiterungsscreenshots
ROBLOXSUCKS+-Erweiterungs-CRX-Datei herunterladen
Laden Sie ROBLOXSUCKS+-Erweiterungsdateien im crx-Format herunter, installieren Sie Chrome-Erweiterungen manuell im Browser oder teilen Sie die crx-Dateien mit Freunden, um Chrome-Erweiterungen einfach zu installieren.
Anleitung zur Verwendung der Erweiterung
///////////// 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
Grundlegende Informationen zur Erweiterung
Name | ROBLOXSUCKS+ |
ID | dkemjogaoajpfkpcomolgpdcfkcdcham |
Offizielle URL | https://chromewebstore.google.com/detail/robloxsucks+/dkemjogaoajpfkpcomolgpdcfkcdcham |
Beschreibung | Original extension by WebGL3D. Modified by the Meme Team. |
Dateigröße | 5.07 MB |
Installationsanzahl | 1,827 |
Aktuelle Version | 2.1.27 |
Letztes Update | 2016-03-14 |
Veröffentlichungsdatum | 2016-03-14 |
Bewertung | 3.87/5 Insgesamt 15 Bewertungen |
Entwickler | memeteamrblx |
Zahlungsart | free |
Erweiterungswebsite | https://facebook.com/robloxmeme |
Hilfeseite URL | https://facebook.com/robloxmeme |
Unterstützte Sprachen | 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\/*" ] } |