#addons — Public Fediverse posts
Live and recent posts from across the Fediverse tagged #addons, aggregated by home.social.
-
12 Best WooCommerce Addons To Skyrocket Your Sales https://visualmodo.com/12-best-woocommerce-addons-to-skyrocket-your-sales/ 💲🛒🚀 #WooCommerce #Addons #Boost #Sales
-
12 Best WooCommerce Addons To Skyrocket Your Sales https://visualmodo.com/12-best-woocommerce-addons-to-skyrocket-your-sales/ 💲🛒🚀 #WooCommerce #Addons #Boost #Sales
-
12 Best WooCommerce Addons To Skyrocket Your Sales https://visualmodo.com/12-best-woocommerce-addons-to-skyrocket-your-sales/ 💲🛒🚀 #WooCommerce #Addons #Boost #Sales
-
12 Best WooCommerce Addons To Skyrocket Your Sales https://visualmodo.com/12-best-woocommerce-addons-to-skyrocket-your-sales/ 💲🛒🚀 #WooCommerce #Addons #Boost #Sales
-
#userscript #Tampermonkey #виброкодинг #addons #типографика #ТакЛучше
Вот, кстати, по поводу вот этого скриншота: у меня стоял какой-то аддон для включения переносов, который делал «This extension consists of CSS hyphens code converted into javascript so pages are injected with hyphens». — И это не очень правильно, потому что попячивал и заголовки тоже. #ChatGPT предложил замену:
// ==UserScript==
// @name Smart Hyphenation by ChatGPT
// @namespace local
// @version 1.0
// @description Adds sane hyphenation to text content
// @match *://*/*
// @grant none
// @run-at document-start
// ==/UserScript==
(function () {
'use strict';
const style = document.createElement('style');
style.textContent = `
/* Основной текст */
p,
li,
blockquote,
article,
section,
div {
hyphens: auto !important;
-webkit-hyphens: auto !important;
overflow-wrap: break-word;
}
/* Не ломаем заголовки */
h1, h2, h3, h4, h5, h6 {
hyphens: manual !important;
-webkit-hyphens: manual !important;
}
/* Не трогаем интерфейс */
button,
input,
textarea,
select,
nav,
menu,
.menu,
.button,
.btn {
hyphens: manual !important;
-webkit-hyphens: manual !important;
}
/* Код и pre никогда не переносим */
code,
pre,
kbd,
samp {
hyphens: none !important;
-webkit-hyphens: none !important;
overflow-wrap: normal !important;
word-break: normal !important;
}
/* Таблицы часто ломаются */
table,
th,
td {
hyphens: manual !important;
-webkit-hyphens: manual !important;
}
`;
document.documentElement.appendChild(style);
})();Пользовайтесь 😉
-
#userscript #Tampermonkey #виброкодинг #addons #типографика #ТакЛучше
Вот, кстати, по поводу вот этого скриншота: у меня стоял какой-то аддон для включения переносов, который делал «This extension consists of CSS hyphens code converted into javascript so pages are injected with hyphens». — И это не очень правильно, потому что попячивал и заголовки тоже. #ChatGPT предложил замену:
// ==UserScript==
// @name Smart Hyphenation by ChatGPT
// @namespace local
// @version 1.0
// @description Adds sane hyphenation to text content
// @match *://*/*
// @grant none
// @run-at document-start
// ==/UserScript==
(function () {
'use strict';
const style = document.createElement('style');
style.textContent = `
/* Основной текст */
p,
li,
blockquote,
article,
section,
div {
hyphens: auto !important;
-webkit-hyphens: auto !important;
overflow-wrap: break-word;
}
/* Не ломаем заголовки */
h1, h2, h3, h4, h5, h6 {
hyphens: manual !important;
-webkit-hyphens: manual !important;
}
/* Не трогаем интерфейс */
button,
input,
textarea,
select,
nav,
menu,
.menu,
.button,
.btn {
hyphens: manual !important;
-webkit-hyphens: manual !important;
}
/* Код и pre никогда не переносим */
code,
pre,
kbd,
samp {
hyphens: none !important;
-webkit-hyphens: none !important;
overflow-wrap: normal !important;
word-break: normal !important;
}
/* Таблицы часто ломаются */
table,
th,
td {
hyphens: manual !important;
-webkit-hyphens: manual !important;
}
`;
document.documentElement.appendChild(style);
})();Пользовайтесь 😉
-
#userscript #Tampermonkey #виброкодинг #addons #типографика #ТакЛучше
Вот, кстати, по поводу вот этого скриншота: у меня стоял какой-то аддон для включения переносов, который делал «This extension consists of CSS hyphens code converted into javascript so pages are injected with hyphens». — И это не очень правильно, потому что попячивал и заголовки тоже. #ChatGPT предложил замену:
// ==UserScript==
// @name Smart Hyphenation by ChatGPT
// @namespace local
// @version 1.0
// @description Adds sane hyphenation to text content
// @match *://*/*
// @grant none
// @run-at document-start
// ==/UserScript==
(function () {
'use strict';
const style = document.createElement('style');
style.textContent = `
/* Основной текст */
p,
li,
blockquote,
article,
section,
div {
hyphens: auto !important;
-webkit-hyphens: auto !important;
overflow-wrap: break-word;
}
/* Не ломаем заголовки */
h1, h2, h3, h4, h5, h6 {
hyphens: manual !important;
-webkit-hyphens: manual !important;
}
/* Не трогаем интерфейс */
button,
input,
textarea,
select,
nav,
menu,
.menu,
.button,
.btn {
hyphens: manual !important;
-webkit-hyphens: manual !important;
}
/* Код и pre никогда не переносим */
code,
pre,
kbd,
samp {
hyphens: none !important;
-webkit-hyphens: none !important;
overflow-wrap: normal !important;
word-break: normal !important;
}
/* Таблицы часто ломаются */
table,
th,
td {
hyphens: manual !important;
-webkit-hyphens: manual !important;
}
`;
document.documentElement.appendChild(style);
})();Пользовайтесь 😉
-
#userscript #Tampermonkey #виброкодинг #addons #типографика #ТакЛучше
Вот, кстати, по поводу вот этого скриншота: у меня стоял какой-то аддон для включения переносов, который делал «This extension consists of CSS hyphens code converted into javascript so pages are injected with hyphens». — И это не очень правильно, потому что попячивал и заголовки тоже. #ChatGPT предложил замену:
// ==UserScript==
// @name Smart Hyphenation by ChatGPT
// @namespace local
// @version 1.0
// @description Adds sane hyphenation to text content
// @match *://*/*
// @grant none
// @run-at document-start
// ==/UserScript==
(function () {
'use strict';
const style = document.createElement('style');
style.textContent = `
/* Основной текст */
p,
li,
blockquote,
article,
section,
div {
hyphens: auto !important;
-webkit-hyphens: auto !important;
overflow-wrap: break-word;
}
/* Не ломаем заголовки */
h1, h2, h3, h4, h5, h6 {
hyphens: manual !important;
-webkit-hyphens: manual !important;
}
/* Не трогаем интерфейс */
button,
input,
textarea,
select,
nav,
menu,
.menu,
.button,
.btn {
hyphens: manual !important;
-webkit-hyphens: manual !important;
}
/* Код и pre никогда не переносим */
code,
pre,
kbd,
samp {
hyphens: none !important;
-webkit-hyphens: none !important;
overflow-wrap: normal !important;
word-break: normal !important;
}
/* Таблицы часто ломаются */
table,
th,
td {
hyphens: manual !important;
-webkit-hyphens: manual !important;
}
`;
document.documentElement.appendChild(style);
})();Пользовайтесь 😉
-
📦 DLC / pack: Neverwinter Xaryxian Aristrocrat's Drapery Cape Key
🏪 Store: Arc Games
⏰ Ends: Limited
🔗 Claim/check: https://www.arcgames.com/en/games
📱 App Alerts: https://play.google.com/store/apps/details?id=com.lootradar.loot_radar
#gaming #freebies #pcgaming #videogames #arcgames #dlc #addons #f2p
-
📦 DLC / pack: Neverwinter Xaryxian Aristrocrat's Drapery Cape Key
🏪 Store: Arc Games
⏰ Ends: Limited
🔗 Claim/check: https://www.arcgames.com/en/games
📱 App Alerts: https://play.google.com/store/apps/details?id=com.lootradar.loot_radar
#gaming #freebies #pcgaming #videogames #arcgames #dlc #addons #f2p
-
📦 DLC / pack: Neverwinter Xaryxian Aristrocrat's Drapery Cape Key
🏪 Store: Arc Games
⏰ Ends: Limited
🔗 Claim/check: https://www.arcgames.com/en/games
📱 App Alerts: https://play.google.com/store/apps/details?id=com.lootradar.loot_radar
#gaming #freebies #pcgaming #videogames #arcgames #dlc #addons #f2p
-
📦 DLC / pack: Neverwinter Xaryxian Aristrocrat's Drapery Cape Key
🏪 Store: Arc Games
⏰ Ends: Limited
🔗 Claim/check: https://www.arcgames.com/en/games
📱 App Alerts: https://play.google.com/store/apps/details?id=com.lootradar.loot_radar
#gaming #freebies #pcgaming #videogames #arcgames #dlc #addons #f2p
-
📦 DLC / pack: Neverwinter Xaryxian Aristrocrat's Drapery Cape Key
🏪 Store: Arc Games
⏰ Ends: Limited
🔗 Claim/check: https://www.arcgames.com/en/games
📱 App Alerts: https://play.google.com/store/apps/details?id=com.lootradar.loot_radar
#gaming #freebies #pcgaming #videogames #arcgames #dlc #addons #f2p
-
📦 DLC / pack: World of Warships x Azur Lane - Quest for AL Avrora
🏪 Store: Wargaming
⏰ Ends: 39d 23h
🔗 Claim/check: https://na.wargaming.net/shop/
📱 App Alerts: https://play.google.com/store/apps/details?id=com.lootradar.loot_radar
#gaming #freebies #pcgaming #videogames #wargaming #dlc #addons #f2p
-
📦 DLC / pack: World of Warships x Azur Lane - Quest for AL Avrora
🏪 Store: Wargaming
⏰ Ends: 39d 23h
🔗 Claim/check: https://na.wargaming.net/shop/
📱 App Alerts: https://play.google.com/store/apps/details?id=com.lootradar.loot_radar
#gaming #freebies #pcgaming #videogames #wargaming #dlc #addons #f2p
-
📦 DLC / pack: World of Warships x Azur Lane - Quest for AL Avrora
🏪 Store: Wargaming
⏰ Ends: 39d 23h
🔗 Claim/check: https://na.wargaming.net/shop/
📱 App Alerts: https://play.google.com/store/apps/details?id=com.lootradar.loot_radar
#gaming #freebies #pcgaming #videogames #wargaming #dlc #addons #f2p
-
📦 DLC / pack: World of Warships x Azur Lane - Quest for AL Avrora
🏪 Store: Wargaming
⏰ Ends: 39d 23h
🔗 Claim/check: https://na.wargaming.net/shop/
📱 App Alerts: https://play.google.com/store/apps/details?id=com.lootradar.loot_radar
#gaming #freebies #pcgaming #videogames #wargaming #dlc #addons #f2p
-
📦 DLC / pack: World of Warships x Azur Lane - Quest for AL Avrora
🏪 Store: Wargaming
⏰ Ends: 39d 23h
🔗 Claim/check: https://na.wargaming.net/shop/
📱 App Alerts: https://play.google.com/store/apps/details?id=com.lootradar.loot_radar
#gaming #freebies #pcgaming #videogames #wargaming #dlc #addons #f2p
-
📦 DLC / pack: GOG - Stellaris - Galaxy Edition Upgrade Pack & Humanoids Species Pack & Synthetic Dawn Story Pack & Utopia
🏪 Store: gog
⏰ Ends: Limited time
🔗 Claim/check: https://www.reddit.com/r/FreeGameFindings/comments/1t36c7z/gog_dlc_stellaris_galaxy_edition_upgrade_pack/
📱 App Alerts: https://play.google.com/store/apps/details?id=com.lootradar.loot_radar
#gaming #freebies #pcgaming #videogames #gog #dlc #addons #giveaway
-
📦 DLC / pack: GOG - Stellaris - Galaxy Edition Upgrade Pack & Humanoids Species Pack & Synthetic Dawn Story Pack & Utopia
🏪 Store: gog
⏰ Ends: Limited time
🔗 Claim/check: https://www.reddit.com/r/FreeGameFindings/comments/1t36c7z/gog_dlc_stellaris_galaxy_edition_upgrade_pack/
📱 App Alerts: https://play.google.com/store/apps/details?id=com.lootradar.loot_radar
#gaming #freebies #pcgaming #videogames #gog #dlc #addons #giveaway
-
📦 DLC / pack: GOG - Stellaris - Galaxy Edition Upgrade Pack & Humanoids Species Pack & Synthetic Dawn Story Pack & Utopia
🏪 Store: gog
⏰ Ends: Limited time
🔗 Claim/check: https://www.reddit.com/r/FreeGameFindings/comments/1t36c7z/gog_dlc_stellaris_galaxy_edition_upgrade_pack/
📱 App Alerts: https://play.google.com/store/apps/details?id=com.lootradar.loot_radar
#gaming #freebies #pcgaming #videogames #gog #dlc #addons #giveaway
-
📦 DLC / pack: GOG - Stellaris - Galaxy Edition Upgrade Pack & Humanoids Species Pack & Synthetic Dawn Story Pack & Utopia
🏪 Store: gog
⏰ Ends: Limited time
🔗 Claim/check: https://www.reddit.com/r/FreeGameFindings/comments/1t36c7z/gog_dlc_stellaris_galaxy_edition_upgrade_pack/
📱 App Alerts: https://play.google.com/store/apps/details?id=com.lootradar.loot_radar
#gaming #freebies #pcgaming #videogames #gog #dlc #addons #giveaway
-
📦 DLC / pack: GOG - Stellaris - Galaxy Edition Upgrade Pack & Humanoids Species Pack & Synthetic Dawn Story Pack & Utopia
🏪 Store: gog
⏰ Ends: Limited time
🔗 Claim/check: https://www.reddit.com/r/FreeGameFindings/comments/1t36c7z/gog_dlc_stellaris_galaxy_edition_upgrade_pack/
📱 App Alerts: https://play.google.com/store/apps/details?id=com.lootradar.loot_radar
#gaming #freebies #pcgaming #videogames #gog #dlc #addons #giveaway
-
📦 DLC / pack: Dominion Synergy Gift Pack Key
🏪 Store: epic-games
⏰ Ends: Limited time
🔗 Claim/check: https://store.epicgames.com/browse?q=dominion%20synergy%20gift%20pack%20key&sortBy=relevancy&sortDir=DESC&count=40
📱 App Alerts: https://play.google.com/store/apps/details?id=com.lootradar.loot_radar
#gaming #freebies #pcgaming #videogames #epicgames #dlc #addons #giveaway
-
📦 DLC / pack: Dominion Synergy Gift Pack Key
🏪 Store: epic-games
⏰ Ends: Limited time
🔗 Claim/check: https://store.epicgames.com/browse?q=dominion%20synergy%20gift%20pack%20key&sortBy=relevancy&sortDir=DESC&count=40
📱 App Alerts: https://play.google.com/store/apps/details?id=com.lootradar.loot_radar
#gaming #freebies #pcgaming #videogames #epicgames #dlc #addons #giveaway
-
📦 DLC / pack: Dominion Synergy Gift Pack Key
🏪 Store: epic-games
⏰ Ends: Limited time
🔗 Claim/check: https://store.epicgames.com/browse?q=dominion%20synergy%20gift%20pack%20key&sortBy=relevancy&sortDir=DESC&count=40
📱 App Alerts: https://play.google.com/store/apps/details?id=com.lootradar.loot_radar
#gaming #freebies #pcgaming #videogames #epicgames #dlc #addons #giveaway
-
📦 DLC / pack: Dominion Synergy Gift Pack Key
🏪 Store: epic-games
⏰ Ends: Limited time
🔗 Claim/check: https://store.epicgames.com/browse?q=dominion%20synergy%20gift%20pack%20key&sortBy=relevancy&sortDir=DESC&count=40
📱 App Alerts: https://play.google.com/store/apps/details?id=com.lootradar.loot_radar
#gaming #freebies #pcgaming #videogames #epicgames #dlc #addons #giveaway
-
📦 DLC / pack: Dominion Synergy Gift Pack Key
🏪 Store: epic-games
⏰ Ends: Limited time
🔗 Claim/check: https://store.epicgames.com/browse?q=dominion%20synergy%20gift%20pack%20key&sortBy=relevancy&sortDir=DESC&count=40
📱 App Alerts: https://play.google.com/store/apps/details?id=com.lootradar.loot_radar
#gaming #freebies #pcgaming #videogames #epicgames #dlc #addons #giveaway
-
📦 DLC / pack: Firestone: Free $100 Bundle
🏪 Store: epic-games
🔗 Claim/check: https://store.epicgames.com/browse?q=firestone%20free%20100%20bundle&sortBy=relevancy&sortDir=DESC&count=40
📱 App Alerts: https://play.google.com/store/apps/details?id=com.lootradar.loot_radar
#gaming #freebies #pcgaming #videogames #epicgames #dlc #addons #giveaway
-
📦 DLC / pack: Firestone: Free $100 Bundle
🏪 Store: epic-games
🔗 Claim/check: https://store.epicgames.com/browse?q=firestone%20free%20100%20bundle&sortBy=relevancy&sortDir=DESC&count=40
📱 App Alerts: https://play.google.com/store/apps/details?id=com.lootradar.loot_radar
#gaming #freebies #pcgaming #videogames #epicgames #dlc #addons #giveaway
-
📦 DLC / pack: Firestone: Free $100 Bundle
🏪 Store: epic-games
🔗 Claim/check: https://store.epicgames.com/browse?q=firestone%20free%20100%20bundle&sortBy=relevancy&sortDir=DESC&count=40
📱 App Alerts: https://play.google.com/store/apps/details?id=com.lootradar.loot_radar
#gaming #freebies #pcgaming #videogames #epicgames #dlc #addons #giveaway
-
📦 DLC / pack: Firestone: Free $100 Bundle
🏪 Store: epic-games
🔗 Claim/check: https://store.epicgames.com/browse?q=firestone%20free%20100%20bundle&sortBy=relevancy&sortDir=DESC&count=40
📱 App Alerts: https://play.google.com/store/apps/details?id=com.lootradar.loot_radar
#gaming #freebies #pcgaming #videogames #epicgames #dlc #addons #giveaway
-
📦 DLC / pack: Firestone: Free $100 Bundle
🏪 Store: epic-games
🔗 Claim/check: https://store.epicgames.com/browse?q=firestone%20free%20100%20bundle&sortBy=relevancy&sortDir=DESC&count=40
📱 App Alerts: https://play.google.com/store/apps/details?id=com.lootradar.loot_radar
#gaming #freebies #pcgaming #videogames #epicgames #dlc #addons #giveaway
-
📦 DLC / pack: Slayer Mage: My First RPG - Support Pack (Art Included)
🏪 Store: alienware-arena
🔗 Claim/check: https://www.alienwarearena.com/community-giveaways/2174621
📱 App Alerts: https://play.google.com/store/apps/details?id=com.lootradar.loot_radar
#gaming #freebies #pcgaming #videogames #alienwarearena #dlc #addons #giveaway
-
📦 DLC / pack: Slayer Mage: My First RPG - Support Pack (Art Included)
🏪 Store: alienware-arena
🔗 Claim/check: https://www.alienwarearena.com/community-giveaways/2174621
📱 App Alerts: https://play.google.com/store/apps/details?id=com.lootradar.loot_radar
#gaming #freebies #pcgaming #videogames #alienwarearena #dlc #addons #giveaway
-
📦 DLC / pack: Slayer Mage: My First RPG - Support Pack (Art Included)
🏪 Store: alienware-arena
🔗 Claim/check: https://www.alienwarearena.com/community-giveaways/2174621
📱 App Alerts: https://play.google.com/store/apps/details?id=com.lootradar.loot_radar
#gaming #freebies #pcgaming #videogames #alienwarearena #dlc #addons #giveaway
-
📦 DLC / pack: Slayer Mage: My First RPG - Support Pack (Art Included)
🏪 Store: alienware-arena
🔗 Claim/check: https://www.alienwarearena.com/community-giveaways/2174621
📱 App Alerts: https://play.google.com/store/apps/details?id=com.lootradar.loot_radar
#gaming #freebies #pcgaming #videogames #alienwarearena #dlc #addons #giveaway
-
📦 DLC / pack: Slayer Mage: My First RPG - Support Pack (Art Included)
🏪 Store: alienware-arena
🔗 Claim/check: https://www.alienwarearena.com/community-giveaways/2174621
📱 App Alerts: https://play.google.com/store/apps/details?id=com.lootradar.loot_radar
#gaming #freebies #pcgaming #videogames #alienwarearena #dlc #addons #giveaway
-
📦 DLC / pack: Star Trek Online: Corruption Gift Pack Key
🏪 Store: arc-games
⏰ Ends: Limited time
📱 App Alerts: https://play.google.com/store/apps/details?id=com.lootradar.loot_radar
#gaming #freebies #pcgaming #videogames #arcgames #dlc #addons #giveaway
-
📦 DLC / pack: Star Trek Online: Corruption Gift Pack Key
🏪 Store: arc-games
⏰ Ends: Limited time
📱 App Alerts: https://play.google.com/store/apps/details?id=com.lootradar.loot_radar
#gaming #freebies #pcgaming #videogames #arcgames #dlc #addons #giveaway
-
📦 DLC / pack: Star Trek Online: Corruption Gift Pack Key
🏪 Store: arc-games
⏰ Ends: Limited time
📱 App Alerts: https://play.google.com/store/apps/details?id=com.lootradar.loot_radar
#gaming #freebies #pcgaming #videogames #arcgames #dlc #addons #giveaway
-
📦 DLC / pack: Star Trek Online: Corruption Gift Pack Key
🏪 Store: arc-games
⏰ Ends: Limited time
📱 App Alerts: https://play.google.com/store/apps/details?id=com.lootradar.loot_radar
#gaming #freebies #pcgaming #videogames #arcgames #dlc #addons #giveaway
-
📦 DLC / pack: Star Trek Online: Corruption Gift Pack Key
🏪 Store: arc-games
⏰ Ends: Limited time
📱 App Alerts: https://play.google.com/store/apps/details?id=com.lootradar.loot_radar
#gaming #freebies #pcgaming #videogames #arcgames #dlc #addons #giveaway
-
📦 DLC / pack: Epic Games - Firestone – Idle Clicker Online RPG - "The Grove Guardian" Luana Skin & More
🏪 Store: epic-games
⏰ Ends: Limited time
🔗 Claim/check: https://store.epicgames.com/en-US/p/firestone-online-idle-rpg-bfd04b
📱 App Alerts: https://play.google.com/store/apps/details?id=com.lootradar.loot_radar
#gaming #freebies #pcgaming #videogames #epicgames #dlc #addons #giveaway
-
📦 DLC / pack: Epic Games - Firestone – Idle Clicker Online RPG - "The Grove Guardian" Luana Skin & More
🏪 Store: epic-games
⏰ Ends: Limited time
🔗 Claim/check: https://store.epicgames.com/en-US/p/firestone-online-idle-rpg-bfd04b
📱 App Alerts: https://play.google.com/store/apps/details?id=com.lootradar.loot_radar
#gaming #freebies #pcgaming #videogames #epicgames #dlc #addons #giveaway
-
📦 DLC / pack: Epic Games - Firestone – Idle Clicker Online RPG - "The Grove Guardian" Luana Skin & More
🏪 Store: epic-games
⏰ Ends: Limited time
🔗 Claim/check: https://store.epicgames.com/en-US/p/firestone-online-idle-rpg-bfd04b
📱 App Alerts: https://play.google.com/store/apps/details?id=com.lootradar.loot_radar
#gaming #freebies #pcgaming #videogames #epicgames #dlc #addons #giveaway
-
📦 DLC / pack: Epic Games - Firestone – Idle Clicker Online RPG - "The Grove Guardian" Luana Skin & More
🏪 Store: epic-games
⏰ Ends: Limited time
🔗 Claim/check: https://store.epicgames.com/en-US/p/firestone-online-idle-rpg-bfd04b
📱 App Alerts: https://play.google.com/store/apps/details?id=com.lootradar.loot_radar
#gaming #freebies #pcgaming #videogames #epicgames #dlc #addons #giveaway
-
📦 DLC / pack: Epic Games - Firestone – Idle Clicker Online RPG - "The Grove Guardian" Luana Skin & More
🏪 Store: epic-games
⏰ Ends: Limited time
🔗 Claim/check: https://store.epicgames.com/en-US/p/firestone-online-idle-rpg-bfd04b
📱 App Alerts: https://play.google.com/store/apps/details?id=com.lootradar.loot_radar
#gaming #freebies #pcgaming #videogames #epicgames #dlc #addons #giveaway
-
📦 DLC / pack: Minecraft: Vibrant Adventurers Volume 1, 2 and 3
🏪 Store: nintendo-eshop
⏰ Ends: Limited time
🔗 Claim/check: https://www.minecraft.net/en-us/marketplace/pdp/eneija/vibrant-adventurers-volume-1/0f794a67-ee3c-4c1b-8cb5-e354ca470684
📱 App Alerts: https://play.google.com/store/apps/details?id=com.lootradar.loot_radar
#gaming #freebies #pcgaming #videogames #nintendoeshop #dlc #addons #giveaway