не нашел там такого...В Chrome Web Store заливается не crx, a просто зазипованные файлы расширения (подробнее).
пример ссылки можно (реальный работающий)?Просто прямая ссылка вида
http://site/name.crx
console.log(JSON.stringify(JSON.parse("{\n \"kind\": \"youtube#channelListResponse\",\n \"etag\": \"\\\"XI7nbFXulYBIpL0ayR_gDh3eu1k/hIueXgPmakbtLpTce1vH2igag7E\\\"\",\n \"pageInfo\": {\n \"totalResults\": 1,\n \"resultsPerPage\": 1\n },\n \"items\": [\n {\n \"kind\": \"youtube#channel\",\n \"etag\": \"\\\"XI7nbFXulYBIpL0ayR_gDh3eu1k/lU3QKvcJcmvCWjZFRd9zvMilEqk\\\"\",\n \"id\": \"UCRBk-5H9PZ6RHLY92-dd9jA\",\n \"statistics\": {\n \"viewCount\": \"992\",\n \"commentCount\": \"0\",\n \"subscriberCount\": \"55\",\n \"hiddenSubscriberCount\": false,\n \"videoCount\": \"6\"\n }\n }\n ]\n}\n"), null, " "))
.block-wrapper {
display: flex;
align-items: center;
justify-content: center;
}
d-flex
, align-items-center
, justify-content-center
, приписки sm
, md
, lg
, xl
, тоже есть. $allowedAttributes = ['src', 'href'];
foreach($elements as $element) {
if( $element->attributes ) {
for($i = $element->attributes->length; --$i >= 0;) {
if(!in_array($element->attributes->item($i)->name, $allowedAttributes)) {
$element->removeAttribute($element->attributes->item($i)->name);
}
}
}
}
echo $dom->saveHTML();